2024-01-24T01:07:06.294 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-24T01:07:06.294 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710/orig.config.yaml 2024-01-24T01:07:06.326 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T01:07:06.412 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710 branch: wip-yuri5-testing-2024-01-11-1300-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: '7529710' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-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-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f workunit: branch: wip-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi156.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: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-23_19:22:22 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-24T01:07:06.412 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-24T01:07:06.413 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-24T01:07:06.413 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-24T01:07:06.415 INFO:teuthology.task.internal:Checking packages... 2024-01-24T01:07:06.443 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-24T01:07:06.443 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-24T01:07:06.443 INFO:teuthology.packaging:ref: None 2024-01-24T01:07:06.443 INFO:teuthology.packaging:tag: None 2024-01-24T01:07:06.443 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T01:07:06.443 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T01:07:06.443 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T01:07:06.681 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449-ga70aebef-1bionic 2024-01-24T01:07:06.682 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-24T01:07:06.694 INFO:teuthology.task.internal:no buildpackages task found 2024-01-24T01:07:06.694 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-24T01:07:06.707 INFO:teuthology.task.internal:Saving configuration 2024-01-24T01:07:06.721 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-24T01:07:06.732 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T01:07:06.752 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710', '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-24 01:01:33.092365', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-24T01:07:06.771 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710', '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-24 01:01:33.090753', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-24T01:07:06.771 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-24T01:07:06.783 INFO:teuthology.task.internal:roles: ubuntu@smithi099.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-24T01:07:06.783 INFO:teuthology.task.internal:roles: ubuntu@smithi156.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-24T01:07:06.783 INFO:teuthology.run_tasks:Running task console_log... 2024-01-24T01:07:06.850 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2f5358e040>, signals=[15]) 2024-01-24T01:07:06.850 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-24T01:07:06.861 INFO:teuthology.task.internal:Opening connections... 2024-01-24T01:07:06.861 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2024-01-24T01:07:06.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:07:06.945 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2024-01-24T01:07:06.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:07:07.023 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-24T01:07:07.034 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2024-01-24T01:07:07.068 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2024-01-24T01:07:07.069 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2024-01-24T01:07:07.117 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="Ubuntu" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:ID=ubuntu 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE=debian 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="18.04" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_CODENAME=bionic 2024-01-24T01:07:07.118 INFO:teuthology.orchestra.run.smithi099.stdout:UBUNTU_CODENAME=bionic 2024-01-24T01:07:07.119 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2024-01-24T01:07:07.139 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2024-01-24T01:07:07.145 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2024-01-24T01:07:07.145 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2024-01-24T01:07:07.195 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="Ubuntu" 2024-01-24T01:07:07.195 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-24T01:07:07.195 INFO:teuthology.orchestra.run.smithi156.stdout:ID=ubuntu 2024-01-24T01:07:07.195 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE=debian 2024-01-24T01:07:07.195 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-24T01:07:07.196 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="18.04" 2024-01-24T01:07:07.196 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-24T01:07:07.196 INFO:teuthology.orchestra.run.smithi156.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-24T01:07:07.196 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-24T01:07:07.196 INFO:teuthology.orchestra.run.smithi156.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-24T01:07:07.196 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_CODENAME=bionic 2024-01-24T01:07:07.196 INFO:teuthology.orchestra.run.smithi156.stdout:UBUNTU_CODENAME=bionic 2024-01-24T01:07:07.197 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2024-01-24T01:07:07.214 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-24T01:07:07.236 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-24T01:07:07.252 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-24T01:07:07.252 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2024-01-24T01:07:07.255 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2024-01-24T01:07:07.260 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-24T01:07:07.324 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-24T01:07:07.324 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2024-01-24T01:07:07.326 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2024-01-24T01:07:07.346 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-24T01:07:07.455 INFO:teuthology.run_tasks:Running task kernel... 2024-01-24T01:07:07.520 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-24T01:07:07.520 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-24T01:07:07.520 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T01:07:07.521 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T01:07:07.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:07:07.526 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-01-24T01:07:07.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:07:07.527 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-01-24T01:07:07.578 INFO:teuthology.orchestra.run.smithi099.stdout:4.15.0-200-generic 2024-01-24T01:07:07.578 INFO:teuthology.task.kernel:Running kernel on smithi099: 4.15.0-200-generic 2024-01-24T01:07:07.579 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get clean 2024-01-24T01:07:07.580 INFO:teuthology.orchestra.run.smithi156.stdout:4.15.0-200-generic 2024-01-24T01:07:07.580 INFO:teuthology.task.kernel:Running kernel on smithi156: 4.15.0-200-generic 2024-01-24T01:07:07.580 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get clean 2024-01-24T01:07:07.676 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get update 2024-01-24T01:07:07.681 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2024-01-24T01:07:07.883 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-24T01:07:07.884 INFO:teuthology.orchestra.run.smithi156.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-24T01:07:07.917 INFO:teuthology.orchestra.run.smithi156.stdout:Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-24T01:07:07.917 INFO:teuthology.orchestra.run.smithi099.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-24T01:07:07.956 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-24T01:07:07.998 INFO:teuthology.orchestra.run.smithi156.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-24T01:07:08.018 INFO:teuthology.orchestra.run.smithi099.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-24T01:07:08.232 INFO:teuthology.orchestra.run.smithi156.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-24T01:07:08.289 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-24T01:07:08.351 INFO:teuthology.orchestra.run.smithi099.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-24T01:07:08.381 INFO:teuthology.orchestra.run.smithi156.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-24T01:07:08.441 INFO:teuthology.orchestra.run.smithi156.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-24T01:07:08.475 INFO:teuthology.orchestra.run.smithi156.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-24T01:07:08.485 INFO:teuthology.orchestra.run.smithi156.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-24T01:07:08.502 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-24T01:07:08.516 INFO:teuthology.orchestra.run.smithi156.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-24T01:07:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-24T01:07:08.521 INFO:teuthology.orchestra.run.smithi156.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-24T01:07:08.548 INFO:teuthology.orchestra.run.smithi156.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-24T01:07:08.586 INFO:teuthology.orchestra.run.smithi156.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-24T01:07:08.589 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-24T01:07:08.590 INFO:teuthology.orchestra.run.smithi156.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-24T01:07:08.590 INFO:teuthology.orchestra.run.smithi156.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-24T01:07:08.594 INFO:teuthology.orchestra.run.smithi156.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-24T01:07:08.595 INFO:teuthology.orchestra.run.smithi156.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-24T01:07:08.595 INFO:teuthology.orchestra.run.smithi156.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-24T01:07:08.596 INFO:teuthology.orchestra.run.smithi156.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-24T01:07:08.596 INFO:teuthology.orchestra.run.smithi156.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-24T01:07:08.616 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-24T01:07:08.640 INFO:teuthology.orchestra.run.smithi099.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-24T01:07:08.640 INFO:teuthology.orchestra.run.smithi099.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-24T01:07:08.663 INFO:teuthology.orchestra.run.smithi099.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-24T01:07:08.667 INFO:teuthology.orchestra.run.smithi099.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-24T01:07:08.671 INFO:teuthology.orchestra.run.smithi156.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-24T01:07:08.698 INFO:teuthology.orchestra.run.smithi099.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-24T01:07:08.719 INFO:teuthology.orchestra.run.smithi099.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-24T01:07:08.730 INFO:teuthology.orchestra.run.smithi099.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-24T01:07:08.731 INFO:teuthology.orchestra.run.smithi099.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-24T01:07:08.731 INFO:teuthology.orchestra.run.smithi099.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-24T01:07:08.776 INFO:teuthology.orchestra.run.smithi156.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-24T01:07:08.784 INFO:teuthology.orchestra.run.smithi156.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-24T01:07:08.785 INFO:teuthology.orchestra.run.smithi156.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-24T01:07:08.813 INFO:teuthology.orchestra.run.smithi156.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-24T01:07:08.816 INFO:teuthology.orchestra.run.smithi156.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-24T01:07:08.832 INFO:teuthology.orchestra.run.smithi156.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-24T01:07:08.858 INFO:teuthology.orchestra.run.smithi156.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-24T01:07:08.863 INFO:teuthology.orchestra.run.smithi156.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-24T01:07:08.863 INFO:teuthology.orchestra.run.smithi156.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-24T01:07:08.863 INFO:teuthology.orchestra.run.smithi156.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-24T01:07:08.934 INFO:teuthology.orchestra.run.smithi099.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-24T01:07:08.987 INFO:teuthology.orchestra.run.smithi099.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-24T01:07:09.000 INFO:teuthology.orchestra.run.smithi099.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-24T01:07:09.001 INFO:teuthology.orchestra.run.smithi099.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-24T01:07:09.048 INFO:teuthology.orchestra.run.smithi099.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-24T01:07:09.048 INFO:teuthology.orchestra.run.smithi099.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-24T01:07:09.086 INFO:teuthology.orchestra.run.smithi099.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-24T01:07:09.300 INFO:teuthology.orchestra.run.smithi099.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-24T01:07:09.813 INFO:teuthology.orchestra.run.smithi099.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-24T01:07:09.815 INFO:teuthology.orchestra.run.smithi099.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-24T01:07:09.818 INFO:teuthology.orchestra.run.smithi099.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-24T01:07:09.819 INFO:teuthology.orchestra.run.smithi099.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-24T01:07:09.826 INFO:teuthology.orchestra.run.smithi099.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-24T01:07:09.834 INFO:teuthology.orchestra.run.smithi099.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-24T01:07:09.836 INFO:teuthology.orchestra.run.smithi099.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-24T01:07:11.217 INFO:teuthology.orchestra.run.smithi156.stdout:Fetched 20.1 MB in 3s (6,135 kB/s) 2024-01-24T01:07:11.374 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 20.1 MB in 3s (5,832 kB/s) 2024-01-24T01:07:12.894 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2024-01-24T01:07:12.946 DEBUG:teuthology.orchestra.run.smithi156:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-24T01:07:13.030 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2024-01-24T01:07:13.156 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-01-24T01:07:13.210 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-24T01:07:13.294 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-01-24T01:07:13.316 INFO:teuthology.orchestra.run.smithi156.stdout:Building dependency tree... 2024-01-24T01:07:13.317 INFO:teuthology.orchestra.run.smithi156.stdout:Reading state information... 2024-01-24T01:07:13.535 INFO:teuthology.orchestra.run.smithi156.stdout:The following additional packages will be installed: 2024-01-24T01:07:13.535 INFO:teuthology.orchestra.run.smithi156.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-24T01:07:13.536 INFO:teuthology.orchestra.run.smithi156.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-24T01:07:13.536 INFO:teuthology.orchestra.run.smithi156.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-24T01:07:13.538 INFO:teuthology.orchestra.run.smithi156.stdout:Suggested packages: 2024-01-24T01:07:13.538 INFO:teuthology.orchestra.run.smithi156.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-24T01:07:13.538 INFO:teuthology.orchestra.run.smithi156.stdout:Recommended packages: 2024-01-24T01:07:13.538 INFO:teuthology.orchestra.run.smithi156.stdout: thermald 2024-01-24T01:07:13.577 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2024-01-24T01:07:13.578 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2024-01-24T01:07:13.599 INFO:teuthology.orchestra.run.smithi156.stdout:The following NEW packages will be installed: 2024-01-24T01:07:13.600 INFO:teuthology.orchestra.run.smithi156.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-24T01:07:13.600 INFO:teuthology.orchestra.run.smithi156.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-24T01:07:13.600 INFO:teuthology.orchestra.run.smithi156.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-24T01:07:13.602 INFO:teuthology.orchestra.run.smithi156.stdout:The following packages will be upgraded: 2024-01-24T01:07:13.603 INFO:teuthology.orchestra.run.smithi156.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-24T01:07:13.703 INFO:teuthology.orchestra.run.smithi156.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-24T01:07:13.703 INFO:teuthology.orchestra.run.smithi156.stdout:Need to get 67.4 MB of archives. 2024-01-24T01:07:13.703 INFO:teuthology.orchestra.run.smithi156.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-24T01:07:13.703 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:13.797 INFO:teuthology.orchestra.run.smithi099.stdout:The following additional packages will be installed: 2024-01-24T01:07:13.797 INFO:teuthology.orchestra.run.smithi099.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-24T01:07:13.797 INFO:teuthology.orchestra.run.smithi099.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-24T01:07:13.798 INFO:teuthology.orchestra.run.smithi099.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-24T01:07:13.800 INFO:teuthology.orchestra.run.smithi099.stdout:Suggested packages: 2024-01-24T01:07:13.800 INFO:teuthology.orchestra.run.smithi099.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-24T01:07:13.800 INFO:teuthology.orchestra.run.smithi099.stdout:Recommended packages: 2024-01-24T01:07:13.800 INFO:teuthology.orchestra.run.smithi099.stdout: thermald 2024-01-24T01:07:13.861 INFO:teuthology.orchestra.run.smithi099.stdout:The following NEW packages will be installed: 2024-01-24T01:07:13.861 INFO:teuthology.orchestra.run.smithi099.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-24T01:07:13.861 INFO:teuthology.orchestra.run.smithi099.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-24T01:07:13.862 INFO:teuthology.orchestra.run.smithi099.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-24T01:07:13.863 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages will be upgraded: 2024-01-24T01:07:13.864 INFO:teuthology.orchestra.run.smithi099.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-24T01:07:13.954 INFO:teuthology.orchestra.run.smithi099.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-24T01:07:13.954 INFO:teuthology.orchestra.run.smithi099.stdout:Need to get 67.4 MB of archives. 2024-01-24T01:07:13.954 INFO:teuthology.orchestra.run.smithi099.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-24T01:07:13.955 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:14.147 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:14.278 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:14.743 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:14.948 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:15.090 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:15.091 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:15.091 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:15.350 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:15.381 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:15.569 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:15.569 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:15.569 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:15.727 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:15.742 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:16.020 INFO:teuthology.orchestra.run.smithi156.stdout:Fetched 67.4 MB in 2s (38.3 MB/s) 2024-01-24T01:07:16.205 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-24T01:07:16.493 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 67.4 MB in 2s (36.2 MB/s) 2024-01-24T01:07:16.692 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-24T01:07:17.189 INFO:teuthology.orchestra.run.smithi156.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-01-24T01:07:17.193 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:17.260 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:17.662 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:17.665 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:17.739 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:18.994 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-24T01:07:19.007 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:19.110 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:19.515 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-24T01:07:19.529 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:19.626 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:19.630 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-24T01:07:19.643 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:19.688 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:20.135 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-24T01:07:20.149 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:20.185 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:23.488 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-24T01:07:23.607 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-24T01:07:23.915 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-24T01:07:24.031 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-24T01:07:24.043 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-24T01:07:24.141 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-24T01:07:24.371 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-24T01:07:24.387 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-24T01:07:24.421 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-24T01:07:24.450 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-24T01:07:24.578 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-24T01:07:24.907 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-24T01:07:24.923 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-24T01:07:24.965 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-24T01:07:29.050 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-24T01:07:29.073 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:29.116 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:29.798 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-24T01:07:29.822 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-24T01:07:29.881 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:31.439 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-24T01:07:31.552 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-24T01:07:31.857 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:32.282 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-24T01:07:32.426 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-24T01:07:32.440 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:32.788 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:32.922 INFO:teuthology.orchestra.run.smithi156.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-24T01:07:32.922 INFO:teuthology.orchestra.run.smithi156.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-24T01:07:32.922 INFO:teuthology.orchestra.run.smithi156.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-24T01:07:32.922 INFO:teuthology.orchestra.run.smithi156.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-24T01:07:33.050 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:33.382 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:33.610 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-24T01:07:33.737 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-24T01:07:33.863 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:33.875 INFO:teuthology.orchestra.run.smithi099.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-24T01:07:33.875 INFO:teuthology.orchestra.run.smithi099.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-24T01:07:33.876 INFO:teuthology.orchestra.run.smithi099.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-24T01:07:33.876 INFO:teuthology.orchestra.run.smithi099.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-24T01:07:33.989 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-24T01:07:34.008 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:34.115 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-24T01:07:34.232 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:34.432 INFO:teuthology.orchestra.run.smithi156.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-24T01:07:34.432 INFO:teuthology.orchestra.run.smithi156.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-24T01:07:34.569 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-24T01:07:34.670 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-24T01:07:34.821 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:34.947 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-24T01:07:35.073 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-24T01:07:35.199 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-24T01:07:35.400 INFO:teuthology.orchestra.run.smithi099.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-24T01:07:35.401 INFO:teuthology.orchestra.run.smithi099.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-24T01:07:50.270 INFO:teuthology.orchestra.run.smithi156.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-24T01:07:50.270 INFO:teuthology.orchestra.run.smithi156.stdout:Sourcing file `/etc/default/grub' 2024-01-24T01:07:50.297 INFO:teuthology.orchestra.run.smithi156.stdout:Generating grub configuration file ... 2024-01-24T01:07:50.904 INFO:teuthology.orchestra.run.smithi156.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-24T01:07:50.959 INFO:teuthology.orchestra.run.smithi156.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-24T01:07:51.289 INFO:teuthology.orchestra.run.smithi156.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-24T01:07:51.320 INFO:teuthology.orchestra.run.smithi156.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-24T01:07:51.397 INFO:teuthology.orchestra.run.smithi156.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-24T01:07:51.437 INFO:teuthology.orchestra.run.smithi156.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-24T01:07:51.783 INFO:teuthology.orchestra.run.smithi099.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-24T01:07:51.783 INFO:teuthology.orchestra.run.smithi099.stdout:Sourcing file `/etc/default/grub' 2024-01-24T01:07:51.813 INFO:teuthology.orchestra.run.smithi099.stdout:Generating grub configuration file ... 2024-01-24T01:07:52.339 INFO:teuthology.orchestra.run.smithi156.stdout:done 2024-01-24T01:07:52.400 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-24T01:07:52.446 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-24T01:07:52.802 DEBUG:teuthology.orchestra.run.smithi156:> dpkg -s linux-image-generic 2024-01-24T01:07:52.822 INFO:teuthology.orchestra.run.smithi156.stdout:Package: linux-image-generic 2024-01-24T01:07:52.822 INFO:teuthology.orchestra.run.smithi156.stdout:Status: install ok installed 2024-01-24T01:07:52.822 INFO:teuthology.orchestra.run.smithi156.stdout:Priority: optional 2024-01-24T01:07:52.822 INFO:teuthology.orchestra.run.smithi156.stdout:Section: kernel 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Installed-Size: 18 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: amd64 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Source: linux-meta 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Version: 4.15.0.213.196 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Recommends: thermald 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout:Description: Generic Linux kernel image 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout: This package will always depend on the latest generic kernel image 2024-01-24T01:07:52.823 INFO:teuthology.orchestra.run.smithi156.stdout: available. 2024-01-24T01:07:52.823 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-24T01:07:52.823 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T01:07:52.823 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T01:07:52.824 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-24T01:07:52.824 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi156.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T01:07:52.824 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get clean 2024-01-24T01:07:52.859 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-24T01:07:52.889 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-24T01:07:52.926 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get update 2024-01-24T01:07:52.966 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-24T01:07:52.991 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-24T01:07:53.060 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-24T01:07:53.060 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-24T01:07:53.070 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-24T01:07:53.091 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-24T01:07:54.294 INFO:teuthology.orchestra.run.smithi099.stdout:done 2024-01-24T01:07:54.743 DEBUG:teuthology.orchestra.run.smithi099:> dpkg -s linux-image-generic 2024-01-24T01:07:54.765 INFO:teuthology.orchestra.run.smithi099.stdout:Package: linux-image-generic 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Status: install ok installed 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Priority: optional 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Section: kernel 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Installed-Size: 18 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: amd64 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Source: linux-meta 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Version: 4.15.0.213.196 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Recommends: thermald 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout:Description: Generic Linux kernel image 2024-01-24T01:07:54.766 INFO:teuthology.orchestra.run.smithi099.stdout: This package will always depend on the latest generic kernel image 2024-01-24T01:07:54.767 INFO:teuthology.orchestra.run.smithi099.stdout: available. 2024-01-24T01:07:54.767 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-24T01:07:54.767 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T01:07:54.767 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T01:07:54.767 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-24T01:07:54.767 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi099.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T01:07:54.767 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get clean 2024-01-24T01:07:54.861 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2024-01-24T01:07:55.045 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-24T01:07:55.077 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-24T01:07:55.113 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-24T01:07:55.119 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-24T01:07:55.166 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2024-01-24T01:07:55.218 DEBUG:teuthology.orchestra.run.smithi156:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-24T01:07:55.298 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2024-01-24T01:07:55.565 INFO:teuthology.orchestra.run.smithi156.stdout:Building dependency tree... 2024-01-24T01:07:55.566 INFO:teuthology.orchestra.run.smithi156.stdout:Reading state information... 2024-01-24T01:07:55.775 INFO:teuthology.orchestra.run.smithi156.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-24T01:07:55.775 INFO:teuthology.orchestra.run.smithi156.stdout:The following packages were automatically installed and are no longer required: 2024-01-24T01:07:55.775 INFO:teuthology.orchestra.run.smithi156.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-24T01:07:55.775 INFO:teuthology.orchestra.run.smithi156.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-24T01:07:55.775 INFO:teuthology.orchestra.run.smithi156.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-24T01:07:55.775 INFO:teuthology.orchestra.run.smithi156.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-24T01:07:55.829 INFO:teuthology.orchestra.run.smithi156.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-24T01:07:55.831 DEBUG:teuthology.orchestra.run.smithi156:> dpkg -s linux-image-generic 2024-01-24T01:07:55.852 INFO:teuthology.orchestra.run.smithi156.stdout:Package: linux-image-generic 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Status: install ok installed 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Priority: optional 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Section: kernel 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Installed-Size: 18 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: amd64 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Source: linux-meta 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Version: 4.15.0.213.196 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.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-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Recommends: thermald 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout:Description: Generic Linux kernel image 2024-01-24T01:07:55.853 INFO:teuthology.orchestra.run.smithi156.stdout: This package will always depend on the latest generic kernel image 2024-01-24T01:07:55.854 INFO:teuthology.orchestra.run.smithi156.stdout: available. 2024-01-24T01:07:55.854 DEBUG:teuthology.orchestra.run.smithi156:> mktemp 2024-01-24T01:07:55.901 INFO:teuthology.orchestra.run.smithi156.stdout:/tmp/tmp.6ixGU7EcXL 2024-01-24T01:07:55.901 DEBUG:teuthology.orchestra.run.smithi156:> sudo cp /boot/grub/grub.cfg /tmp/tmp.6ixGU7EcXL 2024-01-24T01:07:55.956 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0666 /tmp/tmp.6ixGU7EcXL 2024-01-24T01:07:56.097 DEBUG:teuthology.orchestra.remote:smithi156:/tmp/tmp.6ixGU7EcXL is 10KB 2024-01-24T01:07:56.109 DEBUG:teuthology.orchestra.run.smithi156:> rm -fr /tmp/tmp.6ixGU7EcXL 2024-01-24T01:07:56.115 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-24T01:07:56.172 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:07:56.172 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-24T01:07:56.172 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-24T01:07:56.246 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-24T01:07:56.246 DEBUG:teuthology.orchestra.run.smithi156:> sudo update-grub 2024-01-24T01:07:57.105 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-01-24T01:07:57.156 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-24T01:07:57.236 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-01-24T01:07:57.510 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2024-01-24T01:07:57.511 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2024-01-24T01:07:57.728 INFO:teuthology.orchestra.run.smithi156.stderr:Sourcing file `/etc/default/grub' 2024-01-24T01:07:57.731 INFO:teuthology.orchestra.run.smithi099.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-24T01:07:57.731 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages were automatically installed and are no longer required: 2024-01-24T01:07:57.731 INFO:teuthology.orchestra.run.smithi099.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-24T01:07:57.731 INFO:teuthology.orchestra.run.smithi099.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-24T01:07:57.731 INFO:teuthology.orchestra.run.smithi099.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-24T01:07:57.732 INFO:teuthology.orchestra.run.smithi099.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-24T01:07:57.749 INFO:teuthology.orchestra.run.smithi156.stderr:Generating grub configuration file ... 2024-01-24T01:07:57.787 INFO:teuthology.orchestra.run.smithi099.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-24T01:07:57.788 DEBUG:teuthology.orchestra.run.smithi099:> dpkg -s linux-image-generic 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Package: linux-image-generic 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Status: install ok installed 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Priority: optional 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Section: kernel 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Installed-Size: 18 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: amd64 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Source: linux-meta 2024-01-24T01:07:57.807 INFO:teuthology.orchestra.run.smithi099.stdout:Version: 4.15.0.213.196 2024-01-24T01:07:57.808 INFO:teuthology.orchestra.run.smithi099.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-24T01:07:57.808 INFO:teuthology.orchestra.run.smithi099.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-24T01:07:57.808 INFO:teuthology.orchestra.run.smithi099.stdout:Recommends: thermald 2024-01-24T01:07:57.808 INFO:teuthology.orchestra.run.smithi099.stdout:Description: Generic Linux kernel image 2024-01-24T01:07:57.808 INFO:teuthology.orchestra.run.smithi099.stdout: This package will always depend on the latest generic kernel image 2024-01-24T01:07:57.808 INFO:teuthology.orchestra.run.smithi099.stdout: available. 2024-01-24T01:07:57.808 DEBUG:teuthology.orchestra.run.smithi099:> mktemp 2024-01-24T01:07:57.857 INFO:teuthology.orchestra.run.smithi099.stdout:/tmp/tmp.L9RBbBsprW 2024-01-24T01:07:57.858 DEBUG:teuthology.orchestra.run.smithi099:> sudo cp /boot/grub/grub.cfg /tmp/tmp.L9RBbBsprW 2024-01-24T01:07:57.914 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0666 /tmp/tmp.L9RBbBsprW 2024-01-24T01:07:58.023 INFO:teuthology.orchestra.run.smithi156.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-24T01:07:58.035 INFO:teuthology.orchestra.run.smithi156.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-24T01:07:58.053 DEBUG:teuthology.orchestra.remote:smithi099:/tmp/tmp.L9RBbBsprW is 10KB 2024-01-24T01:07:58.064 DEBUG:teuthology.orchestra.run.smithi099:> rm -fr /tmp/tmp.L9RBbBsprW 2024-01-24T01:07:58.070 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-24T01:07:58.127 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:07:58.127 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-24T01:07:58.127 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-24T01:07:58.201 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-24T01:07:58.202 DEBUG:teuthology.orchestra.run.smithi099:> sudo update-grub 2024-01-24T01:07:58.366 INFO:teuthology.orchestra.run.smithi156.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-24T01:07:58.378 INFO:teuthology.orchestra.run.smithi156.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-24T01:07:58.453 INFO:teuthology.orchestra.run.smithi156.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-24T01:07:58.467 INFO:teuthology.orchestra.run.smithi156.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-24T01:07:59.021 INFO:teuthology.orchestra.run.smithi156.stderr:done 2024-01-24T01:07:59.022 DEBUG:teuthology.orchestra.run.smithi156:> sudo shutdown -r now 2024-01-24T01:07:59.640 INFO:teuthology.orchestra.run.smithi099.stderr:Sourcing file `/etc/default/grub' 2024-01-24T01:07:59.651 INFO:teuthology.orchestra.run.smithi099.stderr:Generating grub configuration file ... 2024-01-24T01:07:59.934 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-24T01:07:59.947 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-24T01:08:00.261 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-24T01:08:00.273 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-24T01:08:00.349 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-24T01:08:00.361 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-24T01:08:00.962 INFO:teuthology.orchestra.run.smithi099.stderr:done 2024-01-24T01:08:00.964 DEBUG:teuthology.orchestra.run.smithi099:> sudo shutdown -r now 2024-01-24T01:08:29.092 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-24T01:08:29.093 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-24T01:08:29.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:08:30.968 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-24T01:08:30.968 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-01-24T01:08:30.969 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:08:47.548 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-01-24T01:08:49.340 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2024-01-24T01:08:56.556 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-24T01:08:56.557 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:08:58.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-01-24T01:08:58.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:08:59.612 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-01-24T01:09:01.404 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2024-01-24T01:09:11.620 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-24T01:09:11.620 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:09:13.407 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-01-24T01:09:13.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:09:30.044 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-01-24T01:09:31.836 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2024-01-24T01:09:45.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-24T01:09:45.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:09:45.218 DEBUG:teuthology.orchestra.run.smithi156:> true 2024-01-24T01:09:45.784 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-24T01:09:45.784 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-01-24T01:09:45.785 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-01-24T01:09:45.833 INFO:teuthology.orchestra.run.smithi156.stdout:4.15.0-213-generic 2024-01-24T01:09:45.833 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-24T01:09:45.833 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T01:09:45.833 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-24T01:09:46.834 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-24T01:09:46.834 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T01:09:46.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-01-24T01:09:46.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:09:46.923 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2024-01-24T01:09:46.925 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-01-24T01:09:46.966 DEBUG:teuthology.parallel:result is None 2024-01-24T01:09:47.201 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-01-24T01:09:47.201 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-01-24T01:09:47.201 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-01-24T01:09:47.249 INFO:teuthology.orchestra.run.smithi099.stdout:4.15.0-213-generic 2024-01-24T01:09:47.250 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-24T01:09:47.250 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T01:09:47.250 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-24T01:09:48.250 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-24T01:09:48.251 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T01:09:48.279 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2024-01-24T01:09:48.302 DEBUG:teuthology.parallel:result is None 2024-01-24T01:09:48.303 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-24T01:09:48.310 INFO:teuthology.task.internal:Creating test directory... 2024-01-24T01:09:48.310 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T01:09:48.346 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T01:09:48.353 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-24T01:09:48.359 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-24T01:09:48.366 INFO:teuthology.task.internal:Creating archive directory... 2024-01-24T01:09:48.367 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T01:09:48.394 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T01:09:48.408 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-24T01:09:48.414 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-24T01:09:48.414 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:09:48.446 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-24T01:09:48.468 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:09:48.472 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:09:48.476 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:09:48.480 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:09:48.482 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-24T01:09:48.489 INFO:teuthology.task.internal:Configuring sudo... 2024-01-24T01:09:48.489 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T01:09:48.522 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T01:09:48.539 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-24T01:09:48.548 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-24T01:09:48.548 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T01:09:48.578 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T01:09:48.586 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:09:48.630 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:09:48.678 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:09:48.678 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T01:09:48.742 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:09:48.749 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:09:48.798 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:09:48.798 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T01:09:48.862 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2024-01-24T01:09:48.864 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2024-01-24T01:09:48.947 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-24T01:09:48.955 INFO:teuthology.task.internal:Starting timer... 2024-01-24T01:09:48.955 INFO:teuthology.run_tasks:Running task pcp... 2024-01-24T01:09:48.981 INFO:teuthology.run_tasks:Running task selinux... 2024-01-24T01:09:48.989 DEBUG:teuthology.task.selinux:Excluding smithi099: OS 'ubuntu' does not support SELinux 2024-01-24T01:09:48.990 DEBUG:teuthology.task.selinux:Excluding smithi156: OS 'ubuntu' does not support SELinux 2024-01-24T01:09:48.990 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-24T01:09:48.990 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-24T01:09:48.990 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-24T01:09:48.990 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-24T01:09:48.999 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-24T01:09:49.003 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-24T01:09:49.114 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-24T01:09:49.131 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-24T01:09:49.132 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi099.front.sepia.ceph.com,smithi156.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-24T01:15:07.100 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi099.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com')] 2024-01-24T01:15:07.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-01-24T01:15:07.103 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:15:07.187 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-01-24T01:15:07.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-01-24T01:15:07.309 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-24T01:15:07.309 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:15:07.394 DEBUG:teuthology.orchestra.run.smithi156:> true 2024-01-24T01:15:07.514 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-24T01:15:07.514 INFO:teuthology.run_tasks:Running task clock... 2024-01-24T01:15:07.533 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-24T01:15:07.533 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T01:15:07.534 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:15:07.536 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T01:15:07.536 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T01:15:07.603 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-24T01:15:07.603 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Command line: ntpd -gq 2024-01-24T01:15:07.603 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: proto: precision = 0.124 usec (-23) 2024-01-24T01:15:07.604 INFO:teuthology.orchestra.run.smithi099.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T01:15:07.604 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T01:15:07.604 INFO:teuthology.orchestra.run.smithi099.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-24T01:15:07.605 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: restrict ::: KOD does nothing without LIMITED. 2024-01-24T01:15:07.606 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Listen and drop on 0 v6wildcard [::]:123 2024-01-24T01:15:07.606 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-24T01:15:07.606 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Listen normally on 2 lo 127.0.0.1:123 2024-01-24T01:15:07.606 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Listen normally on 3 enp3s0f1 172.21.15.99:123 2024-01-24T01:15:07.606 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Listen normally on 4 lo [::1]:123 2024-01-24T01:15:07.606 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d803%5]:123 2024-01-24T01:15:07.606 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:07 ntpd[14475]: Listening on routing socket on fd #22 for interface updates 2024-01-24T01:15:07.614 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-24T01:15:07.614 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Command line: ntpd -gq 2024-01-24T01:15:07.615 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: proto: precision = 0.123 usec (-23) 2024-01-24T01:15:07.616 INFO:teuthology.orchestra.run.smithi156.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T01:15:07.616 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T01:15:07.616 INFO:teuthology.orchestra.run.smithi156.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-24T01:15:07.617 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: restrict ::: KOD does nothing without LIMITED. 2024-01-24T01:15:07.618 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Listen and drop on 0 v6wildcard [::]:123 2024-01-24T01:15:07.618 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-24T01:15:07.618 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Listen normally on 2 lo 127.0.0.1:123 2024-01-24T01:15:07.618 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Listen normally on 3 enp3s0f1 172.21.15.156:123 2024-01-24T01:15:07.618 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Listen normally on 4 lo [::1]:123 2024-01-24T01:15:07.618 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6dfd%5]:123 2024-01-24T01:15:07.618 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:07 ntpd[14361]: Listening on routing socket on fd #22 for interface updates 2024-01-24T01:15:08.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:08 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:08.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:08 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:08.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:08 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:08.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:08 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:08.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:08 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:08.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:08 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:08.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:08 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:08.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:08 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:09.603 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:09 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:09.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:09 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:09.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:09 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:09.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:09 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:09.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:09.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:09.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:09.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:09.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:09.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:09.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:09.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:09 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:10.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:10.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:10.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:10.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:10.605 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:10.605 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:10.605 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:10.605 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:10 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:10.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:10 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:10.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:10 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:10.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:10 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:10.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:10 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:11.603 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:11 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:11.603 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:11 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:11.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:11 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:11.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:11 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:11.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:11 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:12.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:12 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:12.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:12 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:12.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:12 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:12.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:12 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:12.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:12 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:13.603 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:13 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:13.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:13 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:13.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:13 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:13.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:13 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:13.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:13.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:13.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:13.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:13.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:13.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:13.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:13.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:13 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:14.603 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:14 ntpd[14475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:14.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:14 ntpd[14475]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:14.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:14 ntpd[14475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:14.604 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:14 ntpd[14475]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:14.604 INFO:teuthology.orchestra.run.smithi099.stdout:24 Jan 01:15:14 ntpd[14475]: ntpd: time slew +0.000222 s 2024-01-24T01:15:14.604 INFO:teuthology.orchestra.run.smithi099.stdout:ntpd: time slew +0.000222s 2024-01-24T01:15:14.605 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:14 ntpd[14475]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-24T01:15:14.605 INFO:teuthology.orchestra.run.smithi099.stderr:24 Jan 01:15:14 ntpd[14475]: can't open /var/log/ntpstats/loopstats.20240124: Permission denied 2024-01-24T01:15:14.615 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:14 ntpd[14361]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T01:15:14.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:14 ntpd[14361]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T01:15:14.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:14 ntpd[14361]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T01:15:14.616 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:14 ntpd[14361]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T01:15:14.616 INFO:teuthology.orchestra.run.smithi156.stdout:24 Jan 01:15:14 ntpd[14361]: ntpd: time slew +0.001188 s 2024-01-24T01:15:14.616 INFO:teuthology.orchestra.run.smithi156.stdout:ntpd: time slew +0.001188s 2024-01-24T01:15:14.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:14 ntpd[14361]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-24T01:15:14.617 INFO:teuthology.orchestra.run.smithi156.stderr:24 Jan 01:15:14 ntpd[14361]: can't open /var/log/ntpstats/loopstats.20240124: Permission denied 2024-01-24T01:15:14.668 INFO:teuthology.orchestra.run.smithi099.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T01:15:14.668 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================== 2024-01-24T01:15:14.668 INFO:teuthology.orchestra.run.smithi099.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.668 INFO:teuthology.orchestra.run.smithi099.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.668 INFO:teuthology.orchestra.run.smithi099.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.668 INFO:teuthology.orchestra.run.smithi099.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.678 INFO:teuthology.orchestra.run.smithi156.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T01:15:14.679 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================== 2024-01-24T01:15:14.679 INFO:teuthology.orchestra.run.smithi156.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.679 INFO:teuthology.orchestra.run.smithi156.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.679 INFO:teuthology.orchestra.run.smithi156.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.679 INFO:teuthology.orchestra.run.smithi156.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T01:15:14.680 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-24T01:15:14.693 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-24T01:15:14.694 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:15:14.694 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:15:14.701 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-24T01:15:14.702 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_1 2024-01-24T01:15:14.752 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T01:15:14.752 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:14.752 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 342 Links: 1 2024-01-24T01:15:14.752 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:14.753 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:13:38.003803969 +0000 2024-01-24T01:15:14.753 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:13:37.855807355 +0000 2024-01-24T01:15:14.753 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:13:37.855807355 +0000 2024-01-24T01:15:14.753 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:15:14.753 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T01:15:14.807 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:15:14.807 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:15:14.808 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000372609 s, 1.4 MB/s 2024-01-24T01:15:14.808 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T01:15:14.856 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_2 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 348 Links: 1 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:13:38.303797103 +0000 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:13:38.147800673 +0000 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:13:38.147800673 +0000 2024-01-24T01:15:14.907 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:15:14.908 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T01:15:14.961 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:15:14.961 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:15:14.962 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000290774 s, 1.8 MB/s 2024-01-24T01:15:14.962 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T01:15:15.012 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_3 2024-01-24T01:15:15.063 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T01:15:15.063 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:15.064 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 354 Links: 1 2024-01-24T01:15:15.064 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:15.064 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:13:38.423794358 +0000 2024-01-24T01:15:15.064 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:13:38.419794449 +0000 2024-01-24T01:15:15.064 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:13:38.419794449 +0000 2024-01-24T01:15:15.064 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:15:15.065 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T01:15:15.118 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:15:15.118 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:15:15.118 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000501003 s, 1.0 MB/s 2024-01-24T01:15:15.119 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T01:15:15.168 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_4 2024-01-24T01:15:15.219 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T01:15:15.219 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:15.220 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 360 Links: 1 2024-01-24T01:15:15.220 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:15.220 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:13:38.711787767 +0000 2024-01-24T01:15:15.220 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:13:38.707787859 +0000 2024-01-24T01:15:15.220 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:13:38.707787859 +0000 2024-01-24T01:15:15.220 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:15:15.221 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T01:15:15.274 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:15:15.274 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:15:15.274 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000364478 s, 1.4 MB/s 2024-01-24T01:15:15.275 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T01:15:15.324 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:15:15.415 INFO:teuthology.orchestra.run.smithi099.stdout:loop 2024-01-24T01:15:15.417 INFO:tasks.nvme_loop:Connecting nvme_loop smithi099:/dev/vg_nvme/lv_1... 2024-01-24T01:15:15.417 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:15:15.481 INFO:teuthology.orchestra.run.smithi099.stdout:1 2024-01-24T01:15:15.511 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/vg_nvme/lv_11 2024-01-24T01:15:15.530 INFO:tasks.nvme_loop:Connecting nvme_loop smithi099:/dev/vg_nvme/lv_2... 2024-01-24T01:15:15.530 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:15:15.597 INFO:teuthology.orchestra.run.smithi099.stdout:1 2024-01-24T01:15:15.626 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/vg_nvme/lv_21 2024-01-24T01:15:15.646 INFO:tasks.nvme_loop:Connecting nvme_loop smithi099:/dev/vg_nvme/lv_3... 2024-01-24T01:15:15.646 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:15:15.719 INFO:teuthology.orchestra.run.smithi099.stdout:1 2024-01-24T01:15:15.745 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/vg_nvme/lv_31 2024-01-24T01:15:15.765 INFO:tasks.nvme_loop:Connecting nvme_loop smithi099:/dev/vg_nvme/lv_4... 2024-01-24T01:15:15.765 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:15:15.833 INFO:teuthology.orchestra.run.smithi099.stdout:1 2024-01-24T01:15:15.860 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/vg_nvme/lv_41 2024-01-24T01:15:15.880 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:15:15.880 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:15:15.931 DEBUG:teuthology.orchestra.run.smithi099:> sudo nvme list 2024-01-24T01:15:15.987 INFO:teuthology.orchestra.run.smithi099.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T01:15:15.987 INFO:teuthology.orchestra.run.smithi099.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T01:15:15.987 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/nvme0n1 PHFT62040101400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T01:15:15.987 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/nvme1n1 3a31b7432adc27f2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:15.987 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/nvme2n1 c6440f8171e299c5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:15.987 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/nvme3n1 dc25bb00429b4101 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:15.988 INFO:teuthology.orchestra.run.smithi099.stdout:/dev/nvme4n1 95a352764ab41afe Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:15.989 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:15:15.989 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:15:15.989 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/scratch_devs 2024-01-24T01:15:16.046 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:15:16.046 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:15:16.053 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-24T01:15:16.053 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_1 2024-01-24T01:15:16.098 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T01:15:16.099 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:16.099 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 340 Links: 1 2024-01-24T01:15:16.099 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:16.099 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:13:43.126324124 +0000 2024-01-24T01:15:16.099 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:13:42.950328312 +0000 2024-01-24T01:15:16.099 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:13:42.950328312 +0000 2024-01-24T01:15:16.099 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:15:16.099 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T01:15:16.156 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:15:16.156 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:15:16.156 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000359038 s, 1.4 MB/s 2024-01-24T01:15:16.157 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T01:15:16.207 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_2 2024-01-24T01:15:16.257 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T01:15:16.257 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:16.257 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 346 Links: 1 2024-01-24T01:15:16.258 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:16.258 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:13:43.414317272 +0000 2024-01-24T01:15:16.258 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:13:43.258320983 +0000 2024-01-24T01:15:16.258 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:13:43.258320983 +0000 2024-01-24T01:15:16.258 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:15:16.258 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T01:15:16.310 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:15:16.310 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:15:16.311 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000282748 s, 1.8 MB/s 2024-01-24T01:15:16.312 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T01:15:16.362 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_3 2024-01-24T01:15:16.413 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T01:15:16.413 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:16.413 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 352 Links: 1 2024-01-24T01:15:16.413 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:16.414 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:13:43.690310705 +0000 2024-01-24T01:15:16.414 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:13:43.542314226 +0000 2024-01-24T01:15:16.414 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:13:43.542314226 +0000 2024-01-24T01:15:16.414 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:15:16.414 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T01:15:16.468 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:15:16.468 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:15:16.468 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000256878 s, 2.0 MB/s 2024-01-24T01:15:16.469 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T01:15:16.519 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_4 2024-01-24T01:15:16.569 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T01:15:16.569 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:15:16.569 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 358 Links: 1 2024-01-24T01:15:16.569 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:15:16.569 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:13:43.966304138 +0000 2024-01-24T01:15:16.569 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:13:43.814307754 +0000 2024-01-24T01:15:16.569 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:13:43.814307754 +0000 2024-01-24T01:15:16.570 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:15:16.570 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T01:15:16.623 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:15:16.623 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:15:16.623 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000174992 s, 2.9 MB/s 2024-01-24T01:15:16.624 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T01:15:16.673 DEBUG:teuthology.orchestra.run.smithi156:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-24T01:15:16.756 INFO:teuthology.orchestra.run.smithi156.stdout:loop 2024-01-24T01:15:16.758 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_1... 2024-01-24T01:15:16.758 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-24T01:15:16.821 INFO:teuthology.orchestra.run.smithi156.stdout:1 2024-01-24T01:15:16.849 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_11 2024-01-24T01:15:16.870 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_2... 2024-01-24T01:15:16.871 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-24T01:15:16.939 INFO:teuthology.orchestra.run.smithi156.stdout:1 2024-01-24T01:15:16.967 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_21 2024-01-24T01:15:16.989 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_3... 2024-01-24T01:15:16.990 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-24T01:15:17.052 INFO:teuthology.orchestra.run.smithi156.stdout:1 2024-01-24T01:15:17.078 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_31 2024-01-24T01:15:17.099 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_4... 2024-01-24T01:15:17.099 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-24T01:15:17.165 INFO:teuthology.orchestra.run.smithi156.stdout:1 2024-01-24T01:15:17.195 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_41 2024-01-24T01:15:17.214 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:15:17.214 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:15:17.265 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme list 2024-01-24T01:15:17.320 INFO:teuthology.orchestra.run.smithi156.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T01:15:17.320 INFO:teuthology.orchestra.run.smithi156.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T01:15:17.320 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme0n1 PHMB74760040480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-24T01:15:17.320 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme1n1 8a0d865ccea0e6d2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:17.320 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme2n1 0b8a65c9cc7f7db3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:17.321 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme3n1 0ce371f92fea964f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:17.321 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme4n1 036df3073c2dda21 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-24T01:15:17.321 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:15:17.322 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:15:17.322 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/scratch_devs 2024-01-24T01:15:17.376 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-24T01:15:17.461 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': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-24T01:15:17.462 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T01:15:17.462 INFO:tasks.cephadm:Cluster fsid is 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:17.463 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-24T01:15:17.463 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-24T01:15:17.463 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi099': '172.21.15.99', 'mon.smithi156': '172.21.15.156'} 2024-01-24T01:15:17.463 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-24T01:15:17.463 DEBUG:teuthology.orchestra.run.smithi099:> sudo hostname $(hostname -s) 2024-01-24T01:15:17.479 DEBUG:teuthology.orchestra.run.smithi156:> sudo hostname $(hostname -s) 2024-01-24T01:15:17.495 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-24T01:15:17.496 DEBUG:teuthology.orchestra.run.smithi099:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T01:15:17.684 INFO:teuthology.orchestra.run.smithi099.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 24 01:15 /home/ubuntu/cephtest/cephadm 2024-01-24T01:15:17.684 DEBUG:teuthology.orchestra.run.smithi156:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T01:15:17.931 INFO:teuthology.orchestra.run.smithi156.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 24 01:15 /home/ubuntu/cephtest/cephadm 2024-01-24T01:15:17.932 DEBUG:teuthology.orchestra.run.smithi099:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T01:15:17.941 DEBUG:teuthology.orchestra.run.smithi156:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T01:15:17.958 DEBUG:teuthology.orchestra.run.smithi099:> sudo mkdir -p /etc/ceph 2024-01-24T01:15:18.000 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /etc/ceph 2024-01-24T01:15:18.015 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 777 /etc/ceph 2024-01-24T01:15:18.054 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 777 /etc/ceph 2024-01-24T01:15:18.071 INFO:tasks.cephadm:Writing seed config... 2024-01-24T01:15:18.072 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-24T01:15:18.072 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-24T01:15:18.072 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-24T01:15:18.073 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-24T01:15:18.073 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-24T01:15:18.073 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-24T01:15:18.073 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-24T01:15:18.073 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-24T01:15:18.073 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:15:18.073 DEBUG:teuthology.orchestra.run.smithi099:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-24T01:15:18.102 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 = 08ead7a2-ba56-11ee-95b1-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-24T01:15:18.102 DEBUG:teuthology.orchestra.run.smithi099:mon.smithi099> sudo journalctl -f -n 0 -u ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi099.service 2024-01-24T01:15:18.146 INFO:tasks.cephadm:Bootstrapping... 2024-01-24T01:15:18.146 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid 08ead7a2-ba56-11ee-95b1-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.99 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:15:18.536 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-24T01:15:18.651 INFO:teuthology.orchestra.run.smithi099.stderr:-------------------------------------------------------------------------------- 2024-01-24T01:15:18.651 INFO:teuthology.orchestra.run.smithi099.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', '08ead7a2-ba56-11ee-95b1-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.99', '--skip-admin-label'] 2024-01-24T01:15:18.651 INFO:teuthology.orchestra.run.smithi099.stderr:Verifying podman|docker is present... 2024-01-24T01:15:18.651 INFO:teuthology.orchestra.run.smithi099.stderr:Verifying lvm2 is present... 2024-01-24T01:15:18.651 INFO:teuthology.orchestra.run.smithi099.stderr:Verifying time synchronization is in place... 2024-01-24T01:15:18.659 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T01:15:18.668 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.675 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-24T01:15:18.681 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.690 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: enabled 2024-01-24T01:15:18.697 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.704 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-24T01:15:18.713 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.721 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: enabled 2024-01-24T01:15:18.729 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: active 2024-01-24T01:15:18.731 INFO:teuthology.orchestra.run.smithi099.stderr:Unit ntp.service is enabled and running 2024-01-24T01:15:18.731 INFO:teuthology.orchestra.run.smithi099.stderr:Repeating the final host check... 2024-01-24T01:15:18.731 INFO:teuthology.orchestra.run.smithi099.stderr:docker (/usr/bin/docker) is present 2024-01-24T01:15:18.731 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl is present 2024-01-24T01:15:18.731 INFO:teuthology.orchestra.run.smithi099.stderr:lvcreate is present 2024-01-24T01:15:18.737 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T01:15:18.748 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.753 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-24T01:15:18.762 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.778 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: enabled 2024-01-24T01:15:18.780 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.788 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-24T01:15:18.796 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: inactive 2024-01-24T01:15:18.806 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: enabled 2024-01-24T01:15:18.812 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: active 2024-01-24T01:15:18.812 INFO:teuthology.orchestra.run.smithi099.stderr:Unit ntp.service is enabled and running 2024-01-24T01:15:18.813 INFO:teuthology.orchestra.run.smithi099.stderr:Host looks OK 2024-01-24T01:15:18.813 INFO:teuthology.orchestra.run.smithi099.stderr:Cluster fsid: 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:18.813 INFO:teuthology.orchestra.run.smithi099.stderr:Acquiring lock 140624500753688 on /run/cephadm/08ead7a2-ba56-11ee-95b1-87774f69a715.lock 2024-01-24T01:15:18.813 INFO:teuthology.orchestra.run.smithi099.stderr:Lock 140624500753688 acquired on /run/cephadm/08ead7a2-ba56-11ee-95b1-87774f69a715.lock 2024-01-24T01:15:18.813 INFO:teuthology.orchestra.run.smithi099.stderr:Verifying IP 172.21.15.99 port 3300 ... 2024-01-24T01:15:18.813 INFO:teuthology.orchestra.run.smithi099.stderr:Verifying IP 172.21.15.99 port 6789 ... 2024-01-24T01:15:18.814 INFO:teuthology.orchestra.run.smithi099.stderr:Base mon IP(s) is [172.21.15.99:3300, 172.21.15.99:6789], mon addrv is [v2:172.21.15.99:3300,v1:172.21.15.99:6789] 2024-01-24T01:15:18.817 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-24T01:15:18.818 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.99 metric 100 2024-01-24T01:15:18.818 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-24T01:15:18.818 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.99 2024-01-24T01:15:18.818 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.99 metric 100 2024-01-24T01:15:18.821 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-24T01:15:18.821 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-24T01:15:18.825 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-24T01:15:18.825 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d803/64 scope link 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:Mon IP `172.21.15.99` is in CIDR network `172.21.0.0/20` 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:Mon IP `172.21.15.99` is in CIDR network `172.21.0.0/20` 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:Mon IP `172.21.15.99` is in CIDR network `172.21.15.254/32` 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:Mon IP `172.21.15.99` is in CIDR network `172.21.15.254/32` 2024-01-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:18.826 INFO:teuthology.orchestra.run.smithi099.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-24T01:15:18.827 INFO:teuthology.orchestra.run.smithi099.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T01:15:19.188 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: a70aebef70df6ec2d957347ccbfc484e0573dd5f: Pulling from ceph-ci/ceph 2024-01-24T01:15:19.193 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: 6c507150f7e9: Pulling fs layer 2024-01-24T01:15:19.193 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: bc4c4b5b825b: Pulling fs layer 2024-01-24T01:15:19.911 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: 6c507150f7e9: Verifying Checksum 2024-01-24T01:15:19.911 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: 6c507150f7e9: Download complete 2024-01-24T01:15:21.810 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: bc4c4b5b825b: Verifying Checksum 2024-01-24T01:15:21.810 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: bc4c4b5b825b: Download complete 2024-01-24T01:15:22.290 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: 6c507150f7e9: Pull complete 2024-01-24T01:15:32.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: bc4c4b5b825b: Pull complete 2024-01-24T01:15:32.359 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: Digest: sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e 2024-01-24T01:15:32.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T01:15:32.434 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T01:15:42.770 INFO:teuthology.orchestra.run.smithi099.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T01:15:43.279 INFO:teuthology.orchestra.run.smithi099.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T01:15:43.279 INFO:teuthology.orchestra.run.smithi099.stderr:Extracting ceph user uid/gid from container image... 2024-01-24T01:15:44.158 INFO:teuthology.orchestra.run.smithi099.stderr:stat: 167 167 2024-01-24T01:15:44.658 INFO:teuthology.orchestra.run.smithi099.stderr:Creating initial keys... 2024-01-24T01:15:45.504 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-authtool: AQDBZLBlYu4EHhAAeZenDwrtxbTuX6IVT3Tfyg== 2024-01-24T01:15:46.835 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-authtool: AQDCZLBlib/EMRAA0JIdALTHsqa/mKzu4X7JNw== 2024-01-24T01:15:48.158 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-authtool: AQDEZLBl7lhkCRAAbGTMURcjoW+uscv+gIn7tw== 2024-01-24T01:15:48.663 INFO:teuthology.orchestra.run.smithi099.stderr:Creating initial monmap... 2024-01-24T01:15:49.513 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T01:15:49.513 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:49.513 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T01:15:49.975 INFO:teuthology.orchestra.run.smithi099.stderr:monmaptool for smithi099 [v2:172.21.15.99:3300,v1:172.21.15.99:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T01:15:49.975 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/monmaptool: set fsid to 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:49.975 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T01:15:49.975 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:15:49.976 INFO:teuthology.orchestra.run.smithi099.stderr:Creating mon... 2024-01-24T01:15:50.917 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.908+0000 7f9a471bc880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:15:50.917 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.908+0000 7f9a471bc880 1 imported monmap: 2024-01-24T01:15:50.917 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-24T01:15:50.917 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:50.917 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: last_changed 2024-01-24T01:15:49.512439+0000 2024-01-24T01:15:50.917 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: created 2024-01-24T01:15:49.512439+0000 2024-01-24T01:15:50.917 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.smithi099 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.908+0000 7f9a471bc880 0 /usr/bin/ceph-mon: set fsid to 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: DB SUMMARY 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi099/store.db dir, Total Num: 0, files: 2024-01-24T01:15:50.924 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi099/store.db: 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.create_if_missing: 1 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.env: 0x558716ee1080 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.info_log: 0x558717c47380 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:15:50.925 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.db_log_dir: 2024-01-24T01:15:50.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi099/store.db 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.write_buffer_manager: 0x558717c4d980 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:15:50.927 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.row_cache: None 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.wal_filter: None 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:15:50.928 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:15:50.929 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:15:50.929 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:15:50.929 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:15:50.929 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:15:50.929 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:15:50.929 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:15:50.949 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:15:50.950 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Compression algorithms supported: 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kZSTD supported: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.951 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi099/store.db/MANIFEST-000001 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.merge_operator: 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558717b5bd30) 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:15:50.952 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_cache: 0x558717b92d10 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-24T01:15:50.953 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-24T01:15:50.954 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.num_levels: 7 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:15:50.955 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:15:50.956 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:15:50.957 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:15:50.958 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.912+0000 7f9a471bc880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.916+0000 7f9a471bc880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi099/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-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.916+0000 7f9a471bc880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.916+0000 7f9a471bc880 4 rocksdb: DB pointer 0x558717c5b800 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.916+0000 7f9a30032700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:15:50.959 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.916+0000 7f9a30032700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.960 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:15:50.961 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:15:50.962 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.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-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: 2024-01-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.920+0000 7f9a471bc880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.920+0000 7f9a471bc880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-24T01:15:50.963 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:15:50.920+0000 7f9a471bc880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi099 for mon.smithi099 2024-01-24T01:15:51.373 INFO:teuthology.orchestra.run.smithi099.stderr:create mon.smithi099 on 2024-01-24T01:15:51.499 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-24T01:15:51.623 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715.target -> /etc/systemd/system/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715.target. 2024-01-24T01:15:51.623 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715.target -> /etc/systemd/system/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715.target. 2024-01-24T01:15:51.869 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to reset failed state of unit ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi099.service: Unit ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi099.service is not loaded. 2024-01-24T01:15:51.877 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Created symlink /etc/systemd/system/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715.target.wants/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi099.service -> /etc/systemd/system/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@.service. 2024-01-24T01:15:51.995 INFO:teuthology.orchestra.run.smithi099.stderr:firewalld does not appear to be present 2024-01-24T01:15:51.995 INFO:teuthology.orchestra.run.smithi099.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T01:15:51.995 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for mon to start... 2024-01-24T01:15:51.995 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for mon... 2024-01-24T01:15:52.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:51 smithi099 systemd[1]: Started Ceph mon.smithi099 for 08ead7a2-ba56-11ee-95b1-87774f69a715. 2024-01-24T01:15:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:53 smithi099 bash[15656]: cluster 2024-01-24T01:15:53.331800+0000 mon.smithi099 (mon.0) 0 : [INF] mkfs 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:53 smithi099 bash[15656]: cluster 2024-01-24T01:15:53.310914+0000 mon.smithi099 (mon.0) 1 : cluster [INF] mon.smithi099 is new leader, mons smithi099 in quorum (ranks 0) 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: cluster: 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: id: 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: services: 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi099 (age 0.32712s) 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: data: 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-24T01:15:53.656 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-24T01:15:53.657 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-24T01:15:53.657 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: pgs: 2024-01-24T01:15:53.657 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:15:54.224 INFO:teuthology.orchestra.run.smithi099.stderr:mon is available 2024-01-24T01:15:54.224 INFO:teuthology.orchestra.run.smithi099.stderr:Assimilating anything we can from ceph.conf... 2024-01-24T01:15:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:54 smithi099 bash[15656]: cluster 2024-01-24T01:15:53.326711+0000 mon.smithi099 (mon.0) 2 : cluster [INF] mon.smithi099 is new leader, mons smithi099 in quorum (ranks 0) 2024-01-24T01:15:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:54 smithi099 bash[15656]: cluster 2024-01-24T01:15:53.328504+0000 mon.smithi099 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi099=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0]} removed_ranks: {} 2024-01-24T01:15:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:54 smithi099 bash[15656]: cluster 2024-01-24T01:15:53.342415+0000 mon.smithi099 (mon.0) 4 : cluster [DBG] fsmap 2024-01-24T01:15:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:54 smithi099 bash[15656]: cluster 2024-01-24T01:15:53.353720+0000 mon.smithi099 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T01:15:54.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:54 smithi099 bash[15656]: cluster 2024-01-24T01:15:53.354851+0000 mon.smithi099 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T01:15:54.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:54 smithi099 bash[15656]: audit 2024-01-24T01:15:53.653746+0000 mon.smithi099 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.99:0/2787476407' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-24T01:15:55.448 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:15:55.448 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: [global] 2024-01-24T01:15:55.448 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: fsid = 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:55.448 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.99:3300,v1:172.21.15.99:6789] 2024-01-24T01:15:55.448 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T01:15:55.448 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: [mgr] 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: [osd] 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T01:15:55.449 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T01:15:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:55 smithi099 bash[15656]: audit 2024-01-24T01:15:55.442226+0000 mon.smithi099 (mon.0) 8 : audit [INF] from='client.? 172.21.15.99:0/3327611906' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T01:15:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:55 smithi099 bash[15656]: audit 2024-01-24T01:15:55.445909+0000 mon.smithi099 (mon.0) 9 : audit [INF] from='client.? 172.21.15.99:0/3327611906' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T01:15:55.958 INFO:teuthology.orchestra.run.smithi099.stderr:Generating new minimal ceph.conf... 2024-01-24T01:15:57.584 INFO:teuthology.orchestra.run.smithi099.stderr:Restarting the monitor... 2024-01-24T01:15:57.594 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:57 smithi099 bash[15656]: audit 2024-01-24T01:15:57.089513+0000 mon.smithi099 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.99:0/1778789547' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:15:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:57 smithi099 systemd[1]: Stopping Ceph mon.smithi099 for 08ead7a2-ba56-11ee-95b1-87774f69a715... 2024-01-24T01:15:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:57 smithi099 bash[16186]: Error response from daemon: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-mon.smithi099 2024-01-24T01:15:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:57 smithi099 bash[15656]: debug 2024-01-24T01:15:57.752+0000 7f4a7bc2d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi099 -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-24T01:15:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:57 smithi099 bash[15656]: debug 2024-01-24T01:15:57.752+0000 7f4a7bc2d700 -1 mon.smithi099@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T01:15:58.344 INFO:teuthology.orchestra.run.smithi099.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-01-24T01:15:58.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:58 smithi099 bash[16186]: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-mon-smithi099 2024-01-24T01:15:58.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:58 smithi099 systemd[1]: Stopped Ceph mon.smithi099 for 08ead7a2-ba56-11ee-95b1-87774f69a715. 2024-01-24T01:15:58.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:58 smithi099 systemd[1]: Started Ceph mon.smithi099 for 08ead7a2-ba56-11ee-95b1-87774f69a715. 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.532+0000 7f820793b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.532+0000 7f820793b880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 8 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.532+0000 7f820793b880 0 pidfile_write: ignore empty --pid-file 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.536+0000 7f820793b880 0 load: jerasure load: lrc load: isa 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T01:15:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: DB SUMMARY 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi099/store.db dir, Total Num: 1, files: 000004.sst 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi099/store.db: 000006.log size: 86519 ; 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.env: 0x55c398d6c080 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.info_log: 0x55c39b106520 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:15:59.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.db_log_dir: 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi099/store.db 2024-01-24T01:15:59.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.write_buffer_manager: 0x55c39bd54480 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:15:59.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:15:59.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.row_cache: None 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.wal_filter: None 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:15:59.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:15:59.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:15:59.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:15:59.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:15:59.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:15:59.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Compression algorithms supported: 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kZSTD supported: 0 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:15:59.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi099/store.db/MANIFEST-000005 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.merge_operator: 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:15:59.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c39b0a9d28) 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: cache_index_and_filter_blocks: 1 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: pin_top_level_index_and_filter: 1 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: index_type: 0 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: data_block_index_type: 0 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: index_shortening: 1 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:15:59.608 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: hash_index_allow_collision: 1 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: checksum: 1 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: no_block_cache: 0 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_cache: 0x55c39b0e0f10 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_cache_name: BinnedLRUCache 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_cache_options: 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: capacity : 536870912 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: num_shard_bits : 4 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: strict_capacity_limit : 0 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: high_pri_pool_ratio: 0.000 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_cache_compressed: (nil) 2024-01-24T01:15:59.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: persistent_cache: (nil) 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_size: 4096 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_size_deviation: 10 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_restart_interval: 16 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: index_block_restart_interval: 1 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: metadata_block_size: 4096 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: partition_filters: 0 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: use_delta_encoding: 1 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: whole_key_filtering: 1 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: verify_compression: 0 2024-01-24T01:15:59.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: read_amp_bytes_per_bit: 0 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: format_version: 2 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: enable_index_compression: 1 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: block_align: 0 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:15:59.611 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.num_levels: 7 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:15:59.612 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:15:59.613 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:15:59.614 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:15:59.615 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:15:59.616 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.540+0000 7f820793b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:15:59.617 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi099/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-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706058959545124, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 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-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706058959547081, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83392, "table_properties": {"data_size": 81659, "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": 76171, "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": 1706058959, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.544+0000 7f820793b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706058959547873, "job": 1, "event": "recovery_finished"} 2024-01-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.548+0000 7f820793b880 4 rocksdb: DB pointer 0x55c39b1a9800 2024-01-24T01:15:59.618 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.548+0000 7f81ee730700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.548+0000 7f81ee730700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ** DB Stats ** 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ** Compaction Stats [default] ** 2024-01-24T01:15:59.619 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ** Compaction Stats [default] ** 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 66.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:15:59.620 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Cumulative compaction: 0.00 GB write, 8.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Interval compaction: 0.00 GB write, 8.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ** Compaction Stats [default] ** 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ** Compaction Stats [default] ** 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 66.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:15:59.621 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: Cumulative compaction: 0.00 GB write, 8.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.548+0000 7f820793b880 0 starting mon.smithi099 rank 0 at public addrs [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] at bind addrs [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi099 fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.552+0000 7f820793b880 1 mon.smithi099@-1(???) e1 preinit fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.552+0000 7f820793b880 0 mon.smithi099@-1(???).mds e1 new map 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: debug 2024-01-24T01:15:59.552+0000 7f820793b880 0 mon.smithi099@-1(???).mds e1 print_map 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: e1 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 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-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: legacy client fscid: -1 2024-01-24T01:15:59.622 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: 2024-01-24T01:15:59.623 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: No filesystems configured 2024-01-24T01:15:59.623 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: audit 2024-01-24T01:15:57.089513+0000 mon.smithi099 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.99:0/1778789547' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:15:59.898 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: cluster 2024-01-24T01:15:59.558093+0000 mon.smithi099 (mon.0) 1 : cluster [INF] mon.smithi099 is new leader, mons smithi099 in quorum (ranks 0) 2024-01-24T01:15:59.898 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: cluster 2024-01-24T01:15:59.558182+0000 mon.smithi099 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi099=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0]} removed_ranks: {} 2024-01-24T01:15:59.898 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: cluster 2024-01-24T01:15:59.558630+0000 mon.smithi099 (mon.0) 3 : cluster [DBG] fsmap 2024-01-24T01:15:59.898 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: cluster 2024-01-24T01:15:59.558672+0000 mon.smithi099 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T01:15:59.898 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:15:59 smithi099 bash[16312]: cluster 2024-01-24T01:15:59.559129+0000 mon.smithi099 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T01:16:00.406 INFO:teuthology.orchestra.run.smithi099.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-24T01:16:00.406 INFO:teuthology.orchestra.run.smithi099.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:16:00.406 INFO:teuthology.orchestra.run.smithi099.stderr:Creating mgr... 2024-01-24T01:16:00.406 INFO:teuthology.orchestra.run.smithi099.stderr:Verifying port 9283 ... 2024-01-24T01:16:00.531 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Failed to reset failed state of unit ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mgr.smithi099.npjflm.service: Unit ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mgr.smithi099.npjflm.service is not loaded. 2024-01-24T01:16:00.537 INFO:teuthology.orchestra.run.smithi099.stderr:systemctl: Created symlink /etc/systemd/system/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715.target.wants/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mgr.smithi099.npjflm.service -> /etc/systemd/system/ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@.service. 2024-01-24T01:16:00.639 INFO:teuthology.orchestra.run.smithi099.stderr:firewalld does not appear to be present 2024-01-24T01:16:00.639 INFO:teuthology.orchestra.run.smithi099.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T01:16:00.639 INFO:teuthology.orchestra.run.smithi099.stderr:firewalld does not appear to be present 2024-01-24T01:16:00.639 INFO:teuthology.orchestra.run.smithi099.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-24T01:16:00.639 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for mgr to start... 2024-01-24T01:16:00.640 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for mgr... 2024-01-24T01:16:01.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:00 smithi099 bash[16312]: audit 2024-01-24T01:15:59.842867+0000 mon.smithi099 (mon.0) 6 : audit [INF] from='client.? 172.21.15.99:0/2028278514' entity='client.admin' 2024-01-24T01:16:02.389 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:16:02.390 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: { 2024-01-24T01:16:02.390 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "fsid": "08ead7a2-ba56-11ee-95b1-87774f69a715", 2024-01-24T01:16:02.390 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:16:02.390 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:16:02.390 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:16:02.390 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 0 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "smithi099" 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:02.391 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:16:02.392 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:16:02.393 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:16:02.396 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "available": false, 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "nfs", 2024-01-24T01:16:02.397 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:15:53.332893+0000", 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:16:02.398 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: } 2024-01-24T01:16:02.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:02 smithi099 bash[16312]: audit 2024-01-24T01:16:02.385040+0000 mon.smithi099 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.99:0/1195215332' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:16:02.959 INFO:teuthology.orchestra.run.smithi099.stderr:mgr not available, waiting (1/15)... 2024-01-24T01:16:06.261 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:16:06.261 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: { 2024-01-24T01:16:06.261 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "fsid": "08ead7a2-ba56-11ee-95b1-87774f69a715", 2024-01-24T01:16:06.261 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:16:06.261 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 0 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "smithi099" 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:06.262 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:16:06.263 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:16:06.267 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "available": false, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:16:06.268 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "nfs", 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:15:53.332893+0000", 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:16:06.269 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: } 2024-01-24T01:16:06.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:06 smithi099 bash[16312]: audit 2024-01-24T01:16:06.257011+0000 mon.smithi099 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.99:0/2933604016' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:16:06.831 INFO:teuthology.orchestra.run.smithi099.stderr:mgr not available, waiting (2/15)... 2024-01-24T01:16:08.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: cluster 2024-01-24T01:16:08.498813+0000 mon.smithi099 (mon.0) 9 : cluster [INF] Activating manager daemon smithi099.npjflm 2024-01-24T01:16:08.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: cluster 2024-01-24T01:16:08.504082+0000 mon.smithi099 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi099.npjflm(active, starting, since 0.00548881s) 2024-01-24T01:16:08.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.506679+0000 mon.smithi099 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:16:08.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.507030+0000 mon.smithi099 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:16:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.507320+0000 mon.smithi099 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:16:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.507716+0000 mon.smithi099 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi099"}]: dispatch 2024-01-24T01:16:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.508138+0000 mon.smithi099 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr metadata", "who": "smithi099.npjflm", "id": "smithi099.npjflm"}]: dispatch 2024-01-24T01:16:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: cluster 2024-01-24T01:16:08.512541+0000 mon.smithi099 (mon.0) 16 : cluster [INF] Manager daemon smithi099.npjflm is now available 2024-01-24T01:16:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.529243+0000 mon.smithi099 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.540701+0000 mon.smithi099 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:16:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:08 smithi099 bash[16312]: audit 2024-01-24T01:16:08.545375+0000 mon.smithi099 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/trash_purge_schedule"}]: dispatch 2024-01-24T01:16:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:09 smithi099 bash[16312]: audit 2024-01-24T01:16:08.550712+0000 mon.smithi099 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:09 smithi099 bash[16312]: audit 2024-01-24T01:16:08.558050+0000 mon.smithi099 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.99:0/3061234955' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:09 smithi099 bash[16312]: cluster 2024-01-24T01:16:09.510064+0000 mon.smithi099 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi099.npjflm(active, since 1.01147s) 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: { 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "fsid": "08ead7a2-ba56-11ee-95b1-87774f69a715", 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 0 2024-01-24T01:16:10.485 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "smithi099" 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:16:10.486 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:16:10.487 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:10.487 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:16:10.487 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:10.487 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:16:10.487 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:16:10.487 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:16:10.487 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:16:10.490 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:16:10.490 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:16:10.491 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "nfs", 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ], 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:15:53.332893+0000", 2024-01-24T01:16:10.492 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:16:10.493 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: }, 2024-01-24T01:16:10.493 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:16:10.493 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: } 2024-01-24T01:16:10.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:10 smithi099 bash[16312]: audit 2024-01-24T01:16:10.481266+0000 mon.smithi099 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.99:0/2590208521' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:16:11.047 INFO:teuthology.orchestra.run.smithi099.stderr:mgr is available 2024-01-24T01:16:11.833 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:11 smithi099 bash[16312]: cluster 2024-01-24T01:16:10.564529+0000 mon.smithi099 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi099.npjflm(active, since 2s) 2024-01-24T01:16:12.399 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:16:12.399 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: [global] 2024-01-24T01:16:12.399 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: fsid = 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:16:12.399 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T01:16:12.400 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T01:16:12.400 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: [mgr] 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: [osd] 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T01:16:12.401 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T01:16:12.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:12 smithi099 bash[16312]: audit 2024-01-24T01:16:12.396857+0000 mon.smithi099 (mon.0) 25 : audit [INF] from='client.? 172.21.15.99:0/2535488788' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T01:16:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:Enabling cephadm module... 2024-01-24T01:16:14.783 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:14 smithi099 bash[16312]: audit 2024-01-24T01:16:14.432712+0000 mon.smithi099 (mon.0) 26 : audit [INF] from='client.? 172.21.15.99:0/845390163' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-24T01:16:15.845 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:15 smithi099 bash[16312]: audit 2024-01-24T01:16:14.489398+0000 mon.smithi099 (mon.0) 27 : audit [INF] from='client.? 172.21.15.99:0/845390163' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-24T01:16:15.845 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:15 smithi099 bash[16312]: cluster 2024-01-24T01:16:14.489525+0000 mon.smithi099 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi099.npjflm(active, since 5s) 2024-01-24T01:16:16.583 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: { 2024-01-24T01:16:16.584 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-24T01:16:16.584 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:16:16.584 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "active_name": "smithi099.npjflm", 2024-01-24T01:16:16.584 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T01:16:16.584 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: } 2024-01-24T01:16:16.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:16 smithi099 bash[16312]: audit 2024-01-24T01:16:16.582165+0000 mon.smithi099 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.99:0/4102975731' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T01:16:17.098 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for the mgr to restart... 2024-01-24T01:16:17.098 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for mgr epoch 5... 2024-01-24T01:16:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: cluster 2024-01-24T01:16:20.882380+0000 mon.smithi099 (mon.0) 30 : cluster [INF] Active manager daemon smithi099.npjflm restarted 2024-01-24T01:16:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: cluster 2024-01-24T01:16:20.882826+0000 mon.smithi099 (mon.0) 31 : cluster [INF] Activating manager daemon smithi099.npjflm 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: cluster 2024-01-24T01:16:20.888129+0000 mon.smithi099 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: cluster 2024-01-24T01:16:20.888241+0000 mon.smithi099 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi099.npjflm(active, starting, since 0.00556237s) 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: audit 2024-01-24T01:16:20.890735+0000 mon.smithi099 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi099"}]: dispatch 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: audit 2024-01-24T01:16:20.892487+0000 mon.smithi099 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr metadata", "who": "smithi099.npjflm", "id": "smithi099.npjflm"}]: dispatch 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: audit 2024-01-24T01:16:20.893322+0000 mon.smithi099 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: audit 2024-01-24T01:16:20.893687+0000 mon.smithi099 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: audit 2024-01-24T01:16:20.893995+0000 mon.smithi099 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: cluster 2024-01-24T01:16:20.897574+0000 mon.smithi099 (mon.0) 39 : cluster [INF] Manager daemon smithi099.npjflm is now available 2024-01-24T01:16:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:20 smithi099 bash[16312]: audit 2024-01-24T01:16:20.917363+0000 mon.smithi099 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:21.908 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: { 2024-01-24T01:16:21.908 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-24T01:16:21.908 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T01:16:21.908 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: } 2024-01-24T01:16:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: cephadm 2024-01-24T01:16:20.913497+0000 mgr.smithi099.npjflm (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-24T01:16:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: audit 2024-01-24T01:16:21.041636+0000 mon.smithi099 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: audit 2024-01-24T01:16:21.043838+0000 mon.smithi099 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:16:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: audit 2024-01-24T01:16:21.047792+0000 mon.smithi099 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:16:22.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: audit 2024-01-24T01:16:21.052914+0000 mon.smithi099 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:16:22.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: audit 2024-01-24T01:16:21.086631+0000 mon.smithi099 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:16:22.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: audit 2024-01-24T01:16:21.092473+0000 mon.smithi099 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/trash_purge_schedule"}]: dispatch 2024-01-24T01:16:22.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:22 smithi099 bash[16312]: cluster 2024-01-24T01:16:21.892764+0000 mon.smithi099 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi099.npjflm(active, since 1.01002s) 2024-01-24T01:16:22.511 INFO:teuthology.orchestra.run.smithi099.stderr:mgr epoch 5 is available 2024-01-24T01:16:22.512 INFO:teuthology.orchestra.run.smithi099.stderr:Setting orchestrator backend to cephadm... 2024-01-24T01:16:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:23 smithi099 bash[16312]: audit 2024-01-24T01:16:21.892261+0000 mgr.smithi099.npjflm (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T01:16:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:23 smithi099 bash[16312]: audit 2024-01-24T01:16:21.906495+0000 mgr.smithi099.npjflm (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T01:16:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:24 smithi099 bash[16312]: cluster 2024-01-24T01:16:23.047752+0000 mon.smithi099 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi099.npjflm(active, since 2s) 2024-01-24T01:16:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:24 smithi099 bash[16312]: audit 2024-01-24T01:16:23.860165+0000 mon.smithi099 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:24 smithi099 bash[16312]: audit 2024-01-24T01:16:23.889305+0000 mon.smithi099 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:16:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:25 smithi099 bash[16312]: audit 2024-01-24T01:16:23.850609+0000 mgr.smithi099.npjflm (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-24T01:16:25.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: value unchanged 2024-01-24T01:16:26.457 INFO:teuthology.orchestra.run.smithi099.stderr:Generating ssh key... 2024-01-24T01:16:26.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:26 smithi099 bash[16312]: audit 2024-01-24T01:16:25.924869+0000 mgr.smithi099.npjflm (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:29.357 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:29 smithi099 bash[16312]: audit 2024-01-24T01:16:27.875701+0000 mgr.smithi099.npjflm (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:29.357 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:29 smithi099 bash[16312]: cephadm 2024-01-24T01:16:27.876119+0000 mgr.smithi099.npjflm (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-24T01:16:29.357 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:29 smithi099 bash[16312]: audit 2024-01-24T01:16:28.102671+0000 mon.smithi099 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:29.357 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:29 smithi099 bash[16312]: audit 2024-01-24T01:16:28.106869+0000 mon.smithi099 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:29.921 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFJ4HrZPO5hb7YVtjIMuL+uH/6Kis6aa1X0QBdzjW8pAZmx1DrexIAGdPfT3LyGUH/aE7dirBF4WcRY9OrCFJ7TfZubXpaY8TSPNIztKDvdyQgFpofe/Owtwt+E0S2ZMA4GaF58y/1sC/Kt/9FhEdTzx/AVd77qrun9+pcNvHH8/APRme+iUTvUdAZ7AliRPmya4FKHgVXk+JcDY3JprFT7sRDjlisCc82Gxplor82vn1baIGL3/S4Po95XR9UVVu5fAjdeEcdix5abD4BEyiZnASaDcxocZl0Onz+NnNxxFDLITzMhc5bMgygy+FNZeFUEgzjhDiHF1bBX+eZp+HxKr/Q5oXDlmKDbPy02BR78VsBLWFMkl1hxtkbz24v8pR0VzJPV/sWnlGgV1YDqnrhGK58qtgtZRRXN0kGNk0lOl+FtiSJgmkTBH1+QVB98/JryT+L7uVIFeObx4aR9Y7ZpsXdnxjLLvCUl9IrXMpYXXmkBSVy0t3RXNbS2iM2Kvk= ceph-08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:16:30.479 INFO:teuthology.orchestra.run.smithi099.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-24T01:16:30.479 INFO:teuthology.orchestra.run.smithi099.stderr:Adding key to root@localhost authorized_keys... 2024-01-24T01:16:30.479 INFO:teuthology.orchestra.run.smithi099.stderr:Adding host smithi099... 2024-01-24T01:16:30.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:30 smithi099 bash[16312]: audit 2024-01-24T01:16:29.920136+0000 mgr.smithi099.npjflm (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:32.756 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Added host 'smithi099' with addr '172.21.15.99' 2024-01-24T01:16:32.841 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:32 smithi099 bash[16312]: audit 2024-01-24T01:16:31.959695+0000 mgr.smithi099.npjflm (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi099", "addr": "172.21.15.99", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:33.515 INFO:teuthology.orchestra.run.smithi099.stderr:Deploying mon service with default placement... 2024-01-24T01:16:34.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:33 smithi099 bash[16312]: audit 2024-01-24T01:16:32.753433+0000 mon.smithi099 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:34.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:33 smithi099 bash[16312]: cephadm 2024-01-24T01:16:32.754168+0000 mgr.smithi099.npjflm (mgr.14116) 10 : cephadm [INF] Added host smithi099 2024-01-24T01:16:34.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:33 smithi099 bash[16312]: audit 2024-01-24T01:16:32.775995+0000 mon.smithi099 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:16:35.457 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-24T01:16:36.078 INFO:teuthology.orchestra.run.smithi099.stderr:Deploying mgr service with default placement... 2024-01-24T01:16:36.831 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:36 smithi099 bash[16312]: audit 2024-01-24T01:16:35.451940+0000 mgr.smithi099.npjflm (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:36.831 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:36 smithi099 bash[16312]: cephadm 2024-01-24T01:16:35.453290+0000 mgr.smithi099.npjflm (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-24T01:16:36.831 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:36 smithi099 bash[16312]: audit 2024-01-24T01:16:35.456482+0000 mon.smithi099 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:36.831 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:36 smithi099 bash[16312]: audit 2024-01-24T01:16:35.761979+0000 mon.smithi099 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:36.831 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:36 smithi099 bash[16312]: audit 2024-01-24T01:16:36.057050+0000 mon.smithi099 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:37.547 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-24T01:16:38.109 INFO:teuthology.orchestra.run.smithi099.stderr:Deploying crash service with default placement... 2024-01-24T01:16:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:38 smithi099 bash[16312]: audit 2024-01-24T01:16:37.539114+0000 mgr.smithi099.npjflm (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:38 smithi099 bash[16312]: cephadm 2024-01-24T01:16:37.541257+0000 mgr.smithi099.npjflm (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-24T01:16:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:38 smithi099 bash[16312]: audit 2024-01-24T01:16:37.545842+0000 mon.smithi099 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:39.552 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-24T01:16:40.098 INFO:teuthology.orchestra.run.smithi099.stderr:Deploying prometheus service with default placement... 2024-01-24T01:16:40.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:40 smithi099 bash[16312]: audit 2024-01-24T01:16:39.542748+0000 mgr.smithi099.npjflm (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:40.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:40 smithi099 bash[16312]: cephadm 2024-01-24T01:16:39.545221+0000 mgr.smithi099.npjflm (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-24T01:16:40.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:40 smithi099 bash[16312]: audit 2024-01-24T01:16:39.549932+0000 mon.smithi099 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:41.642 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-24T01:16:42.243 INFO:teuthology.orchestra.run.smithi099.stderr:Deploying grafana service with default placement... 2024-01-24T01:16:42.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:42 smithi099 bash[16312]: cluster 2024-01-24T01:16:40.895007+0000 mgr.smithi099.npjflm (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:16:42.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:42 smithi099 bash[16312]: audit 2024-01-24T01:16:41.200226+0000 mon.smithi099 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:42.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:42 smithi099 bash[16312]: audit 2024-01-24T01:16:41.640640+0000 mon.smithi099 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:43 smithi099 bash[16312]: audit 2024-01-24T01:16:41.634333+0000 mgr.smithi099.npjflm (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:43 smithi099 bash[16312]: cephadm 2024-01-24T01:16:41.635425+0000 mgr.smithi099.npjflm (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-24T01:16:43.764 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-24T01:16:44.335 INFO:teuthology.orchestra.run.smithi099.stderr:Deploying node-exporter service with default placement... 2024-01-24T01:16:44.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:44 smithi099 bash[16312]: cluster 2024-01-24T01:16:42.895445+0000 mgr.smithi099.npjflm (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:16:44.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:44 smithi099 bash[16312]: audit 2024-01-24T01:16:43.762236+0000 mon.smithi099 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:45 smithi099 bash[16312]: audit 2024-01-24T01:16:43.755167+0000 mgr.smithi099.npjflm (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:45 smithi099 bash[16312]: cephadm 2024-01-24T01:16:43.757229+0000 mgr.smithi099.npjflm (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-24T01:16:45.926 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-24T01:16:46.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:46 smithi099 bash[16312]: cluster 2024-01-24T01:16:44.895902+0000 mgr.smithi099.npjflm (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:16:46.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:46 smithi099 bash[16312]: audit 2024-01-24T01:16:45.924680+0000 mon.smithi099 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:46.481 INFO:teuthology.orchestra.run.smithi099.stderr:Deploying alertmanager service with default placement... 2024-01-24T01:16:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:47 smithi099 bash[16312]: audit 2024-01-24T01:16:45.917667+0000 mgr.smithi099.npjflm (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-24T01:16:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:47 smithi099 bash[16312]: cephadm 2024-01-24T01:16:45.919906+0000 mgr.smithi099.npjflm (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-24T01:16:48.031 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-24T01:16:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:48 smithi099 bash[16312]: cluster 2024-01-24T01:16:46.896372+0000 mgr.smithi099.npjflm (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:16:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:48 smithi099 bash[16312]: audit 2024-01-24T01:16:48.030062+0000 mon.smithi099 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.99:0/3518665190' entity='mgr.smithi099.npjflm' 2024-01-24T01:16:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:49 smithi099 bash[16312]: audit 2024-01-24T01:16:48.023260+0000 mgr.smithi099.npjflm (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:16:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:49 smithi099 bash[16312]: cephadm 2024-01-24T01:16:48.025448+0000 mgr.smithi099.npjflm (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-24T01:16:50.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:50 smithi099 bash[16312]: cluster 2024-01-24T01:16:48.896837+0000 mgr.smithi099.npjflm (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:16:51.719 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:51 smithi099 bash[16312]: audit 2024-01-24T01:16:50.349144+0000 mon.smithi099 (mon.0) 65 : audit [INF] from='client.? 172.21.15.99:0/1561501415' entity='client.admin' 2024-01-24T01:16:52.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:52 smithi099 bash[16312]: cluster 2024-01-24T01:16:50.897235+0000 mgr.smithi099.npjflm (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:16:53.014 INFO:teuthology.orchestra.run.smithi099.stderr:Enabling the dashboard module... 2024-01-24T01:16:53.796 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:53 smithi099 bash[16312]: audit 2024-01-24T01:16:52.378253+0000 mon.smithi099 (mon.0) 66 : audit [INF] from='client.? 172.21.15.99:0/3479440709' entity='client.admin' 2024-01-24T01:16:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:54 smithi099 bash[16312]: cluster 2024-01-24T01:16:52.897696+0000 mgr.smithi099.npjflm (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:16:55.710 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:55 smithi099 bash[16312]: audit 2024-01-24T01:16:54.526992+0000 mon.smithi099 (mon.0) 67 : audit [INF] from='client.? 172.21.15.99:0/3084859095' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-24T01:16:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:56 smithi099 bash[16312]: audit 2024-01-24T01:16:55.395778+0000 mon.smithi099 (mon.0) 68 : audit [INF] from='client.? 172.21.15.99:0/3084859095' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-24T01:16:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:56 smithi099 bash[16312]: cluster 2024-01-24T01:16:55.395936+0000 mon.smithi099 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi099.npjflm(active, since 34s) 2024-01-24T01:16:57.667 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: { 2024-01-24T01:16:57.667 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-24T01:16:57.667 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:16:57.668 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "active_name": "smithi099.npjflm", 2024-01-24T01:16:57.668 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T01:16:57.668 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: } 2024-01-24T01:16:58.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:16:57 smithi099 bash[16312]: audit 2024-01-24T01:16:57.665813+0000 mon.smithi099 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.99:0/1805362069' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T01:16:58.252 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for the mgr to restart... 2024-01-24T01:16:58.252 INFO:teuthology.orchestra.run.smithi099.stderr:Waiting for mgr epoch 9... 2024-01-24T01:17:02.089 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: cluster 2024-01-24T01:17:01.827439+0000 mon.smithi099 (mon.0) 71 : cluster [INF] Active manager daemon smithi099.npjflm restarted 2024-01-24T01:17:02.090 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: cluster 2024-01-24T01:17:01.827874+0000 mon.smithi099 (mon.0) 72 : cluster [INF] Activating manager daemon smithi099.npjflm 2024-01-24T01:17:02.090 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: cluster 2024-01-24T01:17:01.836867+0000 mon.smithi099 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-24T01:17:02.090 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: cluster 2024-01-24T01:17:01.837045+0000 mon.smithi099 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi099.npjflm(active, starting, since 0.00934723s) 2024-01-24T01:17:02.090 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: audit 2024-01-24T01:17:01.838480+0000 mon.smithi099 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi099"}]: dispatch 2024-01-24T01:17:02.090 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: audit 2024-01-24T01:17:01.840262+0000 mon.smithi099 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr metadata", "who": "smithi099.npjflm", "id": "smithi099.npjflm"}]: dispatch 2024-01-24T01:17:02.090 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: audit 2024-01-24T01:17:01.841227+0000 mon.smithi099 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:17:02.091 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: audit 2024-01-24T01:17:01.841670+0000 mon.smithi099 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:17:02.091 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: audit 2024-01-24T01:17:01.842093+0000 mon.smithi099 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:17:02.091 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:01 smithi099 bash[16312]: cluster 2024-01-24T01:17:01.846447+0000 mon.smithi099 (mon.0) 80 : cluster [INF] Manager daemon smithi099.npjflm is now available 2024-01-24T01:17:02.855 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: { 2024-01-24T01:17:02.856 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-24T01:17:02.856 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T01:17:02.856 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: } 2024-01-24T01:17:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:02 smithi099 bash[16312]: audit 2024-01-24T01:17:01.973099+0000 mon.smithi099 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:17:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:02 smithi099 bash[16312]: audit 2024-01-24T01:17:01.978142+0000 mon.smithi099 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:17:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:02 smithi099 bash[16312]: audit 2024-01-24T01:17:02.023026+0000 mon.smithi099 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:17:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:02 smithi099 bash[16312]: audit 2024-01-24T01:17:02.028107+0000 mon.smithi099 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/trash_purge_schedule"}]: dispatch 2024-01-24T01:17:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:02 smithi099 bash[16312]: cluster 2024-01-24T01:17:02.838153+0000 mon.smithi099 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi099.npjflm(active, since 1.01041s) 2024-01-24T01:17:03.507 INFO:teuthology.orchestra.run.smithi099.stderr:mgr epoch 9 is available 2024-01-24T01:17:03.507 INFO:teuthology.orchestra.run.smithi099.stderr:Generating a dashboard self-signed certificate... 2024-01-24T01:17:04.268 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:03 smithi099 bash[16312]: audit 2024-01-24T01:17:02.837217+0000 mgr.smithi099.npjflm (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T01:17:04.269 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:03 smithi099 bash[16312]: audit 2024-01-24T01:17:02.853976+0000 mgr.smithi099.npjflm (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T01:17:05.050 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-24T01:17:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:04 smithi099 bash[16312]: cluster 2024-01-24T01:17:03.888621+0000 mon.smithi099 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi099.npjflm(active, since 2s) 2024-01-24T01:17:05.712 INFO:teuthology.orchestra.run.smithi099.stderr:Creating initial admin user... 2024-01-24T01:17:06.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:06 smithi099 bash[16312]: audit 2024-01-24T01:17:04.936416+0000 mgr.smithi099.npjflm (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:17:06.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:06 smithi099 bash[16312]: audit 2024-01-24T01:17:05.041862+0000 mon.smithi099 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:06.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:06 smithi099 bash[16312]: audit 2024-01-24T01:17:05.049195+0000 mon.smithi099 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:07.378 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$rML//7OvbA5zWSTDHX4IPeAQ9eu8lR8r2tIbNZzMEy5NqZzhhOPNa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706059027, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-24T01:17:08.000 INFO:teuthology.orchestra.run.smithi099.stderr:Fetching dashboard port number... 2024-01-24T01:17:08.734 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:08 smithi099 bash[16312]: audit 2024-01-24T01:17:07.139086+0000 mgr.smithi099.npjflm (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-24T01:17:08.735 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:08 smithi099 bash[16312]: audit 2024-01-24T01:17:07.377202+0000 mon.smithi099 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:09.404 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: 8443 2024-01-24T01:17:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:09 smithi099 bash[16312]: cluster 2024-01-24T01:17:08.380756+0000 mon.smithi099 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi099.npjflm(active, since 6s) 2024-01-24T01:17:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:09 smithi099 bash[16312]: audit 2024-01-24T01:17:08.803116+0000 mon.smithi099 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:09.958 INFO:teuthology.orchestra.run.smithi099.stderr:firewalld does not appear to be present 2024-01-24T01:17:09.958 INFO:teuthology.orchestra.run.smithi099.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-24T01:17:09.962 INFO:teuthology.orchestra.run.smithi099.stderr:Ceph Dashboard is now available at: 2024-01-24T01:17:09.962 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:09.962 INFO:teuthology.orchestra.run.smithi099.stderr: URL: https://smithi099.front.sepia.ceph.com:8443/ 2024-01-24T01:17:09.962 INFO:teuthology.orchestra.run.smithi099.stderr: User: admin 2024-01-24T01:17:09.962 INFO:teuthology.orchestra.run.smithi099.stderr: Password: rrzol3sp60 2024-01-24T01:17:09.962 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:09.962 INFO:teuthology.orchestra.run.smithi099.stderr:Enabling autotune for osd_memory_target 2024-01-24T01:17:10.751 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:10 smithi099 bash[16312]: audit 2024-01-24T01:17:09.402547+0000 mon.smithi099 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.99:0/2272656706' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-24T01:17:13.586 INFO:teuthology.orchestra.run.smithi099.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-24T01:17:14.170 INFO:teuthology.orchestra.run.smithi099.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr:Or, if you are only running a single cluster on this host: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: ceph telemetry on 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr:For more information see: 2024-01-24T01:17:14.171 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.172 INFO:teuthology.orchestra.run.smithi099.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-24T01:17:14.172 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:17:14.172 INFO:teuthology.orchestra.run.smithi099.stderr:Bootstrap complete. 2024-01-24T01:17:14.211 INFO:tasks.cephadm:Fetching config... 2024-01-24T01:17:14.212 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:17:14.212 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-24T01:17:14.216 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-24T01:17:14.216 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:17:14.216 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-24T01:17:14.270 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-24T01:17:14.270 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:17:14.271 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/keyring of=/dev/stdout 2024-01-24T01:17:14.327 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-24T01:17:14.327 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:17:14.328 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-24T01:17:14.374 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-24T01:17:14.375 DEBUG:teuthology.orchestra.run.smithi099:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFJ4HrZPO5hb7YVtjIMuL+uH/6Kis6aa1X0QBdzjW8pAZmx1DrexIAGdPfT3LyGUH/aE7dirBF4WcRY9OrCFJ7TfZubXpaY8TSPNIztKDvdyQgFpofe/Owtwt+E0S2ZMA4GaF58y/1sC/Kt/9FhEdTzx/AVd77qrun9+pcNvHH8/APRme+iUTvUdAZ7AliRPmya4FKHgVXk+JcDY3JprFT7sRDjlisCc82Gxplor82vn1baIGL3/S4Po95XR9UVVu5fAjdeEcdix5abD4BEyiZnASaDcxocZl0Onz+NnNxxFDLITzMhc5bMgygy+FNZeFUEgzjhDiHF1bBX+eZp+HxKr/Q5oXDlmKDbPy02BR78VsBLWFMkl1hxtkbz24v8pR0VzJPV/sWnlGgV1YDqnrhGK58qtgtZRRXN0kGNk0lOl+FtiSJgmkTBH1+QVB98/JryT+L7uVIFeObx4aR9Y7ZpsXdnxjLLvCUl9IrXMpYXXmkBSVy0t3RXNbS2iM2Kvk= ceph-08ead7a2-ba56-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T01:17:14.437 INFO:teuthology.orchestra.run.smithi099.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFJ4HrZPO5hb7YVtjIMuL+uH/6Kis6aa1X0QBdzjW8pAZmx1DrexIAGdPfT3LyGUH/aE7dirBF4WcRY9OrCFJ7TfZubXpaY8TSPNIztKDvdyQgFpofe/Owtwt+E0S2ZMA4GaF58y/1sC/Kt/9FhEdTzx/AVd77qrun9+pcNvHH8/APRme+iUTvUdAZ7AliRPmya4FKHgVXk+JcDY3JprFT7sRDjlisCc82Gxplor82vn1baIGL3/S4Po95XR9UVVu5fAjdeEcdix5abD4BEyiZnASaDcxocZl0Onz+NnNxxFDLITzMhc5bMgygy+FNZeFUEgzjhDiHF1bBX+eZp+HxKr/Q5oXDlmKDbPy02BR78VsBLWFMkl1hxtkbz24v8pR0VzJPV/sWnlGgV1YDqnrhGK58qtgtZRRXN0kGNk0lOl+FtiSJgmkTBH1+QVB98/JryT+L7uVIFeObx4aR9Y7ZpsXdnxjLLvCUl9IrXMpYXXmkBSVy0t3RXNbS2iM2Kvk= ceph-08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:17:14.447 DEBUG:teuthology.orchestra.run.smithi156:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFJ4HrZPO5hb7YVtjIMuL+uH/6Kis6aa1X0QBdzjW8pAZmx1DrexIAGdPfT3LyGUH/aE7dirBF4WcRY9OrCFJ7TfZubXpaY8TSPNIztKDvdyQgFpofe/Owtwt+E0S2ZMA4GaF58y/1sC/Kt/9FhEdTzx/AVd77qrun9+pcNvHH8/APRme+iUTvUdAZ7AliRPmya4FKHgVXk+JcDY3JprFT7sRDjlisCc82Gxplor82vn1baIGL3/S4Po95XR9UVVu5fAjdeEcdix5abD4BEyiZnASaDcxocZl0Onz+NnNxxFDLITzMhc5bMgygy+FNZeFUEgzjhDiHF1bBX+eZp+HxKr/Q5oXDlmKDbPy02BR78VsBLWFMkl1hxtkbz24v8pR0VzJPV/sWnlGgV1YDqnrhGK58qtgtZRRXN0kGNk0lOl+FtiSJgmkTBH1+QVB98/JryT+L7uVIFeObx4aR9Y7ZpsXdnxjLLvCUl9IrXMpYXXmkBSVy0t3RXNbS2iM2Kvk= ceph-08ead7a2-ba56-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T01:17:14.473 INFO:teuthology.orchestra.run.smithi156.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFJ4HrZPO5hb7YVtjIMuL+uH/6Kis6aa1X0QBdzjW8pAZmx1DrexIAGdPfT3LyGUH/aE7dirBF4WcRY9OrCFJ7TfZubXpaY8TSPNIztKDvdyQgFpofe/Owtwt+E0S2ZMA4GaF58y/1sC/Kt/9FhEdTzx/AVd77qrun9+pcNvHH8/APRme+iUTvUdAZ7AliRPmya4FKHgVXk+JcDY3JprFT7sRDjlisCc82Gxplor82vn1baIGL3/S4Po95XR9UVVu5fAjdeEcdix5abD4BEyiZnASaDcxocZl0Onz+NnNxxFDLITzMhc5bMgygy+FNZeFUEgzjhDiHF1bBX+eZp+HxKr/Q5oXDlmKDbPy02BR78VsBLWFMkl1hxtkbz24v8pR0VzJPV/sWnlGgV1YDqnrhGK58qtgtZRRXN0kGNk0lOl+FtiSJgmkTBH1+QVB98/JryT+L7uVIFeObx4aR9Y7ZpsXdnxjLLvCUl9IrXMpYXXmkBSVy0t3RXNbS2iM2Kvk= ceph-08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:17:14.483 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-24T01:17:14.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:14 smithi099 bash[16312]: audit 2024-01-24T01:17:13.581916+0000 mon.smithi099 (mon.0) 93 : audit [INF] from='client.? 172.21.15.99:0/2040854312' entity='client.admin' 2024-01-24T01:17:19.634 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-24T01:17:19.634 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-24T01:17:20.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:19 smithi099 bash[16312]: audit 2024-01-24T01:17:18.979269+0000 mon.smithi099 (mon.0) 94 : audit [INF] from='client.? 172.21.15.99:0/1384843115' entity='client.admin' 2024-01-24T01:17:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:22 smithi099 bash[16312]: audit 2024-01-24T01:17:21.513567+0000 mon.smithi099 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:22 smithi099 bash[16312]: audit 2024-01-24T01:17:21.797155+0000 mon.smithi099 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi099", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:17:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:22 smithi099 bash[16312]: audit 2024-01-24T01:17:21.805524+0000 mon.smithi099 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:22 smithi099 bash[16312]: cephadm 2024-01-24T01:17:21.823913+0000 mgr.smithi099.npjflm (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi099 on smithi099 2024-01-24T01:17:22.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:22 smithi099 bash[16312]: cluster 2024-01-24T01:17:21.843040+0000 mgr.smithi099.npjflm (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:23.822 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi156 2024-01-24T01:17:23.822 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:17:23.822 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.conf 2024-01-24T01:17:23.829 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:17:23.829 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:17:23.877 INFO:tasks.cephadm:Adding host smithi156 to orchestrator... 2024-01-24T01:17:23.877 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch host add smithi156 2024-01-24T01:17:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:24 smithi099 bash[16312]: audit 2024-01-24T01:17:23.081957+0000 mgr.smithi099.npjflm (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-24T01:17:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:24 smithi099 bash[16312]: audit 2024-01-24T01:17:23.085502+0000 mon.smithi099 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:25 smithi099 bash[16312]: cluster 2024-01-24T01:17:23.843496+0000 mgr.smithi099.npjflm (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:27 smithi099 bash[16312]: cluster 2024-01-24T01:17:25.843920+0000 mgr.smithi099.npjflm (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:29 smithi099 bash[16312]: cluster 2024-01-24T01:17:27.844425+0000 mgr.smithi099.npjflm (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:31.080 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:30 smithi099 bash[16312]: audit 2024-01-24T01:17:29.809500+0000 mon.smithi099 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:31.080 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:30 smithi099 bash[16312]: audit 2024-01-24T01:17:29.813002+0000 mon.smithi099 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi099", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:17:31.080 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:30 smithi099 bash[16312]: audit 2024-01-24T01:17:29.818958+0000 mon.smithi099 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi099", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T01:17:31.080 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:30 smithi099 bash[16312]: audit 2024-01-24T01:17:29.820350+0000 mon.smithi099 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:17:31.081 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:30 smithi099 bash[16312]: cephadm 2024-01-24T01:17:29.821561+0000 mgr.smithi099.npjflm (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi099 on smithi099 2024-01-24T01:17:31.081 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:30 smithi099 bash[16312]: cluster 2024-01-24T01:17:29.844854+0000 mgr.smithi099.npjflm (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:33.301 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: cluster 2024-01-24T01:17:31.845301+0000 mgr.smithi099.npjflm (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: audit 2024-01-24T01:17:32.027926+0000 mon.smithi099 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: audit 2024-01-24T01:17:32.214167+0000 mon.smithi099 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: audit 2024-01-24T01:17:32.327022+0000 mon.smithi099 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: audit 2024-01-24T01:17:32.330124+0000 mon.smithi099 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: audit 2024-01-24T01:17:32.335603+0000 mon.smithi099 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: audit 2024-01-24T01:17:32.336600+0000 mgr.smithi099.npjflm (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: audit 2024-01-24T01:17:32.342654+0000 mon.smithi099 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:33.302 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:33 smithi099 bash[16312]: cephadm 2024-01-24T01:17:32.360145+0000 mgr.smithi099.npjflm (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi099 on smithi099 2024-01-24T01:17:35.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:35 smithi099 bash[16312]: cluster 2024-01-24T01:17:33.845691+0000 mgr.smithi099.npjflm (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:37 smithi099 bash[16312]: cluster 2024-01-24T01:17:35.846038+0000 mgr.smithi099.npjflm (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:38 smithi099 bash[16312]: audit 2024-01-24T01:17:37.036688+0000 mon.smithi099 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:39.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:39 smithi099 bash[16312]: cluster 2024-01-24T01:17:37.846334+0000 mgr.smithi099.npjflm (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:40.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:40 smithi099 bash[16312]: cluster 2024-01-24T01:17:39.846684+0000 mgr.smithi099.npjflm (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:42 smithi099 bash[16312]: cluster 2024-01-24T01:17:41.847168+0000 mgr.smithi099.npjflm (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:45.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:44 smithi099 bash[16312]: cluster 2024-01-24T01:17:43.847744+0000 mgr.smithi099.npjflm (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:47.208 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:46 smithi099 bash[16312]: cluster 2024-01-24T01:17:45.848349+0000 mgr.smithi099.npjflm (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:49.242 INFO:teuthology.orchestra.run.smithi156.stdout:Added host 'smithi156' with addr '172.21.15.156' 2024-01-24T01:17:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:48 smithi099 bash[16312]: cluster 2024-01-24T01:17:47.848814+0000 mgr.smithi099.npjflm (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:48 smithi099 bash[16312]: audit 2024-01-24T01:17:48.408698+0000 mgr.smithi099.npjflm (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi156", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:17:49.895 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-24T01:17:50.566 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:50 smithi099 bash[16312]: audit 2024-01-24T01:17:49.239954+0000 mon.smithi099 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:50.567 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:50 smithi099 bash[16312]: cephadm 2024-01-24T01:17:49.240831+0000 mgr.smithi099.npjflm (mgr.14156) 25 : cephadm [INF] Added host smithi156 2024-01-24T01:17:50.567 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:50 smithi099 bash[16312]: audit 2024-01-24T01:17:49.646337+0000 mon.smithi099 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:50.567 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:50 smithi099 bash[16312]: audit 2024-01-24T01:17:50.190408+0000 mon.smithi099 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:50.567 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:50 smithi099 bash[16312]: audit 2024-01-24T01:17:50.193483+0000 mon.smithi099 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T01:17:51.400 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:51 smithi099 bash[16312]: cephadm 2024-01-24T01:17:49.653594+0000 mgr.smithi099.npjflm (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi099 on smithi099 2024-01-24T01:17:51.400 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:51 smithi099 bash[16312]: cluster 2024-01-24T01:17:49.849193+0000 mgr.smithi099.npjflm (mgr.14156) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:17:51.400 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:51 smithi099 bash[16312]: audit 2024-01-24T01:17:51.193031+0000 mon.smithi099 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.99:0/4185491255' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T01:17:51.400 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:51 smithi099 bash[16312]: cluster 2024-01-24T01:17:51.193111+0000 mon.smithi099 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi099.npjflm(active, since 49s) 2024-01-24T01:17:57.898 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: cluster 2024-01-24T01:17:57.718630+0000 mon.smithi099 (mon.0) 116 : cluster [INF] Active manager daemon smithi099.npjflm restarted 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: cluster 2024-01-24T01:17:57.718950+0000 mon.smithi099 (mon.0) 117 : cluster [INF] Activating manager daemon smithi099.npjflm 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: cluster 2024-01-24T01:17:57.723988+0000 mon.smithi099 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: cluster 2024-01-24T01:17:57.724178+0000 mon.smithi099 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi099.npjflm(active, starting, since 0.00534204s) 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: audit 2024-01-24T01:17:57.726217+0000 mon.smithi099 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi099"}]: dispatch 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: audit 2024-01-24T01:17:57.727002+0000 mon.smithi099 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr metadata", "who": "smithi099.npjflm", "id": "smithi099.npjflm"}]: dispatch 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: audit 2024-01-24T01:17:57.727928+0000 mon.smithi099 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: audit 2024-01-24T01:17:57.728061+0000 mon.smithi099 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: audit 2024-01-24T01:17:57.728208+0000 mon.smithi099 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:17:57.899 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:57 smithi099 bash[16312]: cluster 2024-01-24T01:17:57.732302+0000 mon.smithi099 (mon.0) 125 : cluster [INF] Manager daemon smithi099.npjflm is now available 2024-01-24T01:17:58.728 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-24T01:17:58.728 INFO:teuthology.orchestra.run.smithi156.stdout:[{"addr": "172.21.15.99", "hostname": "smithi099", "labels": [], "status": ""}, {"addr": "172.21.15.156", "hostname": "smithi156", "labels": [], "status": ""}] 2024-01-24T01:17:59.002 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:58 smithi099 bash[16312]: audit 2024-01-24T01:17:57.874445+0000 mon.smithi099 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:17:59.003 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:58 smithi099 bash[16312]: audit 2024-01-24T01:17:57.880804+0000 mon.smithi099 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:17:59.003 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:58 smithi099 bash[16312]: audit 2024-01-24T01:17:57.907045+0000 mon.smithi099 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:59.003 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:58 smithi099 bash[16312]: audit 2024-01-24T01:17:57.941386+0000 mon.smithi099 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:17:59.003 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:58 smithi099 bash[16312]: audit 2024-01-24T01:17:57.949104+0000 mon.smithi099 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi099.npjflm/trash_purge_schedule"}]: dispatch 2024-01-24T01:17:59.003 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:58 smithi099 bash[16312]: audit 2024-01-24T01:17:58.532855+0000 mon.smithi099 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:17:59.003 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:58 smithi099 bash[16312]: cluster 2024-01-24T01:17:58.725791+0000 mon.smithi099 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi099.npjflm(active, since 1.00695s) 2024-01-24T01:17:59.395 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-24T01:17:59.396 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-24T01:17:59.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:17:59 smithi099 bash[16312]: audit 2024-01-24T01:17:58.726894+0000 mgr.smithi099.npjflm (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:18:01.665 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:01 smithi099 bash[16312]: audit 2024-01-24T01:18:00.383906+0000 mon.smithi099 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:01.665 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:01 smithi099 bash[16312]: cluster 2024-01-24T01:18:00.587972+0000 mon.smithi099 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi099.npjflm(active, since 2s) 2024-01-24T01:18:03.595 INFO:teuthology.orchestra.run.smithi099.stderr:adjusted tunables profile to default 2024-01-24T01:18:03.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:03 smithi099 bash[16312]: audit 2024-01-24T01:18:03.534426+0000 mon.smithi099 (mon.0) 135 : audit [INF] from='client.? 172.21.15.99:0/396387747' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-24T01:18:04.388 INFO:tasks.cephadm:Adding mon.smithi099 on smithi099 2024-01-24T01:18:04.388 INFO:tasks.cephadm:Adding mon.smithi156 on smithi156 2024-01-24T01:18:04.388 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch apply mon '2;smithi099:172.21.15.99=smithi099;smithi156:172.21.15.156=smithi156' 2024-01-24T01:18:04.609 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:04 smithi099 bash[16312]: audit 2024-01-24T01:18:03.589626+0000 mon.smithi099 (mon.0) 136 : audit [INF] from='client.? 172.21.15.99:0/396387747' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-24T01:18:04.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:04 smithi099 bash[16312]: cluster 2024-01-24T01:18:03.589737+0000 mon.smithi099 (mon.0) 137 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T01:18:04.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:04 smithi099 bash[16312]: audit 2024-01-24T01:18:03.871440+0000 mon.smithi099 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:04.610 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:04 smithi099 bash[16312]: audit 2024-01-24T01:18:04.164049+0000 mon.smithi099 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi099", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.170391+0000 mon.smithi099 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.465778+0000 mon.smithi099 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.467323+0000 mon.smithi099 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi156", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.469231+0000 mon.smithi099 (mon.0) 143 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.470982+0000 mon.smithi099 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.531854+0000 mon.smithi099 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.565346+0000 mon.smithi099 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.573122+0000 mon.smithi099 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.575362+0000 mon.smithi099 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.581912+0000 mon.smithi099 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T01:18:07.247 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:07 smithi099 bash[16312]: audit 2024-01-24T01:18:06.583199+0000 mon.smithi099 (mon.0) 150 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:08.232 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled mon update... 2024-01-24T01:18:08.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:08 smithi099 bash[16312]: cephadm 2024-01-24T01:18:06.473299+0000 mgr.smithi099.npjflm (mgr.14182) 2 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-01-24T01:18:08.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:08 smithi099 bash[16312]: cephadm 2024-01-24T01:18:06.473783+0000 mgr.smithi099.npjflm (mgr.14182) 3 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2024-01-24T01:18:08.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:08 smithi099 bash[16312]: cephadm 2024-01-24T01:18:06.497920+0000 mgr.smithi099.npjflm (mgr.14182) 4 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:18:08.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:08 smithi099 bash[16312]: cephadm 2024-01-24T01:18:06.508746+0000 mgr.smithi099.npjflm (mgr.14182) 5 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:18:08.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:08 smithi099 bash[16312]: cephadm 2024-01-24T01:18:06.584211+0000 mgr.smithi099.npjflm (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi156 on smithi156 2024-01-24T01:18:08.961 DEBUG:teuthology.orchestra.run.smithi156:mon.smithi156> sudo journalctl -f -n 0 -u ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi156.service 2024-01-24T01:18:08.963 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:18:08.963 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:18:09.192 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-24T01:18:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:09 smithi099 bash[16312]: audit 2024-01-24T01:18:08.219984+0000 mgr.smithi099.npjflm (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi099:172.21.15.99=smithi099;smithi156:172.21.15.156=smithi156", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:18:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:09 smithi099 bash[16312]: cephadm 2024-01-24T01:18:08.225679+0000 mgr.smithi099.npjflm (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi099:172.21.15.99=smithi099;smithi156:172.21.15.156=smithi156;count:2 2024-01-24T01:18:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:09 smithi099 bash[16312]: audit 2024-01-24T01:18:08.231441+0000 mon.smithi099 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:09 smithi099 bash[16312]: audit 2024-01-24T01:18:09.219225+0000 mon.smithi099 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:09 smithi099 bash[16312]: audit 2024-01-24T01:18:09.223886+0000 mon.smithi099 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.esifnu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:18:10.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:10 smithi099 bash[16312]: audit 2024-01-24T01:18:09.228534+0000 mon.smithi099 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.esifnu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-24T01:18:10.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:10 smithi099 bash[16312]: audit 2024-01-24T01:18:09.233621+0000 mon.smithi099 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:18:10.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:10 smithi099 bash[16312]: audit 2024-01-24T01:18:09.235308+0000 mon.smithi099 (mon.0) 156 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:10.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:10 smithi099 bash[16312]: cephadm 2024-01-24T01:18:09.236416+0000 mgr.smithi099.npjflm (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi156.esifnu on smithi156 2024-01-24T01:18:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:13 smithi099 bash[16312]: audit 2024-01-24T01:18:12.076509+0000 mon.smithi099 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:13 smithi099 bash[16312]: audit 2024-01-24T01:18:12.081356+0000 mon.smithi099 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:18:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:13 smithi099 bash[16312]: audit 2024-01-24T01:18:12.082961+0000 mon.smithi099 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:18:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:13 smithi099 bash[16312]: audit 2024-01-24T01:18:12.084389+0000 mon.smithi099 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:13 smithi099 bash[16312]: cephadm 2024-01-24T01:18:12.085697+0000 mgr.smithi099.npjflm (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi156 on smithi156 2024-01-24T01:18:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:13 smithi099 bash[16312]: audit 2024-01-24T01:18:12.915879+0000 mon.smithi099 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:13.828 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-24T01:18:13.829 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"08ead7a2-ba56-11ee-95b1-87774f69a715","modified":"2024-01-24T01:15:49.512439Z","created":"2024-01-24T01:15:49.512439Z","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":"smithi099","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:3300","nonce":0},{"type":"v1","addr":"172.21.15.99:6789","nonce":0}]},"addr":"172.21.15.99:6789/0","public_addr":"172.21.15.99:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:18:13.831 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-24T01:18:14.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:14 smithi099 bash[16312]: audit 2024-01-24T01:18:13.828064+0000 mon.smithi099 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.156:0/2941597549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:18:15.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:18:15.564 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:18:16.943 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:16 smithi156 systemd[1]: Started Ceph mon.smithi156 for 08ead7a2-ba56-11ee-95b1-87774f69a715. 2024-01-24T01:18:18.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:17 smithi099 bash[16312]: audit 2024-01-24T01:18:16.682357+0000 mon.smithi099 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:18.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:17 smithi099 bash[16312]: cephadm 2024-01-24T01:18:16.686288+0000 mgr.smithi099.npjflm (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi156 on smithi156 2024-01-24T01:18:18.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:17 smithi099 bash[16312]: audit 2024-01-24T01:18:17.244137+0000 mon.smithi099 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:19.224 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:18 smithi156 bash[19595]: debug 2024-01-24T01:18:18.992+0000 7f24b9b82880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:18:19.224 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:18 smithi156 bash[19595]: debug 2024-01-24T01:18:18.992+0000 7f24b9b82880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-24T01:18:19.224 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:18 smithi156 bash[19595]: debug 2024-01-24T01:18:18.992+0000 7f24b9b82880 0 pidfile_write: ignore empty --pid-file 2024-01-24T01:18:19.224 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 0 load: jerasure load: lrc load: isa 2024-01-24T01:18:19.224 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:18:19.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:18:19.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T01:18:19.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: DB SUMMARY 2024-01-24T01:18:19.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T01:18:19.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T01:18:19.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-24T01:18:19.226 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi156/store.db dir, Total Num: 0, files: 2024-01-24T01:18:19.226 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi156/store.db: 000003.log size: 511 ; 2024-01-24T01:18:19.226 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:18:19.226 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T01:18:19.226 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:18:19.226 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.env: 0x558cc7733080 2024-01-24T01:18:19.227 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:18:19.227 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.info_log: 0x558cc82c8400 2024-01-24T01:18:19.227 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:18:19.227 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:18:19.227 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:18:19.227 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:18:19.228 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.db_log_dir: 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi156/store.db 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:18:19.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.write_buffer_manager: 0x558cc8f16480 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:18:19.230 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:18:19.231 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:18:19.231 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:18:19.232 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:18:19.232 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.row_cache: None 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.wal_filter: None 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:18:19.233 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:18:19.234 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Compression algorithms supported: 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kZSTD supported: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:18:19.235 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000001 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.merge_operator: 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558cc826bd28) 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: cache_index_and_filter_blocks: 1 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: pin_top_level_index_and_filter: 1 2024-01-24T01:18:19.236 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: index_type: 0 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: data_block_index_type: 0 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: index_shortening: 1 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: hash_index_allow_collision: 1 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: checksum: 1 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: no_block_cache: 0 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_cache: 0x558cc82a2f10 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_cache_name: BinnedLRUCache 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_cache_options: 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: capacity : 536870912 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: num_shard_bits : 4 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: strict_capacity_limit : 0 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: high_pri_pool_ratio: 0.000 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_cache_compressed: (nil) 2024-01-24T01:18:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: persistent_cache: (nil) 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_size: 4096 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_size_deviation: 10 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_restart_interval: 16 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: index_block_restart_interval: 1 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: metadata_block_size: 4096 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: partition_filters: 0 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: use_delta_encoding: 1 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: whole_key_filtering: 1 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: verify_compression: 0 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: read_amp_bytes_per_bit: 0 2024-01-24T01:18:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: format_version: 2 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: enable_index_compression: 1 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: block_align: 0 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.num_levels: 7 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:18:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:18:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:18:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:18:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:18:19.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:18:19.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:18:19.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:18:19.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:18:19.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:18:19.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:18:19.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:18:19.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:18.996+0000 7f24b9b82880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706059099003139, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 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-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706059099004041, "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": 1706059099, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706059099005258, "job": 1, "event": "recovery_finished"} 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.000+0000 7f24b9b82880 4 rocksdb: DB pointer 0x558cc836b800 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.004+0000 7f24a0977700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.004+0000 7f24a0977700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ** DB Stats ** 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:18:19.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ** Compaction Stats [default] ** 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ** Compaction Stats [default] ** 2024-01-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Cumulative compaction: 0.00 GB write, 0.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Interval compaction: 0.00 GB write, 0.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ** Compaction Stats [default] ** 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:18:19.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ** Compaction Stats [default] ** 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.00 0.00 1 0.001 0 0 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: Cumulative compaction: 0.00 GB write, 0.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:18:19.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.004+0000 7f24b9b82880 0 mon.smithi156 does not exist in monmap, will attempt to join an existing cluster 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.004+0000 7f24b9b82880 0 using public_addr v2:172.21.15.156:0/0 -> [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.004+0000 7f24b9b82880 0 starting mon.smithi156 rank -1 at public addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] at bind addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi156 fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.004+0000 7f24b9b82880 1 mon.smithi156@-1(???) e0 preinit fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.040+0000 7f24a317c700 0 mon.smithi156@-1(synchronizing).mds e1 new map 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.040+0000 7f24a317c700 0 mon.smithi156@-1(synchronizing).mds e1 print_map 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: e1 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 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-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: legacy client fscid: -1 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: 2024-01-24T01:18:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: No filesystems configured 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.040+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.040+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 0 mon.smithi156@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 0 mon.smithi156@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: cephadm 2024-01-24T01:18:17.266932+0000 mgr.smithi099.npjflm (mgr.14182) 12 : cephadm [INF] Deploying daemon prometheus.smithi156 on smithi156 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: cluster 2024-01-24T01:18:17.729722+0000 mgr.smithi099.npjflm (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: audit 2024-01-24T01:18:17.922336+0000 mon.smithi099 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:19 smithi156 bash[19595]: debug 2024-01-24T01:18:19.044+0000 7f24a317c700 1 mon.smithi156@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-24T01:18:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:18 smithi099 bash[16312]: cephadm 2024-01-24T01:18:17.266932+0000 mgr.smithi099.npjflm (mgr.14182) 12 : cephadm [INF] Deploying daemon prometheus.smithi156 on smithi156 2024-01-24T01:18:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:18 smithi099 bash[16312]: cluster 2024-01-24T01:18:17.729722+0000 mgr.smithi099.npjflm (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:18 smithi099 bash[16312]: audit 2024-01-24T01:18:17.922336+0000 mon.smithi099 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:19.055952+0000 mon.smithi099 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:19.060741+0000 mon.smithi099 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi099"}]: dispatch 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:19.061062+0000 mon.smithi099 (mon.0) 168 : cluster [INF] mon.smithi099 calling monitor election 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:19.086015+0000 mon.smithi099 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:19.730182+0000 mgr.smithi099.npjflm (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:20.055540+0000 mon.smithi099 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:20.515023+0000 mon.smithi099 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.esifnu/crt"}]: dispatch 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:21.055432+0000 mon.smithi156 (mon.1) 1 : cluster [INF] mon.smithi156 calling monitor election 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:21.055669+0000 mon.smithi099 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:21.730584+0000 mgr.smithi099.npjflm (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:22.055852+0000 mon.smithi099 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:23.056109+0000 mon.smithi099 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:24.056355+0000 mon.smithi099 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.089039+0000 mon.smithi099 (mon.0) 176 : cluster [INF] mon.smithi099 is new leader, mons smithi099,smithi156 in quorum (ranks 0,1) 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.094543+0000 mon.smithi099 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi099=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} removed_ranks: {} 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.095605+0000 mon.smithi099 (mon.0) 178 : cluster [DBG] fsmap 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.095668+0000 mon.smithi099 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.096046+0000 mon.smithi099 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi099.npjflm(active, since 26s) 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.097787+0000 mon.smithi099 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi156.esifnu started 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:24.100454+0000 mon.smithi099 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.103777+0000 mon.smithi099 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:24.104207+0000 mon.smithi099 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.esifnu/key"}]: dispatch 2024-01-24T01:18:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:24 smithi156 bash[19595]: audit 2024-01-24T01:18:24.105222+0000 mon.smithi099 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:19.055952+0000 mon.smithi099 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:19.060741+0000 mon.smithi099 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi099"}]: dispatch 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:19.061062+0000 mon.smithi099 (mon.0) 168 : cluster [INF] mon.smithi099 calling monitor election 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:19.086015+0000 mon.smithi099 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:19.730182+0000 mgr.smithi099.npjflm (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:20.055540+0000 mon.smithi099 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:20.515023+0000 mon.smithi099 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.esifnu/crt"}]: dispatch 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:21.055432+0000 mon.smithi156 (mon.1) 1 : cluster [INF] mon.smithi156 calling monitor election 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:21.055669+0000 mon.smithi099 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:21.730584+0000 mgr.smithi099.npjflm (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:22.055852+0000 mon.smithi099 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:23.056109+0000 mon.smithi099 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:24.056355+0000 mon.smithi099 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.089039+0000 mon.smithi099 (mon.0) 176 : cluster [INF] mon.smithi099 is new leader, mons smithi099,smithi156 in quorum (ranks 0,1) 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.094543+0000 mon.smithi099 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi099=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} removed_ranks: {} 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.095605+0000 mon.smithi099 (mon.0) 178 : cluster [DBG] fsmap 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.095668+0000 mon.smithi099 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.096046+0000 mon.smithi099 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi099.npjflm(active, since 26s) 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.097787+0000 mon.smithi099 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi156.esifnu started 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:24.100454+0000 mon.smithi099 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.103777+0000 mon.smithi099 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:24.104207+0000 mon.smithi099 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.esifnu/key"}]: dispatch 2024-01-24T01:18:24.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:24 smithi099 bash[16312]: audit 2024-01-24T01:18:24.105222+0000 mon.smithi099 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.156:0/3015565447' entity='mgr.smithi156.esifnu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T01:18:24.731 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-24T01:18:24.731 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":2,"fsid":"08ead7a2-ba56-11ee-95b1-87774f69a715","modified":"2024-01-24T01:18:19.055173Z","created":"2024-01-24T01:15:49.512439Z","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":"smithi099","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:3300","nonce":0},{"type":"v1","addr":"172.21.15.99:6789","nonce":0}]},"addr":"172.21.15.99:6789/0","public_addr":"172.21.15.99:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-24T01:18:24.734 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 2 2024-01-24T01:18:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:25 smithi156 bash[19595]: cluster 2024-01-24T01:18:23.731013+0000 mgr.smithi099.npjflm (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:25 smithi156 bash[19595]: cluster 2024-01-24T01:18:24.163728+0000 mon.smithi099 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi099.npjflm(active, since 26s), standbys: smithi156.esifnu 2024-01-24T01:18:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:25 smithi156 bash[19595]: audit 2024-01-24T01:18:24.164056+0000 mon.smithi099 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr metadata", "who": "smithi156.esifnu", "id": "smithi156.esifnu"}]: dispatch 2024-01-24T01:18:25.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:25 smithi156 bash[19595]: audit 2024-01-24T01:18:24.729915+0000 mon.smithi099 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.156:0/1376497806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:18:25.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:25 smithi156 bash[19595]: audit 2024-01-24T01:18:25.056258+0000 mon.smithi099 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:25 smithi099 bash[16312]: cluster 2024-01-24T01:18:23.731013+0000 mgr.smithi099.npjflm (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:25 smithi099 bash[16312]: cluster 2024-01-24T01:18:24.163728+0000 mon.smithi099 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi099.npjflm(active, since 26s), standbys: smithi156.esifnu 2024-01-24T01:18:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:25 smithi099 bash[16312]: audit 2024-01-24T01:18:24.164056+0000 mon.smithi099 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr metadata", "who": "smithi156.esifnu", "id": "smithi156.esifnu"}]: dispatch 2024-01-24T01:18:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:25 smithi099 bash[16312]: audit 2024-01-24T01:18:24.729915+0000 mon.smithi099 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.156:0/1376497806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:18:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:25 smithi099 bash[16312]: audit 2024-01-24T01:18:25.056258+0000 mon.smithi099 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2024-01-24T01:18:26.219 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-24T01:18:26.219 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph config generate-minimal-conf 2024-01-24T01:18:27.453 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:27 smithi099 bash[16312]: cluster 2024-01-24T01:18:25.731433+0000 mgr.smithi099.npjflm (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:27 smithi156 bash[19595]: cluster 2024-01-24T01:18:25.731433+0000 mgr.smithi099.npjflm (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:29.274 INFO:teuthology.orchestra.run.smithi099.stdout:# minimal ceph.conf for 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:18:29.274 INFO:teuthology.orchestra.run.smithi099.stdout:[global] 2024-01-24T01:18:29.275 INFO:teuthology.orchestra.run.smithi099.stdout: fsid = 08ead7a2-ba56-11ee-95b1-87774f69a715 2024-01-24T01:18:29.275 INFO:teuthology.orchestra.run.smithi099.stdout: mon_host = [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] 2024-01-24T01:18:29.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:29 smithi156 bash[19595]: cluster 2024-01-24T01:18:27.731879+0000 mgr.smithi099.npjflm (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:29.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:29 smithi099 bash[16312]: cluster 2024-01-24T01:18:27.731879+0000 mgr.smithi099.npjflm (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:29.901 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-24T01:18:29.901 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:18:29.901 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T01:18:29.916 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:18:29.916 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:18:29.975 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:18:29.975 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T01:18:29.986 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:18:29.986 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:18:30.046 INFO:tasks.cephadm:Deploying OSDs... 2024-01-24T01:18:30.047 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:18:30.047 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:18:30.053 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:18:30.053 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/nvme1n1 2024-01-24T01:18:30.103 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/nvme1n1 2024-01-24T01:18:30.103 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:30.103 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-24T01:18:30.103 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:30.103 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:17:16.410869833 +0000 2024-01-24T01:18:30.104 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:15:15.529641700 +0000 2024-01-24T01:18:30.104 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:15:15.529641700 +0000 2024-01-24T01:18:30.104 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:18:30.104 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T01:18:30.158 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:18:30.158 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:18:30.158 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000476276 s, 1.1 MB/s 2024-01-24T01:18:30.159 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T01:18:30.208 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/nvme2n1 2024-01-24T01:18:30.263 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/nvme2n1 2024-01-24T01:18:30.263 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:30.263 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-24T01:18:30.264 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:30.264 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:17:16.426869452 +0000 2024-01-24T01:18:30.264 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:15:15.645664686 +0000 2024-01-24T01:18:30.264 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:15:15.645664686 +0000 2024-01-24T01:18:30.264 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:18:30.264 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T01:18:30.315 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:18:30.316 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:18:30.316 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000338186 s, 1.5 MB/s 2024-01-24T01:18:30.317 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T01:18:30.369 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/nvme3n1 2024-01-24T01:18:30.419 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/nvme3n1 2024-01-24T01:18:30.419 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:30.419 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 484 Links: 1 Device type: 103,6 2024-01-24T01:18:30.419 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:30.419 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:17:16.438869167 +0000 2024-01-24T01:18:30.419 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:15:15.765688466 +0000 2024-01-24T01:18:30.420 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:15:15.765688466 +0000 2024-01-24T01:18:30.420 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:18:30.420 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T01:18:30.471 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:30 smithi099 bash[16312]: audit 2024-01-24T01:18:29.273788+0000 mon.smithi099 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.99:0/1130006975' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:30.473 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:18:30.474 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:18:30.474 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000455716 s, 1.1 MB/s 2024-01-24T01:18:30.475 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T01:18:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:30 smithi156 bash[19595]: audit 2024-01-24T01:18:29.273788+0000 mon.smithi099 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.99:0/1130006975' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:30.524 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/nvme4n1 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/nvme4n1 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-01-24 01:17:16.450868881 +0000 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-01-24 01:15:15.881711453 +0000 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-01-24 01:15:15.881711453 +0000 2024-01-24T01:18:30.575 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-01-24T01:18:30.576 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T01:18:30.630 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-01-24T01:18:30.630 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-01-24T01:18:30.630 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000429281 s, 1.2 MB/s 2024-01-24T01:18:30.631 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T01:18:30.681 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:18:30.681 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:18:30.686 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:18:30.687 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme1n1 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme1n1 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 472 Links: 1 Device type: 103,2 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:18:04.401300170 +0000 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:15:16.869032024 +0000 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:15:16.869032024 +0000 2024-01-24T01:18:30.734 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:18:30.734 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T01:18:30.789 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:18:30.789 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:18:30.790 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000492829 s, 1.0 MB/s 2024-01-24T01:18:30.791 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T01:18:30.838 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme2n1 2024-01-24T01:18:30.886 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme2n1 2024-01-24T01:18:30.886 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:30.886 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-24T01:18:30.886 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:30.887 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:18:04.409299979 +0000 2024-01-24T01:18:30.887 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:15:16.989089150 +0000 2024-01-24T01:18:30.887 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:15:16.989089150 +0000 2024-01-24T01:18:30.887 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:18:30.887 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T01:18:30.938 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:18:30.938 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:18:30.938 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000342218 s, 1.5 MB/s 2024-01-24T01:18:30.939 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T01:18:30.987 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme3n1 2024-01-24T01:18:31.033 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme3n1 2024-01-24T01:18:31.033 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:31.033 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-01-24T01:18:31.033 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:31.033 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:18:04.421299694 +0000 2024-01-24T01:18:31.034 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:15:17.097110926 +0000 2024-01-24T01:18:31.034 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:15:17.097110926 +0000 2024-01-24T01:18:31.034 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:18:31.034 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T01:18:31.089 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:18:31.089 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:18:31.089 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000229811 s, 2.2 MB/s 2024-01-24T01:18:31.090 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T01:18:31.137 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme4n1 2024-01-24T01:18:31.186 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme4n1 2024-01-24T01:18:31.187 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:18:31.187 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-24T01:18:31.187 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:18:31.188 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2024-01-24 01:18:04.433299408 +0000 2024-01-24T01:18:31.188 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2024-01-24 01:15:17.213129970 +0000 2024-01-24T01:18:31.188 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2024-01-24 01:15:17.213129970 +0000 2024-01-24T01:18:31.188 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2024-01-24T01:18:31.188 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T01:18:31.241 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2024-01-24T01:18:31.242 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2024-01-24T01:18:31.242 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000346275 s, 1.5 MB/s 2024-01-24T01:18:31.243 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T01:18:31.292 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-24T01:18:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:31 smithi156 bash[19595]: cluster 2024-01-24T01:18:29.732343+0000 mgr.smithi099.npjflm (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:31 smithi156 bash[19595]: audit 2024-01-24T01:18:30.919404+0000 mon.smithi099 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:31 smithi156 bash[19595]: audit 2024-01-24T01:18:30.922114+0000 mon.smithi099 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:18:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:31 smithi099 bash[16312]: cluster 2024-01-24T01:18:29.732343+0000 mgr.smithi099.npjflm (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:31 smithi099 bash[16312]: audit 2024-01-24T01:18:30.919404+0000 mon.smithi099 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:31 smithi099 bash[16312]: audit 2024-01-24T01:18:30.922114+0000 mon.smithi099 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:18:33.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:33 smithi156 bash[19595]: cluster 2024-01-24T01:18:31.732791+0000 mgr.smithi099.npjflm (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:33.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:33 smithi156 bash[19595]: audit 2024-01-24T01:18:32.932517+0000 mon.smithi099 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:33 smithi099 bash[16312]: cluster 2024-01-24T01:18:31.732791+0000 mgr.smithi099.npjflm (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:33 smithi099 bash[16312]: audit 2024-01-24T01:18:32.932517+0000 mon.smithi099 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:34.664 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled osd.all-available-devices update... 2024-01-24T01:18:35.230 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-24T01:18:35.231 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:18:35.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:35 smithi156 bash[19595]: cluster 2024-01-24T01:18:33.733239+0000 mgr.smithi099.npjflm (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:35.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:35 smithi156 bash[19595]: audit 2024-01-24T01:18:34.663194+0000 mon.smithi099 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:35.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:35 smithi099 bash[16312]: cluster 2024-01-24T01:18:33.733239+0000 mgr.smithi099.npjflm (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:35.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:35 smithi099 bash[16312]: audit 2024-01-24T01:18:34.663194+0000 mon.smithi099 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:36 smithi156 bash[19595]: audit 2024-01-24T01:18:34.651289+0000 mgr.smithi099.npjflm (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-24T01:18:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:36 smithi156 bash[19595]: cephadm 2024-01-24T01:18:34.655750+0000 mgr.smithi099.npjflm (mgr.14182) 23 : cephadm [INF] Marking host: smithi099 for OSDSpec preview refresh. 2024-01-24T01:18:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:36 smithi156 bash[19595]: cephadm 2024-01-24T01:18:34.655995+0000 mgr.smithi099.npjflm (mgr.14182) 24 : cephadm [INF] Marking host: smithi156 for OSDSpec preview refresh. 2024-01-24T01:18:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:36 smithi156 bash[19595]: cephadm 2024-01-24T01:18:34.656823+0000 mgr.smithi099.npjflm (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T01:18:36.545 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:36 smithi099 bash[16312]: audit 2024-01-24T01:18:34.651289+0000 mgr.smithi099.npjflm (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-24T01:18:36.545 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:36 smithi099 bash[16312]: cephadm 2024-01-24T01:18:34.655750+0000 mgr.smithi099.npjflm (mgr.14182) 23 : cephadm [INF] Marking host: smithi099 for OSDSpec preview refresh. 2024-01-24T01:18:36.545 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:36 smithi099 bash[16312]: cephadm 2024-01-24T01:18:34.655995+0000 mgr.smithi099.npjflm (mgr.14182) 24 : cephadm [INF] Marking host: smithi156 for OSDSpec preview refresh. 2024-01-24T01:18:36.546 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:36 smithi099 bash[16312]: cephadm 2024-01-24T01:18:34.656823+0000 mgr.smithi099.npjflm (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T01:18:37.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:37 smithi156 bash[19595]: cluster 2024-01-24T01:18:35.733748+0000 mgr.smithi099.npjflm (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:37 smithi099 bash[16312]: cluster 2024-01-24T01:18:35.733748+0000 mgr.smithi099.npjflm (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:38.245 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:18:38.811 INFO:teuthology.orchestra.run.smithi099.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-24T01:18:39.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: cluster 2024-01-24T01:18:37.734126+0000 mgr.smithi099.npjflm (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:39.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:38.244474+0000 mon.smithi099 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.99:0/2016599241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:39.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.041376+0000 mon.smithi099 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.051155+0000 mon.smithi099 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.053148+0000 mon.smithi099 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.054896+0000 mon.smithi099 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.086717+0000 mon.smithi099 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.096010+0000 mon.smithi099 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.104145+0000 mon.smithi099 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.114868+0000 mon.smithi099 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.123902+0000 mon.smithi099 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.127334+0000 mon.smithi099 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.127918+0000 mon.smithi099 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:39 smithi156 bash[19595]: audit 2024-01-24T01:18:39.129263+0000 mon.smithi099 (mon.0) 207 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:39.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: cluster 2024-01-24T01:18:37.734126+0000 mgr.smithi099.npjflm (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:38.244474+0000 mon.smithi099 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.99:0/2016599241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.041376+0000 mon.smithi099 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.051155+0000 mon.smithi099 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.053148+0000 mon.smithi099 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.054896+0000 mon.smithi099 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.086717+0000 mon.smithi099 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.096010+0000 mon.smithi099 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.104145+0000 mon.smithi099 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.114868+0000 mon.smithi099 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.123902+0000 mon.smithi099 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.127334+0000 mon.smithi099 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.127918+0000 mon.smithi099 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:39 smithi099 bash[16312]: audit 2024-01-24T01:18:39.129263+0000 mon.smithi099 (mon.0) 207 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:18:39.812 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:18:40.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:40 smithi156 bash[19595]: cephadm 2024-01-24T01:18:39.057188+0000 mgr.smithi099.npjflm (mgr.14182) 28 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-01-24T01:18:40.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:40 smithi156 bash[19595]: cephadm 2024-01-24T01:18:39.057767+0000 mgr.smithi099.npjflm (mgr.14182) 29 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2024-01-24T01:18:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:40 smithi099 bash[16312]: cephadm 2024-01-24T01:18:39.057188+0000 mgr.smithi099.npjflm (mgr.14182) 28 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-01-24T01:18:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:40 smithi099 bash[16312]: cephadm 2024-01-24T01:18:39.057767+0000 mgr.smithi099.npjflm (mgr.14182) 29 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2024-01-24T01:18:41.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:41 smithi099 bash[16312]: cluster 2024-01-24T01:18:39.734514+0000 mgr.smithi099.npjflm (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:41.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:41 smithi156 bash[19595]: cluster 2024-01-24T01:18:39.734514+0000 mgr.smithi099.npjflm (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:42.985 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:18:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:43 smithi099 bash[16312]: cluster 2024-01-24T01:18:41.734978+0000 mgr.smithi099.npjflm (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:43 smithi099 bash[16312]: audit 2024-01-24T01:18:42.984436+0000 mon.smithi099 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.99:0/2021563641' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:43.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:43 smithi156 bash[19595]: cluster 2024-01-24T01:18:41.734978+0000 mgr.smithi099.npjflm (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:43.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:43 smithi156 bash[19595]: audit 2024-01-24T01:18:42.984436+0000 mon.smithi099 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.99:0/2021563641' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:43.623 INFO:teuthology.orchestra.run.smithi099.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-24T01:18:44.625 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:18:45.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:45 smithi156 bash[19595]: cluster 2024-01-24T01:18:43.735450+0000 mgr.smithi099.npjflm (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:45 smithi099 bash[16312]: cluster 2024-01-24T01:18:43.735450+0000 mgr.smithi099.npjflm (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:47.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:47 smithi156 bash[19595]: cluster 2024-01-24T01:18:45.735823+0000 mgr.smithi099.npjflm (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:47 smithi099 bash[16312]: cluster 2024-01-24T01:18:45.735823+0000 mgr.smithi099.npjflm (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:48.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:48 smithi156 bash[19595]: audit 2024-01-24T01:18:47.479471+0000 mon.smithi156 (mon.1) 2 : audit [INF] from='client.? 172.21.15.156:0/86576377' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4279011b-a486-4af1-bff0-48f4d82487d7"}]: dispatch 2024-01-24T01:18:48.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:48 smithi156 bash[19595]: audit 2024-01-24T01:18:47.481956+0000 mon.smithi099 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4279011b-a486-4af1-bff0-48f4d82487d7"}]: dispatch 2024-01-24T01:18:48.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:48 smithi156 bash[19595]: audit 2024-01-24T01:18:47.487419+0000 mon.smithi099 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4279011b-a486-4af1-bff0-48f4d82487d7"}]': finished 2024-01-24T01:18:48.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:48 smithi156 bash[19595]: cluster 2024-01-24T01:18:47.487481+0000 mon.smithi099 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T01:18:48.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:48 smithi156 bash[19595]: audit 2024-01-24T01:18:47.487743+0000 mon.smithi099 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:48.525 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:48 smithi099 bash[16312]: audit 2024-01-24T01:18:47.479471+0000 mon.smithi156 (mon.1) 2 : audit [INF] from='client.? 172.21.15.156:0/86576377' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4279011b-a486-4af1-bff0-48f4d82487d7"}]: dispatch 2024-01-24T01:18:48.525 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:48 smithi099 bash[16312]: audit 2024-01-24T01:18:47.481956+0000 mon.smithi099 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4279011b-a486-4af1-bff0-48f4d82487d7"}]: dispatch 2024-01-24T01:18:48.525 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:48 smithi099 bash[16312]: audit 2024-01-24T01:18:47.487419+0000 mon.smithi099 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4279011b-a486-4af1-bff0-48f4d82487d7"}]': finished 2024-01-24T01:18:48.526 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:48 smithi099 bash[16312]: cluster 2024-01-24T01:18:47.487481+0000 mon.smithi099 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T01:18:48.526 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:48 smithi099 bash[16312]: audit 2024-01-24T01:18:47.487743+0000 mon.smithi099 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:48.887 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:18:49.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:49 smithi156 bash[19595]: cluster 2024-01-24T01:18:47.736195+0000 mgr.smithi099.npjflm (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:49.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:49 smithi156 bash[19595]: audit 2024-01-24T01:18:48.502832+0000 mon.smithi156 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.156:0/605250478' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:49.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:49 smithi156 bash[19595]: audit 2024-01-24T01:18:48.887054+0000 mon.smithi099 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.99:0/3079466545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:49 smithi099 bash[16312]: cluster 2024-01-24T01:18:47.736195+0000 mgr.smithi099.npjflm (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:49 smithi099 bash[16312]: audit 2024-01-24T01:18:48.502832+0000 mon.smithi156 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.156:0/605250478' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:49 smithi099 bash[16312]: audit 2024-01-24T01:18:48.887054+0000 mon.smithi099 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.99:0/3079466545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:49.604 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1706059127,"num_remapped_pgs":0} 2024-01-24T01:18:50.606 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:18:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:50 smithi156 bash[19595]: cluster 2024-01-24T01:18:49.736610+0000 mgr.smithi099.npjflm (mgr.14182) 35 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:50 smithi156 bash[19595]: audit 2024-01-24T01:18:49.931741+0000 mon.smithi099 (mon.0) 214 : audit [INF] from='client.? 172.21.15.99:0/1562654662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff750ada-77eb-42c6-aa14-e74d3e40987d"}]: dispatch 2024-01-24T01:18:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:50 smithi156 bash[19595]: audit 2024-01-24T01:18:49.937444+0000 mon.smithi099 (mon.0) 215 : audit [INF] from='client.? 172.21.15.99:0/1562654662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff750ada-77eb-42c6-aa14-e74d3e40987d"}]': finished 2024-01-24T01:18:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:50 smithi156 bash[19595]: cluster 2024-01-24T01:18:49.937494+0000 mon.smithi099 (mon.0) 216 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T01:18:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:50 smithi156 bash[19595]: audit 2024-01-24T01:18:49.937722+0000 mon.smithi099 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:50 smithi156 bash[19595]: audit 2024-01-24T01:18:49.938729+0000 mon.smithi099 (mon.0) 218 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:50 smithi099 bash[16312]: cluster 2024-01-24T01:18:49.736610+0000 mgr.smithi099.npjflm (mgr.14182) 35 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:50 smithi099 bash[16312]: audit 2024-01-24T01:18:49.931741+0000 mon.smithi099 (mon.0) 214 : audit [INF] from='client.? 172.21.15.99:0/1562654662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff750ada-77eb-42c6-aa14-e74d3e40987d"}]: dispatch 2024-01-24T01:18:51.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:50 smithi099 bash[16312]: audit 2024-01-24T01:18:49.937444+0000 mon.smithi099 (mon.0) 215 : audit [INF] from='client.? 172.21.15.99:0/1562654662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff750ada-77eb-42c6-aa14-e74d3e40987d"}]': finished 2024-01-24T01:18:51.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:50 smithi099 bash[16312]: cluster 2024-01-24T01:18:49.937494+0000 mon.smithi099 (mon.0) 216 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T01:18:51.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:50 smithi099 bash[16312]: audit 2024-01-24T01:18:49.937722+0000 mon.smithi099 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:51.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:50 smithi099 bash[16312]: audit 2024-01-24T01:18:49.938729+0000 mon.smithi099 (mon.0) 218 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: audit 2024-01-24T01:18:50.967936+0000 mon.smithi099 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.99:0/1501935268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: audit 2024-01-24T01:18:51.196295+0000 mon.smithi156 (mon.1) 4 : audit [INF] from='client.? 172.21.15.156:0/2549822168' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8587bd6-9330-4abd-8d95-f7a604d1f2ae"}]: dispatch 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: audit 2024-01-24T01:18:51.198531+0000 mon.smithi099 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8587bd6-9330-4abd-8d95-f7a604d1f2ae"}]: dispatch 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: audit 2024-01-24T01:18:51.206814+0000 mon.smithi099 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8587bd6-9330-4abd-8d95-f7a604d1f2ae"}]': finished 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: cluster 2024-01-24T01:18:51.206870+0000 mon.smithi099 (mon.0) 222 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: audit 2024-01-24T01:18:51.207095+0000 mon.smithi099 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: audit 2024-01-24T01:18:51.207879+0000 mon.smithi099 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:51.979 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:51 smithi099 bash[16312]: audit 2024-01-24T01:18:51.208370+0000 mon.smithi099 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: audit 2024-01-24T01:18:50.967936+0000 mon.smithi099 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.99:0/1501935268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: audit 2024-01-24T01:18:51.196295+0000 mon.smithi156 (mon.1) 4 : audit [INF] from='client.? 172.21.15.156:0/2549822168' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8587bd6-9330-4abd-8d95-f7a604d1f2ae"}]: dispatch 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: audit 2024-01-24T01:18:51.198531+0000 mon.smithi099 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8587bd6-9330-4abd-8d95-f7a604d1f2ae"}]: dispatch 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: audit 2024-01-24T01:18:51.206814+0000 mon.smithi099 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8587bd6-9330-4abd-8d95-f7a604d1f2ae"}]': finished 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: cluster 2024-01-24T01:18:51.206870+0000 mon.smithi099 (mon.0) 222 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: audit 2024-01-24T01:18:51.207095+0000 mon.smithi099 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: audit 2024-01-24T01:18:51.207879+0000 mon.smithi099 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:51.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:51 smithi156 bash[19595]: audit 2024-01-24T01:18:51.208370+0000 mon.smithi099 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:52.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:52 smithi156 bash[19595]: cluster 2024-01-24T01:18:51.737037+0000 mgr.smithi099.npjflm (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:52.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:52 smithi156 bash[19595]: audit 2024-01-24T01:18:52.205137+0000 mon.smithi156 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.156:0/2515459927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:53.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:52 smithi099 bash[16312]: cluster 2024-01-24T01:18:51.737037+0000 mgr.smithi099.npjflm (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:53.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:52 smithi099 bash[16312]: audit 2024-01-24T01:18:52.205137+0000 mon.smithi156 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.156:0/2515459927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:53.770 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:18:54.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: audit 2024-01-24T01:18:53.741953+0000 mon.smithi099 (mon.0) 226 : audit [INF] from='client.? 172.21.15.99:0/2907095153' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db197ab-d207-4c61-95a6-6e9f26995ad7"}]: dispatch 2024-01-24T01:18:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: audit 2024-01-24T01:18:53.747474+0000 mon.smithi099 (mon.0) 227 : audit [INF] from='client.? 172.21.15.99:0/2907095153' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9db197ab-d207-4c61-95a6-6e9f26995ad7"}]': finished 2024-01-24T01:18:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: cluster 2024-01-24T01:18:53.747520+0000 mon.smithi099 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T01:18:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: audit 2024-01-24T01:18:53.747751+0000 mon.smithi099 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: audit 2024-01-24T01:18:53.748689+0000 mon.smithi099 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: audit 2024-01-24T01:18:53.749314+0000 mon.smithi099 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: audit 2024-01-24T01:18:53.749850+0000 mon.smithi099 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:53 smithi099 bash[16312]: audit 2024-01-24T01:18:53.770237+0000 mon.smithi099 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.99:0/4054089674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: audit 2024-01-24T01:18:53.741953+0000 mon.smithi099 (mon.0) 226 : audit [INF] from='client.? 172.21.15.99:0/2907095153' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db197ab-d207-4c61-95a6-6e9f26995ad7"}]: dispatch 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: audit 2024-01-24T01:18:53.747474+0000 mon.smithi099 (mon.0) 227 : audit [INF] from='client.? 172.21.15.99:0/2907095153' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9db197ab-d207-4c61-95a6-6e9f26995ad7"}]': finished 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: cluster 2024-01-24T01:18:53.747520+0000 mon.smithi099 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: audit 2024-01-24T01:18:53.747751+0000 mon.smithi099 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: audit 2024-01-24T01:18:53.748689+0000 mon.smithi099 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: audit 2024-01-24T01:18:53.749314+0000 mon.smithi099 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: audit 2024-01-24T01:18:53.749850+0000 mon.smithi099 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:53 smithi156 bash[19595]: audit 2024-01-24T01:18:53.770237+0000 mon.smithi099 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.99:0/4054089674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:54.588 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1706059133,"num_remapped_pgs":0} 2024-01-24T01:18:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:54 smithi099 bash[16312]: cluster 2024-01-24T01:18:53.737462+0000 mgr.smithi099.npjflm (mgr.14182) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:55.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:54 smithi156 bash[19595]: cluster 2024-01-24T01:18:53.737462+0000 mgr.smithi099.npjflm (mgr.14182) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:55.589 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:18:56.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.904139+0000 mon.smithi156 (mon.1) 6 : audit [INF] from='client.? 172.21.15.156:0/102856091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83fe11c2-3f30-481a-8946-be0d48c072bf"}]: dispatch 2024-01-24T01:18:56.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.906139+0000 mon.smithi099 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83fe11c2-3f30-481a-8946-be0d48c072bf"}]: dispatch 2024-01-24T01:18:56.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.912186+0000 mon.smithi099 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83fe11c2-3f30-481a-8946-be0d48c072bf"}]': finished 2024-01-24T01:18:56.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: cluster 2024-01-24T01:18:54.912343+0000 mon.smithi099 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T01:18:56.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.912448+0000 mon.smithi099 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:56.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.912749+0000 mon.smithi099 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:56.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.912929+0000 mon.smithi099 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:56.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.913124+0000 mon.smithi099 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:56.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:54.913358+0000 mon.smithi099 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:18:56.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:55 smithi099 bash[16312]: audit 2024-01-24T01:18:55.180071+0000 mon.smithi099 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.99:0/2024945269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.904139+0000 mon.smithi156 (mon.1) 6 : audit [INF] from='client.? 172.21.15.156:0/102856091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83fe11c2-3f30-481a-8946-be0d48c072bf"}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.906139+0000 mon.smithi099 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83fe11c2-3f30-481a-8946-be0d48c072bf"}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.912186+0000 mon.smithi099 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83fe11c2-3f30-481a-8946-be0d48c072bf"}]': finished 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: cluster 2024-01-24T01:18:54.912343+0000 mon.smithi099 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.912448+0000 mon.smithi099 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.912749+0000 mon.smithi099 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.912929+0000 mon.smithi099 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.913124+0000 mon.smithi099 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:54.913358+0000 mon.smithi099 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:18:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:55 smithi156 bash[19595]: audit 2024-01-24T01:18:55.180071+0000 mon.smithi099 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.99:0/2024945269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:56.952 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:56 smithi099 bash[16312]: cluster 2024-01-24T01:18:55.737870+0000 mgr.smithi099.npjflm (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:56.952 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:56 smithi099 bash[16312]: audit 2024-01-24T01:18:55.938123+0000 mon.smithi156 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.156:0/3475652723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:57.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:56 smithi156 bash[19595]: cluster 2024-01-24T01:18:55.737870+0000 mgr.smithi099.npjflm (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:57.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:56 smithi156 bash[19595]: audit 2024-01-24T01:18:55.938123+0000 mon.smithi156 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.156:0/3475652723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:18:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.911448+0000 mon.smithi099 (mon.0) 243 : audit [INF] from='client.? 172.21.15.99:0/2631025415' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90a9f739-0cf1-46ab-91b2-7cc1b5ecc2d9"}]: dispatch 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.917195+0000 mon.smithi099 (mon.0) 244 : audit [INF] from='client.? 172.21.15.99:0/2631025415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "90a9f739-0cf1-46ab-91b2-7cc1b5ecc2d9"}]': finished 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: cluster 2024-01-24T01:18:57.917241+0000 mon.smithi099 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.917662+0000 mon.smithi099 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.918057+0000 mon.smithi099 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.918280+0000 mon.smithi099 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.918518+0000 mon.smithi099 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.918755+0000 mon.smithi099 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:18:58.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:57 smithi156 bash[19595]: audit 2024-01-24T01:18:57.918978+0000 mon.smithi099 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:18:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.911448+0000 mon.smithi099 (mon.0) 243 : audit [INF] from='client.? 172.21.15.99:0/2631025415' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90a9f739-0cf1-46ab-91b2-7cc1b5ecc2d9"}]: dispatch 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.917195+0000 mon.smithi099 (mon.0) 244 : audit [INF] from='client.? 172.21.15.99:0/2631025415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "90a9f739-0cf1-46ab-91b2-7cc1b5ecc2d9"}]': finished 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: cluster 2024-01-24T01:18:57.917241+0000 mon.smithi099 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.917662+0000 mon.smithi099 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.918057+0000 mon.smithi099 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.918280+0000 mon.smithi099 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.918518+0000 mon.smithi099 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.918755+0000 mon.smithi099 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:18:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:57 smithi099 bash[16312]: audit 2024-01-24T01:18:57.918978+0000 mon.smithi099 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:18:58.865 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: cluster 2024-01-24T01:18:57.738223+0000 mgr.smithi099.npjflm (mgr.14182) 39 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.645163+0000 mon.smithi156 (mon.1) 8 : audit [INF] from='client.? 172.21.15.156:0/1346324437' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333fb8af-b622-4009-990c-622ecf81d385"}]: dispatch 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.647497+0000 mon.smithi099 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333fb8af-b622-4009-990c-622ecf81d385"}]: dispatch 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.655024+0000 mon.smithi099 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "333fb8af-b622-4009-990c-622ecf81d385"}]': finished 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: cluster 2024-01-24T01:18:58.655099+0000 mon.smithi099 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.655259+0000 mon.smithi099 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.655685+0000 mon.smithi099 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.655958+0000 mon.smithi099 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.656245+0000 mon.smithi099 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.656424+0000 mon.smithi099 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:18:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.656603+0000 mon.smithi099 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:18:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.656832+0000 mon.smithi099 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:18:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:58 smithi156 bash[19595]: audit 2024-01-24T01:18:58.864759+0000 mon.smithi099 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.99:0/3351332495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: cluster 2024-01-24T01:18:57.738223+0000 mgr.smithi099.npjflm (mgr.14182) 39 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.645163+0000 mon.smithi156 (mon.1) 8 : audit [INF] from='client.? 172.21.15.156:0/1346324437' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333fb8af-b622-4009-990c-622ecf81d385"}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.647497+0000 mon.smithi099 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333fb8af-b622-4009-990c-622ecf81d385"}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.655024+0000 mon.smithi099 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "333fb8af-b622-4009-990c-622ecf81d385"}]': finished 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: cluster 2024-01-24T01:18:58.655099+0000 mon.smithi099 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.655259+0000 mon.smithi099 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.655685+0000 mon.smithi099 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.655958+0000 mon.smithi099 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.656245+0000 mon.smithi099 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.656424+0000 mon.smithi099 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.656603+0000 mon.smithi099 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.656832+0000 mon.smithi099 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:18:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:58 smithi099 bash[16312]: audit 2024-01-24T01:18:58.864759+0000 mon.smithi099 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.99:0/3351332495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:18:59.482 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1706059138,"num_remapped_pgs":0} 2024-01-24T01:19:00.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:59 smithi156 bash[19595]: audit 2024-01-24T01:18:59.108331+0000 mon.smithi099 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.99:0/2082750786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:19:00.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:18:59 smithi156 bash[19595]: audit 2024-01-24T01:18:59.646121+0000 mon.smithi156 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.156:0/4075797246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:19:00.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:59 smithi099 bash[16312]: audit 2024-01-24T01:18:59.108331+0000 mon.smithi099 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.99:0/2082750786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:19:00.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:18:59 smithi099 bash[16312]: audit 2024-01-24T01:18:59.646121+0000 mon.smithi156 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.156:0/4075797246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:19:00.483 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:01.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:00 smithi099 bash[16312]: cluster 2024-01-24T01:18:59.738758+0000 mgr.smithi099.npjflm (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:01.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:00 smithi156 bash[19595]: cluster 2024-01-24T01:18:59.738758+0000 mgr.smithi099.npjflm (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:02.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.906059+0000 mon.smithi099 (mon.0) 264 : audit [INF] from='client.? 172.21.15.99:0/2457029365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8afb47d-4616-4c4c-8443-e5a71c51c9d4"}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.914501+0000 mon.smithi099 (mon.0) 265 : audit [INF] from='client.? 172.21.15.99:0/2457029365' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8afb47d-4616-4c4c-8443-e5a71c51c9d4"}]': finished 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: cluster 2024-01-24T01:19:01.914628+0000 mon.smithi099 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.914899+0000 mon.smithi099 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.915943+0000 mon.smithi099 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.916474+0000 mon.smithi099 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.917140+0000 mon.smithi099 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.917927+0000 mon.smithi099 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.918368+0000 mon.smithi099 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.918809+0000 mon.smithi099 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:02.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:01 smithi099 bash[16312]: audit 2024-01-24T01:19:01.919205+0000 mon.smithi099 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.906059+0000 mon.smithi099 (mon.0) 264 : audit [INF] from='client.? 172.21.15.99:0/2457029365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8afb47d-4616-4c4c-8443-e5a71c51c9d4"}]: dispatch 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.914501+0000 mon.smithi099 (mon.0) 265 : audit [INF] from='client.? 172.21.15.99:0/2457029365' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8afb47d-4616-4c4c-8443-e5a71c51c9d4"}]': finished 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: cluster 2024-01-24T01:19:01.914628+0000 mon.smithi099 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.914899+0000 mon.smithi099 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.915943+0000 mon.smithi099 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.916474+0000 mon.smithi099 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.917140+0000 mon.smithi099 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.917927+0000 mon.smithi099 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.918368+0000 mon.smithi099 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:02.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.918809+0000 mon.smithi099 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:02.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:01 smithi156 bash[19595]: audit 2024-01-24T01:19:01.919205+0000 mon.smithi099 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:03.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:02 smithi156 bash[19595]: cluster 2024-01-24T01:19:01.739107+0000 mgr.smithi099.npjflm (mgr.14182) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:02 smithi099 bash[16312]: cluster 2024-01-24T01:19:01.739107+0000 mgr.smithi099.npjflm (mgr.14182) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:04.147 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:04.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:03 smithi156 bash[19595]: audit 2024-01-24T01:19:03.960393+0000 mon.smithi099 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.99:0/1962194772' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:19:04.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:03 smithi099 bash[16312]: audit 2024-01-24T01:19:03.960393+0000 mon.smithi099 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.99:0/1962194772' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:19:04.760 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:05.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:04 smithi099 bash[16312]: cluster 2024-01-24T01:19:03.739476+0000 mgr.smithi099.npjflm (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:05.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:04 smithi099 bash[16312]: audit 2024-01-24T01:19:04.146398+0000 mon.smithi099 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.99:0/1413005896' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:05.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:04 smithi156 bash[19595]: cluster 2024-01-24T01:19:03.739476+0000 mgr.smithi099.npjflm (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:05.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:04 smithi156 bash[19595]: audit 2024-01-24T01:19:04.146398+0000 mon.smithi099 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.99:0/1413005896' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:05.761 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:07.339 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:07 smithi099 bash[16312]: cluster 2024-01-24T01:19:05.739940+0000 mgr.smithi099.npjflm (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:07.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:07 smithi156 bash[19595]: cluster 2024-01-24T01:19:05.739940+0000 mgr.smithi099.npjflm (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:09.303 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:09 smithi099 bash[16312]: cluster 2024-01-24T01:19:07.740379+0000 mgr.smithi099.npjflm (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:09.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:09 smithi156 bash[19595]: cluster 2024-01-24T01:19:07.740379+0000 mgr.smithi099.npjflm (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:09.896 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:10 smithi156 bash[19595]: audit 2024-01-24T01:19:09.302298+0000 mon.smithi099 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.99:0/1971611138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:10 smithi099 bash[16312]: audit 2024-01-24T01:19:09.302298+0000 mon.smithi099 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.99:0/1971611138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:10.897 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:11.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:11 smithi099 bash[16312]: cluster 2024-01-24T01:19:09.740847+0000 mgr.smithi099.npjflm (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:11.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:11 smithi156 bash[19595]: cluster 2024-01-24T01:19:09.740847+0000 mgr.smithi099.npjflm (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:12.203 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:12 smithi099 bash[16312]: audit 2024-01-24T01:19:11.029635+0000 mon.smithi099 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T01:19:12.203 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:12 smithi099 bash[16312]: audit 2024-01-24T01:19:11.031229+0000 mon.smithi099 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:12.203 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:12 smithi099 bash[16312]: cephadm 2024-01-24T01:19:11.032643+0000 mgr.smithi099.npjflm (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi156 2024-01-24T01:19:12.317 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:12 smithi156 bash[19595]: audit 2024-01-24T01:19:11.029635+0000 mon.smithi099 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T01:19:12.317 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:12 smithi156 bash[19595]: audit 2024-01-24T01:19:11.031229+0000 mon.smithi099 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:12.317 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:12 smithi156 bash[19595]: cephadm 2024-01-24T01:19:11.032643+0000 mgr.smithi099.npjflm (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi156 2024-01-24T01:19:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:13 smithi099 bash[16312]: cluster 2024-01-24T01:19:11.741293+0000 mgr.smithi099.npjflm (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:13.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:13 smithi156 bash[19595]: cluster 2024-01-24T01:19:11.741293+0000 mgr.smithi099.npjflm (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:14.307 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:15.213 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:15.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:15 smithi156 bash[19595]: cluster 2024-01-24T01:19:13.741738+0000 mgr.smithi099.npjflm (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:15.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:15 smithi156 bash[19595]: audit 2024-01-24T01:19:14.306046+0000 mon.smithi099 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.99:0/3052167810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:15.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:15 smithi156 bash[19595]: audit 2024-01-24T01:19:14.895736+0000 mon.smithi099 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:15.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:15 smithi156 bash[19595]: audit 2024-01-24T01:19:14.897376+0000 mon.smithi099 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T01:19:15.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:15 smithi156 bash[19595]: audit 2024-01-24T01:19:14.899043+0000 mon.smithi099 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:15 smithi099 bash[16312]: cluster 2024-01-24T01:19:13.741738+0000 mgr.smithi099.npjflm (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:15 smithi099 bash[16312]: audit 2024-01-24T01:19:14.306046+0000 mon.smithi099 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.99:0/3052167810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:15 smithi099 bash[16312]: audit 2024-01-24T01:19:14.895736+0000 mon.smithi099 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:15 smithi099 bash[16312]: audit 2024-01-24T01:19:14.897376+0000 mon.smithi099 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T01:19:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:15 smithi099 bash[16312]: audit 2024-01-24T01:19:14.899043+0000 mon.smithi099 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:16.215 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:16.286 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:16 smithi156 bash[19595]: cephadm 2024-01-24T01:19:14.900568+0000 mgr.smithi099.npjflm (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi156 2024-01-24T01:19:16.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:16 smithi099 bash[16312]: cephadm 2024-01-24T01:19:14.900568+0000 mgr.smithi099.npjflm (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi156 2024-01-24T01:19:17.334 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:17 smithi099 bash[16312]: cluster 2024-01-24T01:19:15.742182+0000 mgr.smithi099.npjflm (mgr.14182) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:17 smithi156 bash[19595]: cluster 2024-01-24T01:19:15.742182+0000 mgr.smithi099.npjflm (mgr.14182) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:18.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:18 smithi099 bash[16312]: audit 2024-01-24T01:19:17.058089+0000 mon.smithi099 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T01:19:18.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:18 smithi099 bash[16312]: audit 2024-01-24T01:19:17.059667+0000 mon.smithi099 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:18.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:18 smithi099 bash[16312]: cephadm 2024-01-24T01:19:17.060914+0000 mgr.smithi099.npjflm (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-01-24T01:19:18.435 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:18 smithi156 bash[19595]: audit 2024-01-24T01:19:17.058089+0000 mon.smithi099 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T01:19:18.436 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:18 smithi156 bash[19595]: audit 2024-01-24T01:19:17.059667+0000 mon.smithi099 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:18.436 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:18 smithi156 bash[19595]: cephadm 2024-01-24T01:19:17.060914+0000 mgr.smithi099.npjflm (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-01-24T01:19:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:19 smithi156 bash[19595]: cluster 2024-01-24T01:19:17.742645+0000 mgr.smithi099.npjflm (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:19 smithi099 bash[16312]: cluster 2024-01-24T01:19:17.742645+0000 mgr.smithi099.npjflm (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:20.246 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:20.957 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:20 smithi099 bash[16312]: cluster 2024-01-24T01:19:19.743049+0000 mgr.smithi099.npjflm (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:21.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:20 smithi099 bash[16312]: audit 2024-01-24T01:19:19.880691+0000 mon.smithi099 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:21.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:20 smithi099 bash[16312]: audit 2024-01-24T01:19:19.882530+0000 mon.smithi099 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T01:19:21.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:20 smithi099 bash[16312]: audit 2024-01-24T01:19:19.884097+0000 mon.smithi099 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:21.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:20 smithi099 bash[16312]: cephadm 2024-01-24T01:19:19.885430+0000 mgr.smithi099.npjflm (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.4 on smithi156 2024-01-24T01:19:21.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:20 smithi099 bash[16312]: audit 2024-01-24T01:19:20.245947+0000 mon.smithi099 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.99:0/2683372460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:21.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:20 smithi156 bash[19595]: cluster 2024-01-24T01:19:19.743049+0000 mgr.smithi099.npjflm (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:21.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:20 smithi156 bash[19595]: audit 2024-01-24T01:19:19.880691+0000 mon.smithi099 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:21.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:20 smithi156 bash[19595]: audit 2024-01-24T01:19:19.882530+0000 mon.smithi099 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T01:19:21.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:20 smithi156 bash[19595]: audit 2024-01-24T01:19:19.884097+0000 mon.smithi099 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:21.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:20 smithi156 bash[19595]: cephadm 2024-01-24T01:19:19.885430+0000 mgr.smithi099.npjflm (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.4 on smithi156 2024-01-24T01:19:21.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:20 smithi156 bash[19595]: audit 2024-01-24T01:19:20.245947+0000 mon.smithi099 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.99:0/2683372460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:21.958 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:23.399 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:23 smithi156 bash[19595]: cluster 2024-01-24T01:19:21.743463+0000 mgr.smithi099.npjflm (mgr.14182) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:23.399 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:23 smithi156 bash[19595]: audit 2024-01-24T01:19:22.140512+0000 mon.smithi099 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:23.399 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:23 smithi156 bash[19595]: audit 2024-01-24T01:19:22.141655+0000 mon.smithi099 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T01:19:23.399 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:23 smithi156 bash[19595]: audit 2024-01-24T01:19:22.142587+0000 mon.smithi099 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:23.399 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:23 smithi156 bash[19595]: cephadm 2024-01-24T01:19:22.143576+0000 mgr.smithi099.npjflm (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.3 on smithi099 2024-01-24T01:19:23.399 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:23 smithi156 bash[19595]: audit 2024-01-24T01:19:22.781333+0000 mon.smithi156 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/149070213,v1:172.21.15.156:6801/149070213]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T01:19:23.399 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:23 smithi156 bash[19595]: audit 2024-01-24T01:19:22.783175+0000 mon.smithi099 (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-24T01:19:23.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:23 smithi099 bash[16312]: cluster 2024-01-24T01:19:21.743463+0000 mgr.smithi099.npjflm (mgr.14182) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:23.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:23 smithi099 bash[16312]: audit 2024-01-24T01:19:22.140512+0000 mon.smithi099 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:23.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:23 smithi099 bash[16312]: audit 2024-01-24T01:19:22.141655+0000 mon.smithi099 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T01:19:23.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:23 smithi099 bash[16312]: audit 2024-01-24T01:19:22.142587+0000 mon.smithi099 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:23.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:23 smithi099 bash[16312]: cephadm 2024-01-24T01:19:22.143576+0000 mgr.smithi099.npjflm (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.3 on smithi099 2024-01-24T01:19:23.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:23 smithi099 bash[16312]: audit 2024-01-24T01:19:22.781333+0000 mon.smithi156 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/149070213,v1:172.21.15.156:6801/149070213]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T01:19:23.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:23 smithi099 bash[16312]: audit 2024-01-24T01:19:22.783175+0000 mon.smithi099 (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-24T01:19:24.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.151518+0000 mon.smithi156 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/149070213,v1:172.21.15.156:6801/149070213]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.151642+0000 mon.smithi099 (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-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: cluster 2024-01-24T01:19:23.151711+0000 mon.smithi099 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.151896+0000 mon.smithi099 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.152570+0000 mon.smithi099 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.153005+0000 mon.smithi099 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.153705+0000 mon.smithi099 (mon.0) 299 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.154241+0000 mon.smithi099 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.154639+0000 mon.smithi099 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.155028+0000 mon.smithi099 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.155412+0000 mon.smithi099 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:24.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:24 smithi156 bash[19595]: audit 2024-01-24T01:19:23.155783+0000 mon.smithi099 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.151518+0000 mon.smithi156 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/149070213,v1:172.21.15.156:6801/149070213]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.151642+0000 mon.smithi099 (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-24T01:19:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: cluster 2024-01-24T01:19:23.151711+0000 mon.smithi099 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T01:19:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.151896+0000 mon.smithi099 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.152570+0000 mon.smithi099 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.153005+0000 mon.smithi099 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.153705+0000 mon.smithi099 (mon.0) 299 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.154241+0000 mon.smithi099 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.154639+0000 mon.smithi099 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.155028+0000 mon.smithi099 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.155412+0000 mon.smithi099 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:24.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:24 smithi099 bash[16312]: audit 2024-01-24T01:19:23.155783+0000 mon.smithi099 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:25.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: cluster 2024-01-24T01:19:23.743907+0000 mgr.smithi099.npjflm (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.156256+0000 mon.smithi099 (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=smithi156", "root=default"]}]': finished 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: cluster 2024-01-24T01:19:24.156492+0000 mon.smithi099 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.157160+0000 mon.smithi099 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.157422+0000 mon.smithi099 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.157584+0000 mon.smithi099 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.157736+0000 mon.smithi099 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.157883+0000 mon.smithi099 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.158029+0000 mon.smithi099 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.158243+0000 mon.smithi099 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.158382+0000 mon.smithi099 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.166136+0000 mon.smithi099 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.902901+0000 mon.smithi099 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.904266+0000 mon.smithi099 (mon.0) 317 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T01:19:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:25 smithi156 bash[19595]: audit 2024-01-24T01:19:24.905624+0000 mon.smithi099 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: cluster 2024-01-24T01:19:23.743907+0000 mgr.smithi099.npjflm (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.156256+0000 mon.smithi099 (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=smithi156", "root=default"]}]': finished 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: cluster 2024-01-24T01:19:24.156492+0000 mon.smithi099 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.157160+0000 mon.smithi099 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.157422+0000 mon.smithi099 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.157584+0000 mon.smithi099 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.157736+0000 mon.smithi099 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.157883+0000 mon.smithi099 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.158029+0000 mon.smithi099 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.158243+0000 mon.smithi099 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.158382+0000 mon.smithi099 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.166136+0000 mon.smithi099 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.902901+0000 mon.smithi099 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.904266+0000 mon.smithi099 (mon.0) 317 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T01:19:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:25 smithi099 bash[16312]: audit 2024-01-24T01:19:24.905624+0000 mon.smithi099 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:26.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: cluster 2024-01-24T01:19:23.765222+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:26.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: cluster 2024-01-24T01:19:23.765272+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:26.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: cephadm 2024-01-24T01:19:24.906733+0000 mgr.smithi099.npjflm (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.6 on smithi156 2024-01-24T01:19:26.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: cluster 2024-01-24T01:19:25.165419+0000 mon.smithi099 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.156:6800/149070213,v1:172.21.15.156:6801/149070213] boot 2024-01-24T01:19:26.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: cluster 2024-01-24T01:19:25.165477+0000 mon.smithi099 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T01:19:26.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.166120+0000 mon.smithi099 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:26.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.167183+0000 mon.smithi099 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:26.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.171799+0000 mon.smithi099 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:26.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.172496+0000 mon.smithi099 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:26.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.172874+0000 mon.smithi099 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:26.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.173223+0000 mon.smithi099 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:26.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.173586+0000 mon.smithi099 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:26.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:26 smithi156 bash[19595]: audit 2024-01-24T01:19:25.173918+0000 mon.smithi099 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: cluster 2024-01-24T01:19:23.765222+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: cluster 2024-01-24T01:19:23.765272+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: cephadm 2024-01-24T01:19:24.906733+0000 mgr.smithi099.npjflm (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.6 on smithi156 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: cluster 2024-01-24T01:19:25.165419+0000 mon.smithi099 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.156:6800/149070213,v1:172.21.15.156:6801/149070213] boot 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: cluster 2024-01-24T01:19:25.165477+0000 mon.smithi099 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.166120+0000 mon.smithi099 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.167183+0000 mon.smithi099 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.171799+0000 mon.smithi099 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.172496+0000 mon.smithi099 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.172874+0000 mon.smithi099 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.173223+0000 mon.smithi099 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.173586+0000 mon.smithi099 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:26.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:26 smithi099 bash[16312]: audit 2024-01-24T01:19:25.173918+0000 mon.smithi099 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:27.052 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:27.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: cluster 2024-01-24T01:19:25.744477+0000 mgr.smithi099.npjflm (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:27.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: cluster 2024-01-24T01:19:26.187052+0000 mon.smithi099 (mon.0) 329 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T01:19:27.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:26.187295+0000 mon.smithi099 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:27.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:26.187891+0000 mon.smithi099 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:27.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:26.188305+0000 mon.smithi099 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:27.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:26.188689+0000 mon.smithi099 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:27.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:26.189101+0000 mon.smithi099 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:27.266 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:26.189516+0000 mon.smithi099 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:27.266 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:26.189905+0000 mon.smithi099 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:27.266 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:27 smithi099 bash[16312]: audit 2024-01-24T01:19:27.051908+0000 mon.smithi099 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.99:0/823229157' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:27.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: cluster 2024-01-24T01:19:25.744477+0000 mgr.smithi099.npjflm (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: cluster 2024-01-24T01:19:26.187052+0000 mon.smithi099 (mon.0) 329 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:26.187295+0000 mon.smithi099 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:26.187891+0000 mon.smithi099 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:26.188305+0000 mon.smithi099 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:26.188689+0000 mon.smithi099 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:26.189101+0000 mon.smithi099 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:26.189516+0000 mon.smithi099 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:26.189905+0000 mon.smithi099 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:27 smithi156 bash[19595]: audit 2024-01-24T01:19:27.051908+0000 mon.smithi099 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.99:0/823229157' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:27.978 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1706059165,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:28.381 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:28 smithi099 bash[16312]: audit 2024-01-24T01:19:28.178880+0000 mon.smithi156 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1154166444,v1:172.21.15.156:6809/1154166444]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T01:19:28.381 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:28 smithi099 bash[16312]: audit 2024-01-24T01:19:28.180489+0000 mon.smithi099 (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-24T01:19:28.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:28 smithi156 bash[19595]: audit 2024-01-24T01:19:28.178880+0000 mon.smithi156 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1154166444,v1:172.21.15.156:6809/1154166444]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T01:19:28.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:28 smithi156 bash[19595]: audit 2024-01-24T01:19:28.180489+0000 mon.smithi099 (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-24T01:19:28.980 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: cluster 2024-01-24T01:19:27.745089+0000 mgr.smithi099.npjflm (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.194759+0000 mon.smithi156 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1154166444,v1:172.21.15.156:6809/1154166444]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.194929+0000 mon.smithi099 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: cluster 2024-01-24T01:19:28.195007+0000 mon.smithi099 (mon.0) 340 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.195267+0000 mon.smithi099 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.195862+0000 mon.smithi099 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.196230+0000 mon.smithi099 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.196677+0000 mon.smithi099 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.197175+0000 mon.smithi099 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.197571+0000 mon.smithi099 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.197897+0000 mon.smithi099 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.198197+0000 mon.smithi099 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.425747+0000 mon.smithi099 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:29.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.426978+0000 mon.smithi099 (mon.0) 350 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T01:19:29.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:29 smithi099 bash[16312]: audit 2024-01-24T01:19:28.427835+0000 mon.smithi099 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:29.409 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: cluster 2024-01-24T01:19:27.745089+0000 mgr.smithi099.npjflm (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:19:29.409 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.194759+0000 mon.smithi156 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1154166444,v1:172.21.15.156:6809/1154166444]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:29.409 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.194929+0000 mon.smithi099 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: cluster 2024-01-24T01:19:28.195007+0000 mon.smithi099 (mon.0) 340 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.195267+0000 mon.smithi099 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.195862+0000 mon.smithi099 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.196230+0000 mon.smithi099 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.196677+0000 mon.smithi099 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.197175+0000 mon.smithi099 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.197571+0000 mon.smithi099 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.197897+0000 mon.smithi099 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:29.410 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.198197+0000 mon.smithi099 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:29.411 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.425747+0000 mon.smithi099 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:29.411 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.426978+0000 mon.smithi099 (mon.0) 350 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T01:19:29.411 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:29 smithi156 bash[19595]: audit 2024-01-24T01:19:28.427835+0000 mon.smithi099 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:30.468 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: cephadm 2024-01-24T01:19:28.428592+0000 mgr.smithi099.npjflm (mgr.14182) 61 : cephadm [INF] Deploying daemon osd.5 on smithi099 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.197012+0000 mon.smithi099 (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=smithi156", "root=default"]}]': finished 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: cluster 2024-01-24T01:19:29.197261+0000 mon.smithi099 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.197963+0000 mon.smithi099 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.198526+0000 mon.smithi099 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.198844+0000 mon.smithi099 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.199105+0000 mon.smithi099 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.199376+0000 mon.smithi099 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.199714+0000 mon.smithi099 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.204889+0000 mon.smithi099 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:30.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:29.205137+0000 mon.smithi099 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:30.470 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:30 smithi099 bash[16312]: audit 2024-01-24T01:19:30.049798+0000 mon.smithi099 (mon.0) 362 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:30.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: cephadm 2024-01-24T01:19:28.428592+0000 mgr.smithi099.npjflm (mgr.14182) 61 : cephadm [INF] Deploying daemon osd.5 on smithi099 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.197012+0000 mon.smithi099 (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=smithi156", "root=default"]}]': finished 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: cluster 2024-01-24T01:19:29.197261+0000 mon.smithi099 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.197963+0000 mon.smithi099 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.198526+0000 mon.smithi099 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.198844+0000 mon.smithi099 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.199105+0000 mon.smithi099 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.199376+0000 mon.smithi099 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.199714+0000 mon.smithi099 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.204889+0000 mon.smithi099 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:29.205137+0000 mon.smithi099 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:30 smithi156 bash[19595]: audit 2024-01-24T01:19:30.049798+0000 mon.smithi099 (mon.0) 362 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:31.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: cluster 2024-01-24T01:19:29.160367+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: cluster 2024-01-24T01:19:29.160472+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: cluster 2024-01-24T01:19:29.745583+0000 mgr.smithi099.npjflm (mgr.14182) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.203201+0000 mon.smithi099 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: cluster 2024-01-24T01:19:30.208167+0000 mon.smithi099 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.156:6808/1154166444,v1:172.21.15.156:6809/1154166444] boot 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: cluster 2024-01-24T01:19:30.208223+0000 mon.smithi099 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.208852+0000 mon.smithi099 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.209070+0000 mon.smithi099 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.209425+0000 mon.smithi099 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.209642+0000 mon.smithi099 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.209827+0000 mon.smithi099 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.210001+0000 mon.smithi099 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.210184+0000 mon.smithi099 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:31.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:31 smithi156 bash[19595]: audit 2024-01-24T01:19:30.844570+0000 mon.smithi099 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T01:19:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: cluster 2024-01-24T01:19:29.160367+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: cluster 2024-01-24T01:19:29.160472+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: cluster 2024-01-24T01:19:29.745583+0000 mgr.smithi099.npjflm (mgr.14182) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.203201+0000 mon.smithi099 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: cluster 2024-01-24T01:19:30.208167+0000 mon.smithi099 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.156:6808/1154166444,v1:172.21.15.156:6809/1154166444] boot 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: cluster 2024-01-24T01:19:30.208223+0000 mon.smithi099 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.208852+0000 mon.smithi099 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.209070+0000 mon.smithi099 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.209425+0000 mon.smithi099 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.209642+0000 mon.smithi099 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.209827+0000 mon.smithi099 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.210001+0000 mon.smithi099 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.210184+0000 mon.smithi099 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:31 smithi099 bash[16312]: audit 2024-01-24T01:19:30.844570+0000 mon.smithi099 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T01:19:32.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.224599+0000 mon.smithi099 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T01:19:32.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: cluster 2024-01-24T01:19:31.224753+0000 mon.smithi099 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-24T01:19:32.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.224965+0000 mon.smithi099 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.225495+0000 mon.smithi099 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.225810+0000 mon.smithi099 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.226157+0000 mon.smithi099 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.226562+0000 mon.smithi099 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.226860+0000 mon.smithi099 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:32 smithi156 bash[19595]: audit 2024-01-24T01:19:31.227139+0000 mon.smithi099 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:32.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.224599+0000 mon.smithi099 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: cluster 2024-01-24T01:19:31.224753+0000 mon.smithi099 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.224965+0000 mon.smithi099 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.225495+0000 mon.smithi099 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.225810+0000 mon.smithi099 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.226157+0000 mon.smithi099 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.226562+0000 mon.smithi099 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.226860+0000 mon.smithi099 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:32.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:32 smithi099 bash[16312]: audit 2024-01-24T01:19:31.227139+0000 mon.smithi099 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: cluster 2024-01-24T01:19:31.746005+0000 mgr.smithi099.npjflm (mgr.14182) 63 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T01:19:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.226255+0000 mon.smithi099 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: cluster 2024-01-24T01:19:32.226337+0000 mon.smithi099 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-24T01:19:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.226893+0000 mon.smithi099 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.227152+0000 mon.smithi099 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.227970+0000 mon.smithi099 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.228420+0000 mon.smithi099 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.228847+0000 mon.smithi099 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.229249+0000 mon.smithi099 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.235361+0000 mon.smithi099 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.946211+0000 mon.smithi156 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1097580051,v1:172.21.15.156:6817/1097580051]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:19:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:33 smithi099 bash[16312]: audit 2024-01-24T01:19:32.948080+0000 mon.smithi099 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:19:33.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: cluster 2024-01-24T01:19:31.746005+0000 mgr.smithi099.npjflm (mgr.14182) 63 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.226255+0000 mon.smithi099 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: cluster 2024-01-24T01:19:32.226337+0000 mon.smithi099 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.226893+0000 mon.smithi099 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.227152+0000 mon.smithi099 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.227970+0000 mon.smithi099 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.228420+0000 mon.smithi099 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.228847+0000 mon.smithi099 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.229249+0000 mon.smithi099 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.235361+0000 mon.smithi099 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.946211+0000 mon.smithi156 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1097580051,v1:172.21.15.156:6817/1097580051]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:19:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:33 smithi156 bash[19595]: audit 2024-01-24T01:19:32.948080+0000 mon.smithi099 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:19:34.003 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:34.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: cluster 2024-01-24T01:19:31.870776+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: cluster 2024-01-24T01:19:31.870881+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.236905+0000 mon.smithi156 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1097580051,v1:172.21.15.156:6817/1097580051]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: cluster 2024-01-24T01:19:33.237013+0000 mon.smithi099 (mon.0) 393 : cluster [INF] osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444] boot 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.237110+0000 mon.smithi099 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: cluster 2024-01-24T01:19:33.237223+0000 mon.smithi099 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.238437+0000 mon.smithi099 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.239323+0000 mon.smithi099 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.239925+0000 mon.smithi099 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.245844+0000 mon.smithi099 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.246173+0000 mon.smithi099 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.246495+0000 mon.smithi099 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.246832+0000 mon.smithi099 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:33.247241+0000 mon.smithi099 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:19:34.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:34 smithi099 bash[16312]: audit 2024-01-24T01:19:34.003096+0000 mon.smithi099 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.99:0/1758069317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:34.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: cluster 2024-01-24T01:19:31.870776+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: cluster 2024-01-24T01:19:31.870881+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.236905+0000 mon.smithi156 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1097580051,v1:172.21.15.156:6817/1097580051]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: cluster 2024-01-24T01:19:33.237013+0000 mon.smithi099 (mon.0) 393 : cluster [INF] osd.1 [v2:172.21.15.99:6802/1494067444,v1:172.21.15.99:6803/1494067444] boot 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.237110+0000 mon.smithi099 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: cluster 2024-01-24T01:19:33.237223+0000 mon.smithi099 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.238437+0000 mon.smithi099 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.239323+0000 mon.smithi099 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.239925+0000 mon.smithi099 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.245844+0000 mon.smithi099 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.246173+0000 mon.smithi099 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.246495+0000 mon.smithi099 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.246832+0000 mon.smithi099 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:33.247241+0000 mon.smithi099 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:19:34.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:34 smithi156 bash[19595]: audit 2024-01-24T01:19:34.003096+0000 mon.smithi099 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.99:0/1758069317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:34.824 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1706059173,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: cluster 2024-01-24T01:19:33.746325+0000 mgr.smithi099.npjflm (mgr.14182) 64 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.240389+0000 mon.smithi099 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.240581+0000 mon.smithi099 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: cluster 2024-01-24T01:19:34.240684+0000 mon.smithi099 (mon.0) 407 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.240942+0000 mon.smithi099 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.242294+0000 mon.smithi099 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.242946+0000 mon.smithi099 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.243650+0000 mon.smithi099 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.248245+0000 mon.smithi099 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.248608+0000 mon.smithi099 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.250623+0000 mon.smithi099 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T01:19:35.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.911241+0000 mon.smithi099 (mon.0) 415 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:35.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.912453+0000 mon.smithi099 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T01:19:35.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:34.913362+0000 mon.smithi099 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:35.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: audit 2024-01-24T01:19:35.243165+0000 mon.smithi099 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T01:19:35.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: cluster 2024-01-24T01:19:35.243369+0000 mon.smithi099 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.156:6816/1097580051,v1:172.21.15.156:6817/1097580051] boot 2024-01-24T01:19:35.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:35 smithi099 bash[16312]: cluster 2024-01-24T01:19:35.243468+0000 mon.smithi099 (mon.0) 420 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-24T01:19:35.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: cluster 2024-01-24T01:19:33.746325+0000 mgr.smithi099.npjflm (mgr.14182) 64 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T01:19:35.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.240389+0000 mon.smithi099 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2024-01-24T01:19:35.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.240581+0000 mon.smithi099 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:19:35.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: cluster 2024-01-24T01:19:34.240684+0000 mon.smithi099 (mon.0) 407 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.240942+0000 mon.smithi099 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.242294+0000 mon.smithi099 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.242946+0000 mon.smithi099 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.243650+0000 mon.smithi099 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.248245+0000 mon.smithi099 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.248608+0000 mon.smithi099 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.250623+0000 mon.smithi099 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.911241+0000 mon.smithi099 (mon.0) 415 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.912453+0000 mon.smithi099 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:34.913362+0000 mon.smithi099 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: audit 2024-01-24T01:19:35.243165+0000 mon.smithi099 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: cluster 2024-01-24T01:19:35.243369+0000 mon.smithi099 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.156:6816/1097580051,v1:172.21.15.156:6817/1097580051] boot 2024-01-24T01:19:35.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:35 smithi156 bash[19595]: cluster 2024-01-24T01:19:35.243468+0000 mon.smithi099 (mon.0) 420 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-24T01:19:35.825 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:36.337 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: cluster 2024-01-24T01:19:33.966820+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:36.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: cluster 2024-01-24T01:19:33.966893+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:36.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: cephadm 2024-01-24T01:19:34.914126+0000 mgr.smithi099.npjflm (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi099 2024-01-24T01:19:36.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: audit 2024-01-24T01:19:35.243672+0000 mon.smithi099 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:36.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: audit 2024-01-24T01:19:35.244612+0000 mon.smithi099 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:36.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: audit 2024-01-24T01:19:35.244902+0000 mon.smithi099 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:36.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: audit 2024-01-24T01:19:35.245089+0000 mon.smithi099 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:36.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:36 smithi156 bash[19595]: audit 2024-01-24T01:19:35.245242+0000 mon.smithi099 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:36.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: cluster 2024-01-24T01:19:33.966820+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: cluster 2024-01-24T01:19:33.966893+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: cephadm 2024-01-24T01:19:34.914126+0000 mgr.smithi099.npjflm (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi099 2024-01-24T01:19:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: audit 2024-01-24T01:19:35.243672+0000 mon.smithi099 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: audit 2024-01-24T01:19:35.244612+0000 mon.smithi099 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:19:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: audit 2024-01-24T01:19:35.244902+0000 mon.smithi099 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: audit 2024-01-24T01:19:35.245089+0000 mon.smithi099 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:36 smithi099 bash[16312]: audit 2024-01-24T01:19:35.245242+0000 mon.smithi099 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:37.578 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: cluster 2024-01-24T01:19:35.746874+0000 mgr.smithi099.npjflm (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T01:19:37.578 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: cluster 2024-01-24T01:19:36.259411+0000 mon.smithi099 (mon.0) 426 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-24T01:19:37.578 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: audit 2024-01-24T01:19:36.259598+0000 mon.smithi099 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:37.578 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: audit 2024-01-24T01:19:36.259985+0000 mon.smithi099 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:37.578 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: audit 2024-01-24T01:19:36.260222+0000 mon.smithi099 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:37.579 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: audit 2024-01-24T01:19:36.260438+0000 mon.smithi099 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:37.579 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: audit 2024-01-24T01:19:36.960749+0000 mon.smithi156 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/3785348372,v1:172.21.15.156:6825/3785348372]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:19:37.579 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:37 smithi099 bash[16312]: audit 2024-01-24T01:19:36.962609+0000 mon.smithi099 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:19:37.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: cluster 2024-01-24T01:19:35.746874+0000 mgr.smithi099.npjflm (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T01:19:37.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: cluster 2024-01-24T01:19:36.259411+0000 mon.smithi099 (mon.0) 426 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-24T01:19:37.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: audit 2024-01-24T01:19:36.259598+0000 mon.smithi099 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:37.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: audit 2024-01-24T01:19:36.259985+0000 mon.smithi099 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:37.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: audit 2024-01-24T01:19:36.260222+0000 mon.smithi099 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:37.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: audit 2024-01-24T01:19:36.260438+0000 mon.smithi099 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:37.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: audit 2024-01-24T01:19:36.960749+0000 mon.smithi156 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/3785348372,v1:172.21.15.156:6825/3785348372]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:19:37.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:37 smithi156 bash[19595]: audit 2024-01-24T01:19:36.962609+0000 mon.smithi099 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.265902+0000 mon.smithi099 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: cluster 2024-01-24T01:19:37.265968+0000 mon.smithi099 (mon.0) 433 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.266101+0000 mon.smithi099 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.266410+0000 mon.smithi099 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.266442+0000 mon.smithi156 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/3785348372,v1:172.21.15.156:6825/3785348372]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.266594+0000 mon.smithi099 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.266756+0000 mon.smithi099 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:38.565 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.267941+0000 mon.smithi099 (mon.0) 438 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:38.566 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:38 smithi156 bash[19595]: audit 2024-01-24T01:19:37.357113+0000 mon.smithi099 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T01:19:38.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.265902+0000 mon.smithi099 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: cluster 2024-01-24T01:19:37.265968+0000 mon.smithi099 (mon.0) 433 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.266101+0000 mon.smithi099 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.266410+0000 mon.smithi099 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.266442+0000 mon.smithi156 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/3785348372,v1:172.21.15.156:6825/3785348372]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.266594+0000 mon.smithi099 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.266756+0000 mon.smithi099 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.267941+0000 mon.smithi099 (mon.0) 438 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2024-01-24T01:19:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:38 smithi099 bash[16312]: audit 2024-01-24T01:19:37.357113+0000 mon.smithi099 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: cluster 2024-01-24T01:19:37.747413+0000 mgr.smithi099.npjflm (mgr.14182) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.273689+0000 mon.smithi099 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.273914+0000 mon.smithi099 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: cluster 2024-01-24T01:19:38.274081+0000 mon.smithi099 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.274747+0000 mon.smithi099 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.275108+0000 mon.smithi099 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.275467+0000 mon.smithi099 (mon.0) 445 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.275727+0000 mon.smithi099 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.275939+0000 mon.smithi099 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:38.281530+0000 mon.smithi099 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:39.196904+0000 mon.smithi099 (mon.0) 449 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:39.271141+0000 mon.smithi099 (mon.0) 450 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: cluster 2024-01-24T01:19:39.271256+0000 mon.smithi099 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.156:6824/3785348372,v1:172.21.15.156:6825/3785348372] boot 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: cluster 2024-01-24T01:19:39.271300+0000 mon.smithi099 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:39.271475+0000 mon.smithi099 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:39.271950+0000 mon.smithi099 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:39.272620+0000 mon.smithi099 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:39.272933+0000 mon.smithi099 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:39.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:39 smithi099 bash[16312]: audit 2024-01-24T01:19:39.276660+0000 mon.smithi099 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: cluster 2024-01-24T01:19:37.747413+0000 mgr.smithi099.npjflm (mgr.14182) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.273689+0000 mon.smithi099 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.273914+0000 mon.smithi099 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: cluster 2024-01-24T01:19:38.274081+0000 mon.smithi099 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.274747+0000 mon.smithi099 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.275108+0000 mon.smithi099 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.275467+0000 mon.smithi099 (mon.0) 445 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.275727+0000 mon.smithi099 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.275939+0000 mon.smithi099 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:38.281530+0000 mon.smithi099 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:39.196904+0000 mon.smithi099 (mon.0) 449 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:39.271141+0000 mon.smithi099 (mon.0) 450 : audit [INF] from='osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: cluster 2024-01-24T01:19:39.271256+0000 mon.smithi099 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.156:6824/3785348372,v1:172.21.15.156:6825/3785348372] boot 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: cluster 2024-01-24T01:19:39.271300+0000 mon.smithi099 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:39.271475+0000 mon.smithi099 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:39.271950+0000 mon.smithi099 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:39.272620+0000 mon.smithi099 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:39.272933+0000 mon.smithi099 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:39 smithi156 bash[19595]: audit 2024-01-24T01:19:39.276660+0000 mon.smithi099 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:40.933 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: cluster 2024-01-24T01:19:37.914361+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: cluster 2024-01-24T01:19:37.914447+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: cluster 2024-01-24T01:19:38.313269+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: cluster 2024-01-24T01:19:38.313358+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: cluster 2024-01-24T01:19:39.617266+0000 mon.smithi099 (mon.0) 458 : cluster [INF] osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378] boot 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: cluster 2024-01-24T01:19:39.617312+0000 mon.smithi099 (mon.0) 459 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: audit 2024-01-24T01:19:39.618236+0000 mon.smithi099 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: audit 2024-01-24T01:19:39.619027+0000 mon.smithi099 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: audit 2024-01-24T01:19:39.619705+0000 mon.smithi099 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:40.934 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:40 smithi099 bash[16312]: cluster 2024-01-24T01:19:39.747945+0000 mgr.smithi099.npjflm (mgr.14182) 68 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T01:19:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: cluster 2024-01-24T01:19:37.914361+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: cluster 2024-01-24T01:19:37.914447+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: cluster 2024-01-24T01:19:38.313269+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: cluster 2024-01-24T01:19:38.313358+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: cluster 2024-01-24T01:19:39.617266+0000 mon.smithi099 (mon.0) 458 : cluster [INF] osd.3 [v2:172.21.15.99:6810/538055378,v1:172.21.15.99:6811/538055378] boot 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: cluster 2024-01-24T01:19:39.617312+0000 mon.smithi099 (mon.0) 459 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: audit 2024-01-24T01:19:39.618236+0000 mon.smithi099 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: audit 2024-01-24T01:19:39.619027+0000 mon.smithi099 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: audit 2024-01-24T01:19:39.619705+0000 mon.smithi099 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:40 smithi156 bash[19595]: cluster 2024-01-24T01:19:39.747945+0000 mgr.smithi099.npjflm (mgr.14182) 68 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T01:19:41.143 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:41.804 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:41 smithi099 bash[16312]: cluster 2024-01-24T01:19:40.626300+0000 mon.smithi099 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-24T01:19:41.804 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:41 smithi099 bash[16312]: audit 2024-01-24T01:19:40.626668+0000 mon.smithi099 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:41.804 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:41 smithi099 bash[16312]: audit 2024-01-24T01:19:40.626950+0000 mon.smithi099 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:41.804 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:41 smithi099 bash[16312]: audit 2024-01-24T01:19:41.142891+0000 mon.smithi099 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.99:0/10684400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:41.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:41 smithi156 bash[19595]: cluster 2024-01-24T01:19:40.626300+0000 mon.smithi099 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-24T01:19:41.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:41 smithi156 bash[19595]: audit 2024-01-24T01:19:40.626668+0000 mon.smithi099 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:41.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:41 smithi156 bash[19595]: audit 2024-01-24T01:19:40.626950+0000 mon.smithi099 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:41.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:41 smithi156 bash[19595]: audit 2024-01-24T01:19:41.142891+0000 mon.smithi099 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.99:0/10684400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:42.144 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1706059179,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:42.940 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:42 smithi099 bash[16312]: cluster 2024-01-24T01:19:41.634730+0000 mon.smithi099 (mon.0) 467 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-24T01:19:42.941 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:42 smithi099 bash[16312]: audit 2024-01-24T01:19:41.635037+0000 mon.smithi099 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:42.941 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:42 smithi099 bash[16312]: audit 2024-01-24T01:19:41.635598+0000 mon.smithi099 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:42.941 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:42 smithi099 bash[16312]: cluster 2024-01-24T01:19:41.748473+0000 mgr.smithi099.npjflm (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-24T01:19:42.941 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:42 smithi099 bash[16312]: audit 2024-01-24T01:19:41.818393+0000 mon.smithi099 (mon.0) 470 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:42.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:42 smithi156 bash[19595]: cluster 2024-01-24T01:19:41.634730+0000 mon.smithi099 (mon.0) 467 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-24T01:19:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:42 smithi156 bash[19595]: audit 2024-01-24T01:19:41.635037+0000 mon.smithi099 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:42 smithi156 bash[19595]: audit 2024-01-24T01:19:41.635598+0000 mon.smithi099 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:42 smithi156 bash[19595]: cluster 2024-01-24T01:19:41.748473+0000 mgr.smithi099.npjflm (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-24T01:19:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:42 smithi156 bash[19595]: audit 2024-01-24T01:19:41.818393+0000 mon.smithi099 (mon.0) 470 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:43.146 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:44 smithi099 bash[16312]: cluster 2024-01-24T01:19:43.749131+0000 mgr.smithi099.npjflm (mgr.14182) 70 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:19:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:44 smithi099 bash[16312]: audit 2024-01-24T01:19:44.548065+0000 mon.smithi099 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T01:19:45.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:44 smithi156 bash[19595]: cluster 2024-01-24T01:19:43.749131+0000 mgr.smithi099.npjflm (mgr.14182) 70 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:19:45.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:44 smithi156 bash[19595]: audit 2024-01-24T01:19:44.548065+0000 mon.smithi099 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T01:19:46.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: audit 2024-01-24T01:19:44.812224+0000 mon.smithi099 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T01:19:46.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: cluster 2024-01-24T01:19:44.812338+0000 mon.smithi099 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-24T01:19:46.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: audit 2024-01-24T01:19:44.812973+0000 mon.smithi099 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:46.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: audit 2024-01-24T01:19:44.813383+0000 mon.smithi099 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:46.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: audit 2024-01-24T01:19:44.813709+0000 mon.smithi099 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:46.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: audit 2024-01-24T01:19:45.814148+0000 mon.smithi099 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:46.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: cluster 2024-01-24T01:19:45.814350+0000 mon.smithi099 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-24T01:19:46.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:45 smithi099 bash[16312]: audit 2024-01-24T01:19:45.814683+0000 mon.smithi099 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:46.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: audit 2024-01-24T01:19:44.812224+0000 mon.smithi099 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T01:19:46.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: cluster 2024-01-24T01:19:44.812338+0000 mon.smithi099 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-24T01:19:46.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: audit 2024-01-24T01:19:44.812973+0000 mon.smithi099 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:46.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: audit 2024-01-24T01:19:44.813383+0000 mon.smithi099 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:46.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: audit 2024-01-24T01:19:44.813709+0000 mon.smithi099 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:46.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: audit 2024-01-24T01:19:45.814148+0000 mon.smithi099 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:46.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: cluster 2024-01-24T01:19:45.814350+0000 mon.smithi099 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-24T01:19:46.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:45 smithi156 bash[19595]: audit 2024-01-24T01:19:45.814683+0000 mon.smithi099 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:47.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:46 smithi099 bash[16312]: cluster 2024-01-24T01:19:45.749815+0000 mgr.smithi099.npjflm (mgr.14182) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:19:47.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:46 smithi099 bash[16312]: audit 2024-01-24T01:19:45.815744+0000 mon.smithi099 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:47.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:46 smithi099 bash[16312]: audit 2024-01-24T01:19:45.824412+0000 mon.smithi099 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:47.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:46 smithi156 bash[19595]: cluster 2024-01-24T01:19:45.749815+0000 mgr.smithi099.npjflm (mgr.14182) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:19:47.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:46 smithi156 bash[19595]: audit 2024-01-24T01:19:45.815744+0000 mon.smithi099 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:47.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:46 smithi156 bash[19595]: audit 2024-01-24T01:19:45.824412+0000 mon.smithi099 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:47.399 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:48.007 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1706059186,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":0} 2024-01-24T01:19:48.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: cluster 2024-01-24T01:19:45.497961+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:48.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: cluster 2024-01-24T01:19:45.498072+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:48.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: audit 2024-01-24T01:19:46.826062+0000 mon.smithi099 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:48.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: cluster 2024-01-24T01:19:46.831289+0000 mon.smithi099 (mon.0) 483 : cluster [INF] osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042] boot 2024-01-24T01:19:48.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: cluster 2024-01-24T01:19:46.831336+0000 mon.smithi099 (mon.0) 484 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-24T01:19:48.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: audit 2024-01-24T01:19:46.831754+0000 mon.smithi099 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:48.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: audit 2024-01-24T01:19:46.832150+0000 mon.smithi099 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:48.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:47 smithi099 bash[16312]: audit 2024-01-24T01:19:47.398787+0000 mon.smithi099 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.99:0/784103734' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:48.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: cluster 2024-01-24T01:19:45.497961+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:48.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: cluster 2024-01-24T01:19:45.498072+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:48.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: audit 2024-01-24T01:19:46.826062+0000 mon.smithi099 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:48.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: cluster 2024-01-24T01:19:46.831289+0000 mon.smithi099 (mon.0) 483 : cluster [INF] osd.5 [v2:172.21.15.99:6818/2498462042,v1:172.21.15.99:6819/2498462042] boot 2024-01-24T01:19:48.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: cluster 2024-01-24T01:19:46.831336+0000 mon.smithi099 (mon.0) 484 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-24T01:19:48.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: audit 2024-01-24T01:19:46.831754+0000 mon.smithi099 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:19:48.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: audit 2024-01-24T01:19:46.832150+0000 mon.smithi099 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:48.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:47 smithi156 bash[19595]: audit 2024-01-24T01:19:47.398787+0000 mon.smithi099 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.99:0/784103734' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:49.008 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:19:49.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:48 smithi099 bash[16312]: cluster 2024-01-24T01:19:47.750398+0000 mgr.smithi099.npjflm (mgr.14182) 72 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:19:49.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:48 smithi099 bash[16312]: cluster 2024-01-24T01:19:47.838562+0000 mon.smithi099 (mon.0) 488 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-24T01:19:49.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:48 smithi099 bash[16312]: audit 2024-01-24T01:19:47.838726+0000 mon.smithi099 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:49.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:48 smithi156 bash[19595]: cluster 2024-01-24T01:19:47.750398+0000 mgr.smithi099.npjflm (mgr.14182) 72 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:19:49.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:48 smithi156 bash[19595]: cluster 2024-01-24T01:19:47.838562+0000 mon.smithi099 (mon.0) 488 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-24T01:19:49.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:48 smithi156 bash[19595]: audit 2024-01-24T01:19:47.838726+0000 mon.smithi099 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:50 smithi156 bash[19595]: cluster 2024-01-24T01:19:49.751014+0000 mgr.smithi099.npjflm (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T01:19:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:50 smithi156 bash[19595]: audit 2024-01-24T01:19:49.891243+0000 mon.smithi099 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T01:19:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:50 smithi099 bash[16312]: cluster 2024-01-24T01:19:49.751014+0000 mgr.smithi099.npjflm (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T01:19:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:50 smithi099 bash[16312]: audit 2024-01-24T01:19:49.891243+0000 mon.smithi099 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T01:19:51.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:51 smithi156 bash[19595]: audit 2024-01-24T01:19:50.628631+0000 mon.smithi099 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T01:19:51.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:51 smithi156 bash[19595]: cluster 2024-01-24T01:19:50.628852+0000 mon.smithi099 (mon.0) 492 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-24T01:19:51.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:51 smithi156 bash[19595]: audit 2024-01-24T01:19:50.629073+0000 mon.smithi099 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:51.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:51 smithi156 bash[19595]: audit 2024-01-24T01:19:50.629641+0000 mon.smithi099 (mon.0) 494 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:52.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:51 smithi099 bash[16312]: audit 2024-01-24T01:19:50.628631+0000 mon.smithi099 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T01:19:52.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:51 smithi099 bash[16312]: cluster 2024-01-24T01:19:50.628852+0000 mon.smithi099 (mon.0) 492 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-24T01:19:52.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:51 smithi099 bash[16312]: audit 2024-01-24T01:19:50.629073+0000 mon.smithi099 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:52.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:51 smithi099 bash[16312]: audit 2024-01-24T01:19:50.629641+0000 mon.smithi099 (mon.0) 494 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-01-24T01:19:52.921 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:52 smithi099 bash[16312]: audit 2024-01-24T01:19:51.632011+0000 mon.smithi099 (mon.0) 495 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:52.921 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:52 smithi099 bash[16312]: cluster 2024-01-24T01:19:51.632187+0000 mon.smithi099 (mon.0) 496 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-24T01:19:52.921 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:52 smithi099 bash[16312]: audit 2024-01-24T01:19:51.632965+0000 mon.smithi099 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:52.921 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:52 smithi099 bash[16312]: audit 2024-01-24T01:19:51.638698+0000 mon.smithi099 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:52.921 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:52 smithi099 bash[16312]: cluster 2024-01-24T01:19:51.751569+0000 mgr.smithi099.npjflm (mgr.14182) 74 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T01:19:52.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:52 smithi156 bash[19595]: audit 2024-01-24T01:19:51.632011+0000 mon.smithi099 (mon.0) 495 : audit [INF] from='osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-01-24T01:19:52.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:52 smithi156 bash[19595]: cluster 2024-01-24T01:19:51.632187+0000 mon.smithi099 (mon.0) 496 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-24T01:19:52.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:52 smithi156 bash[19595]: audit 2024-01-24T01:19:51.632965+0000 mon.smithi099 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:52.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:52 smithi156 bash[19595]: audit 2024-01-24T01:19:51.638698+0000 mon.smithi099 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:52.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:52 smithi156 bash[19595]: cluster 2024-01-24T01:19:51.751569+0000 mgr.smithi099.npjflm (mgr.14182) 74 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T01:19:53.246 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:19:53.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:53 smithi156 bash[19595]: cluster 2024-01-24T01:19:50.876268+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:53.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:53 smithi156 bash[19595]: cluster 2024-01-24T01:19:50.876378+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:53.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:53 smithi156 bash[19595]: cluster 2024-01-24T01:19:52.640455+0000 mon.smithi099 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090] boot 2024-01-24T01:19:53.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:53 smithi156 bash[19595]: cluster 2024-01-24T01:19:52.640485+0000 mon.smithi099 (mon.0) 500 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T01:19:53.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:53 smithi156 bash[19595]: audit 2024-01-24T01:19:52.640928+0000 mon.smithi099 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:53.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:53 smithi156 bash[19595]: audit 2024-01-24T01:19:53.245381+0000 mon.smithi099 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.99:0/315801678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:54.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:53 smithi099 bash[16312]: cluster 2024-01-24T01:19:50.876268+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:19:54.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:53 smithi099 bash[16312]: cluster 2024-01-24T01:19:50.876378+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:19:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:53 smithi099 bash[16312]: cluster 2024-01-24T01:19:52.640455+0000 mon.smithi099 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.99:6826/3389553090,v1:172.21.15.99:6827/3389553090] boot 2024-01-24T01:19:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:53 smithi099 bash[16312]: cluster 2024-01-24T01:19:52.640485+0000 mon.smithi099 (mon.0) 500 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T01:19:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:53 smithi099 bash[16312]: audit 2024-01-24T01:19:52.640928+0000 mon.smithi099 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:19:54.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:53 smithi099 bash[16312]: audit 2024-01-24T01:19:53.245381+0000 mon.smithi099 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.99:0/315801678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:19:54.174 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1706059192,"num_in_osds":8,"osd_in_since":1706059141,"num_remapped_pgs":1} 2024-01-24T01:19:54.175 INFO:tasks.cephadm:Setting up client nodes... 2024-01-24T01:19:54.175 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T01:19:54.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: cluster 2024-01-24T01:19:53.657904+0000 mon.smithi099 (mon.0) 503 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-24T01:19:54.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: cluster 2024-01-24T01:19:53.752142+0000 mgr.smithi099.npjflm (mgr.14182) 75 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:19:54.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: audit 2024-01-24T01:19:54.123688+0000 mon.smithi099 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:54.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: cephadm 2024-01-24T01:19:54.125001+0000 mgr.smithi099.npjflm (mgr.14182) 76 : cephadm [INF] Reconfiguring mon.smithi099 (unknown last config time)... 2024-01-24T01:19:54.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: audit 2024-01-24T01:19:54.125559+0000 mon.smithi099 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:19:54.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: audit 2024-01-24T01:19:54.127005+0000 mon.smithi099 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:19:54.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: audit 2024-01-24T01:19:54.128339+0000 mon.smithi099 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:54.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:54 smithi156 bash[19595]: cephadm 2024-01-24T01:19:54.129616+0000 mgr.smithi099.npjflm (mgr.14182) 77 : cephadm [INF] Reconfiguring daemon mon.smithi099 on smithi099 2024-01-24T01:19:55.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: cluster 2024-01-24T01:19:53.657904+0000 mon.smithi099 (mon.0) 503 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-24T01:19:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: cluster 2024-01-24T01:19:53.752142+0000 mgr.smithi099.npjflm (mgr.14182) 75 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:19:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: audit 2024-01-24T01:19:54.123688+0000 mon.smithi099 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: cephadm 2024-01-24T01:19:54.125001+0000 mgr.smithi099.npjflm (mgr.14182) 76 : cephadm [INF] Reconfiguring mon.smithi099 (unknown last config time)... 2024-01-24T01:19:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: audit 2024-01-24T01:19:54.125559+0000 mon.smithi099 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:19:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: audit 2024-01-24T01:19:54.127005+0000 mon.smithi099 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:19:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: audit 2024-01-24T01:19:54.128339+0000 mon.smithi099 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:54 smithi099 bash[16312]: cephadm 2024-01-24T01:19:54.129616+0000 mgr.smithi099.npjflm (mgr.14182) 77 : cephadm [INF] Reconfiguring daemon mon.smithi099 on smithi099 2024-01-24T01:19:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:55 smithi099 bash[16312]: cluster 2024-01-24T01:19:54.668472+0000 mon.smithi099 (mon.0) 508 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T01:19:55.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:55 smithi156 bash[19595]: cluster 2024-01-24T01:19:54.668472+0000 mon.smithi099 (mon.0) 508 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T01:19:56.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:56 smithi156 bash[19595]: cluster 2024-01-24T01:19:55.752773+0000 mgr.smithi099.npjflm (mgr.14182) 78 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:19:57.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:56 smithi099 bash[16312]: cluster 2024-01-24T01:19:55.752773+0000 mgr.smithi099.npjflm (mgr.14182) 78 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:19:58.005 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:57 smithi099 bash[16312]: audit 2024-01-24T01:19:56.752376+0000 mon.smithi099 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:58.005 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:57 smithi099 bash[16312]: cephadm 2024-01-24T01:19:56.753712+0000 mgr.smithi099.npjflm (mgr.14182) 79 : cephadm [INF] Reconfiguring mgr.smithi099.npjflm (unknown last config time)... 2024-01-24T01:19:58.005 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:57 smithi099 bash[16312]: audit 2024-01-24T01:19:56.754239+0000 mon.smithi099 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi099.npjflm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:19:58.005 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:57 smithi099 bash[16312]: audit 2024-01-24T01:19:56.755851+0000 mon.smithi099 (mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:19:58.005 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:57 smithi099 bash[16312]: audit 2024-01-24T01:19:56.757004+0000 mon.smithi099 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:58.005 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:57 smithi099 bash[16312]: cephadm 2024-01-24T01:19:56.758245+0000 mgr.smithi099.npjflm (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi099.npjflm on smithi099 2024-01-24T01:19:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:57 smithi156 bash[19595]: audit 2024-01-24T01:19:56.752376+0000 mon.smithi099 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:19:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:57 smithi156 bash[19595]: cephadm 2024-01-24T01:19:56.753712+0000 mgr.smithi099.npjflm (mgr.14182) 79 : cephadm [INF] Reconfiguring mgr.smithi099.npjflm (unknown last config time)... 2024-01-24T01:19:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:57 smithi156 bash[19595]: audit 2024-01-24T01:19:56.754239+0000 mon.smithi099 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi099.npjflm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:19:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:57 smithi156 bash[19595]: audit 2024-01-24T01:19:56.755851+0000 mon.smithi099 (mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:19:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:57 smithi156 bash[19595]: audit 2024-01-24T01:19:56.757004+0000 mon.smithi099 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:19:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:57 smithi156 bash[19595]: cephadm 2024-01-24T01:19:56.758245+0000 mgr.smithi099.npjflm (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi099.npjflm on smithi099 2024-01-24T01:19:58.538 INFO:teuthology.orchestra.run.smithi099.stdout:[client.0] 2024-01-24T01:19:58.539 INFO:teuthology.orchestra.run.smithi099.stdout: key = AQC+ZbBlOfvSHxAAecIAh6rLtzSBfZJRA6W50Q== 2024-01-24T01:19:59.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:58 smithi099 bash[16312]: cluster 2024-01-24T01:19:57.753244+0000 mgr.smithi099.npjflm (mgr.14182) 81 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:19:59.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:58 smithi099 bash[16312]: audit 2024-01-24T01:19:58.533650+0000 mon.smithi099 (mon.0) 513 : audit [INF] from='client.? 172.21.15.99:0/577288294' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:19:59.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:19:58 smithi099 bash[16312]: audit 2024-01-24T01:19:58.538208+0000 mon.smithi099 (mon.0) 514 : audit [INF] from='client.? 172.21.15.99:0/577288294' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T01:19:59.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:58 smithi156 bash[19595]: cluster 2024-01-24T01:19:57.753244+0000 mgr.smithi099.npjflm (mgr.14182) 81 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:19:59.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:58 smithi156 bash[19595]: audit 2024-01-24T01:19:58.533650+0000 mon.smithi099 (mon.0) 513 : audit [INF] from='client.? 172.21.15.99:0/577288294' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:19:59.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:19:58 smithi156 bash[19595]: audit 2024-01-24T01:19:58.538208+0000 mon.smithi099 (mon.0) 514 : audit [INF] from='client.? 172.21.15.99:0/577288294' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T01:19:59.270 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:19:59.270 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-24T01:19:59.270 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-24T01:19:59.288 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T01:20:00.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:00 smithi099 bash[16312]: audit 2024-01-24T01:19:59.090792+0000 mon.smithi099 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:00 smithi099 bash[16312]: cephadm 2024-01-24T01:19:59.092155+0000 mgr.smithi099.npjflm (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi099 (dependencies changed)... 2024-01-24T01:20:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:00 smithi099 bash[16312]: cephadm 2024-01-24T01:19:59.104458+0000 mgr.smithi099.npjflm (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi099 on smithi099 2024-01-24T01:20:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:00 smithi099 bash[16312]: cluster 2024-01-24T01:20:00.000135+0000 mon.smithi099 (mon.0) 516 : cluster [INF] overall HEALTH_OK 2024-01-24T01:20:00.423 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:00 smithi156 bash[19595]: audit 2024-01-24T01:19:59.090792+0000 mon.smithi099 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:00.423 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:00 smithi156 bash[19595]: cephadm 2024-01-24T01:19:59.092155+0000 mgr.smithi099.npjflm (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi099 (dependencies changed)... 2024-01-24T01:20:00.423 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:00 smithi156 bash[19595]: cephadm 2024-01-24T01:19:59.104458+0000 mgr.smithi099.npjflm (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi099 on smithi099 2024-01-24T01:20:00.423 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:00 smithi156 bash[19595]: cluster 2024-01-24T01:20:00.000135+0000 mon.smithi099 (mon.0) 516 : cluster [INF] overall HEALTH_OK 2024-01-24T01:20:01.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:01 smithi099 bash[16312]: cluster 2024-01-24T01:19:59.753796+0000 mgr.smithi099.npjflm (mgr.14182) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:01.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:01 smithi156 bash[19595]: cluster 2024-01-24T01:19:59.753796+0000 mgr.smithi099.npjflm (mgr.14182) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:02.429 INFO:teuthology.orchestra.run.smithi156.stdout:[client.1] 2024-01-24T01:20:02.430 INFO:teuthology.orchestra.run.smithi156.stdout: key = AQDCZbBladgRGRAAhv456LQ+fuJF158RxLYJdA== 2024-01-24T01:20:02.996 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:20:02.996 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-24T01:20:02.996 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-24T01:20:03.015 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T01:20:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:03 smithi099 bash[16312]: cluster 2024-01-24T01:20:01.754421+0000 mgr.smithi099.npjflm (mgr.14182) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:03.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:03 smithi099 bash[16312]: audit 2024-01-24T01:20:02.418458+0000 mon.smithi156 (mon.1) 18 : audit [INF] from='client.? 172.21.15.156:0/1825014040' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:20:03.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:03 smithi099 bash[16312]: audit 2024-01-24T01:20:02.420131+0000 mon.smithi099 (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 *"]}]: dispatch 2024-01-24T01:20:03.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:03 smithi099 bash[16312]: audit 2024-01-24T01:20:02.428595+0000 mon.smithi099 (mon.0) 518 : 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-24T01:20:03.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:03 smithi156 bash[19595]: cluster 2024-01-24T01:20:01.754421+0000 mgr.smithi099.npjflm (mgr.14182) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:03.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:03 smithi156 bash[19595]: audit 2024-01-24T01:20:02.418458+0000 mon.smithi156 (mon.1) 18 : audit [INF] from='client.? 172.21.15.156:0/1825014040' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:20:03.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:03 smithi156 bash[19595]: audit 2024-01-24T01:20:02.420131+0000 mon.smithi099 (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 *"]}]: dispatch 2024-01-24T01:20:03.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:03 smithi156 bash[19595]: audit 2024-01-24T01:20:02.428595+0000 mon.smithi099 (mon.0) 518 : 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-24T01:20:05.010 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:04 smithi099 bash[16312]: audit 2024-01-24T01:20:03.735443+0000 mon.smithi099 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:05.010 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:04 smithi099 bash[16312]: cephadm 2024-01-24T01:20:03.736734+0000 mgr.smithi099.npjflm (mgr.14182) 86 : cephadm [INF] Reconfiguring crash.smithi099 (monmap changed)... 2024-01-24T01:20:05.010 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:04 smithi099 bash[16312]: audit 2024-01-24T01:20:03.737172+0000 mon.smithi099 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi099", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:20:05.010 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:04 smithi099 bash[16312]: audit 2024-01-24T01:20:03.738364+0000 mon.smithi099 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:05.011 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:04 smithi099 bash[16312]: cephadm 2024-01-24T01:20:03.739337+0000 mgr.smithi099.npjflm (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon crash.smithi099 on smithi099 2024-01-24T01:20:05.011 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:04 smithi099 bash[16312]: cluster 2024-01-24T01:20:03.754889+0000 mgr.smithi099.npjflm (mgr.14182) 88 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:04 smithi156 bash[19595]: audit 2024-01-24T01:20:03.735443+0000 mon.smithi099 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:04 smithi156 bash[19595]: cephadm 2024-01-24T01:20:03.736734+0000 mgr.smithi099.npjflm (mgr.14182) 86 : cephadm [INF] Reconfiguring crash.smithi099 (monmap changed)... 2024-01-24T01:20:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:04 smithi156 bash[19595]: audit 2024-01-24T01:20:03.737172+0000 mon.smithi099 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi099", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:20:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:04 smithi156 bash[19595]: audit 2024-01-24T01:20:03.738364+0000 mon.smithi099 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:04 smithi156 bash[19595]: cephadm 2024-01-24T01:20:03.739337+0000 mgr.smithi099.npjflm (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon crash.smithi099 on smithi099 2024-01-24T01:20:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:04 smithi156 bash[19595]: cluster 2024-01-24T01:20:03.754889+0000 mgr.smithi099.npjflm (mgr.14182) 88 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:07.237 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:06 smithi099 bash[16312]: cluster 2024-01-24T01:20:05.755348+0000 mgr.smithi099.npjflm (mgr.14182) 89 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:07.237 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:06 smithi099 bash[16312]: audit 2024-01-24T01:20:05.927075+0000 mon.smithi099 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:07.238 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:06 smithi099 bash[16312]: cephadm 2024-01-24T01:20:05.928508+0000 mgr.smithi099.npjflm (mgr.14182) 90 : cephadm [INF] Reconfiguring grafana.smithi099 (dependencies changed)... 2024-01-24T01:20:07.238 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:06 smithi099 bash[16312]: cephadm 2024-01-24T01:20:05.977909+0000 mgr.smithi099.npjflm (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi099 on smithi099 2024-01-24T01:20:07.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:06 smithi156 bash[19595]: cluster 2024-01-24T01:20:05.755348+0000 mgr.smithi099.npjflm (mgr.14182) 89 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:07.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:06 smithi156 bash[19595]: audit 2024-01-24T01:20:05.927075+0000 mon.smithi099 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:07.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:06 smithi156 bash[19595]: cephadm 2024-01-24T01:20:05.928508+0000 mgr.smithi099.npjflm (mgr.14182) 90 : cephadm [INF] Reconfiguring grafana.smithi099 (dependencies changed)... 2024-01-24T01:20:07.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:06 smithi156 bash[19595]: cephadm 2024-01-24T01:20:05.977909+0000 mgr.smithi099.npjflm (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi099 on smithi099 2024-01-24T01:20:08.244 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:20:09.187 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:08 smithi099 bash[16312]: cluster 2024-01-24T01:20:07.755839+0000 mgr.smithi099.npjflm (mgr.14182) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:09.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:08 smithi156 bash[19595]: cluster 2024-01-24T01:20:07.755839+0000 mgr.smithi099.npjflm (mgr.14182) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:10.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:10 smithi156 bash[19595]: cluster 2024-01-24T01:20:09.756317+0000 mgr.smithi099.npjflm (mgr.14182) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:11.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:10 smithi099 bash[16312]: cluster 2024-01-24T01:20:09.756317+0000 mgr.smithi099.npjflm (mgr.14182) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:12.101 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:20:12.102 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":41,"fsid":"08ead7a2-ba56-11ee-95b1-87774f69a715","created":"2024-01-24T01:15:53.331444+0000","modified":"2024-01-24T01:19:54.654449+0000","last_up_change":"2024-01-24T01:19:52.634432+0000","last_in_change":"2024-01-24T01:19:01.907601+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T01:19:33.717603+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":"4279011b-a486-4af1-bff0-48f4d82487d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6801","nonce":149070213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6803","nonce":149070213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6807","nonce":149070213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6805","nonce":149070213}]},"public_addr":"172.21.15.156:6801/149070213","cluster_addr":"172.21.15.156:6803/149070213","heartbeat_back_addr":"172.21.15.156:6807/149070213","heartbeat_front_addr":"172.21.15.156:6805/149070213","state":["exists","up"]},{"osd":1,"uuid":"ff750ada-77eb-42c6-aa14-e74d3e40987d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6803","nonce":1494067444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6805","nonce":1494067444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6808","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6809","nonce":1494067444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6807","nonce":1494067444}]},"public_addr":"172.21.15.99:6803/1494067444","cluster_addr":"172.21.15.99:6805/1494067444","heartbeat_back_addr":"172.21.15.99:6809/1494067444","heartbeat_front_addr":"172.21.15.99:6807/1494067444","state":["exists","up"]},{"osd":2,"uuid":"e8587bd6-9330-4abd-8d95-f7a604d1f2ae","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.156:6808","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6809","nonce":1154166444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6811","nonce":1154166444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6815","nonce":1154166444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6813","nonce":1154166444}]},"public_addr":"172.21.15.156:6809/1154166444","cluster_addr":"172.21.15.156:6811/1154166444","heartbeat_back_addr":"172.21.15.156:6815/1154166444","heartbeat_front_addr":"172.21.15.156:6813/1154166444","state":["exists","up"]},{"osd":3,"uuid":"9db197ab-d207-4c61-95a6-6e9f26995ad7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6810","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6811","nonce":538055378}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6812","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6813","nonce":538055378}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6816","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6817","nonce":538055378}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6814","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6815","nonce":538055378}]},"public_addr":"172.21.15.99:6811/538055378","cluster_addr":"172.21.15.99:6813/538055378","heartbeat_back_addr":"172.21.15.99:6817/538055378","heartbeat_front_addr":"172.21.15.99:6815/538055378","state":["exists","up"]},{"osd":4,"uuid":"83fe11c2-3f30-481a-8946-be0d48c072bf","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.156:6816","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6817","nonce":1097580051}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6819","nonce":1097580051}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6823","nonce":1097580051}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6821","nonce":1097580051}]},"public_addr":"172.21.15.156:6817/1097580051","cluster_addr":"172.21.15.156:6819/1097580051","heartbeat_back_addr":"172.21.15.156:6823/1097580051","heartbeat_front_addr":"172.21.15.156:6821/1097580051","state":["exists","up"]},{"osd":5,"uuid":"90a9f739-0cf1-46ab-91b2-7cc1b5ecc2d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6818","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6819","nonce":2498462042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6820","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6821","nonce":2498462042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6824","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6825","nonce":2498462042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6822","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6823","nonce":2498462042}]},"public_addr":"172.21.15.99:6819/2498462042","cluster_addr":"172.21.15.99:6821/2498462042","heartbeat_back_addr":"172.21.15.99:6825/2498462042","heartbeat_front_addr":"172.21.15.99:6823/2498462042","state":["exists","up"]},{"osd":6,"uuid":"333fb8af-b622-4009-990c-622ecf81d385","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.156:6824","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6825","nonce":3785348372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6827","nonce":3785348372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6831","nonce":3785348372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6829","nonce":3785348372}]},"public_addr":"172.21.15.156:6825/3785348372","cluster_addr":"172.21.15.156:6827/3785348372","heartbeat_back_addr":"172.21.15.156:6831/3785348372","heartbeat_front_addr":"172.21.15.156:6829/3785348372","state":["exists","up"]},{"osd":7,"uuid":"e8afb47d-4616-4c4c-8443-e5a71c51c9d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6826","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6827","nonce":3389553090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6828","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6829","nonce":3389553090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6832","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6833","nonce":3389553090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6830","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6831","nonce":3389553090}]},"public_addr":"172.21.15.99:6827/3389553090","cluster_addr":"172.21.15.99:6829/3389553090","heartbeat_back_addr":"172.21.15.99:6833/3389553090","heartbeat_front_addr":"172.21.15.99:6831/3389553090","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-24T01:19:23.765275+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-24T01:19:31.870886+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-24T01:19:29.160478+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-24T01:19:38.313362+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-24T01:19:33.966898+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-24T01:19:45.498078+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-24T01:19:37.914451+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-24T01:19:50.876383+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.99:0/3804954221":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/3536299273":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/1266547959":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6801/940711421":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/2650828942":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6801/2006715140":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6800/2006715140":"2024-01-25T01:17:01.827477+0000","172.21.15.99:0/426943039":"2024-01-25T01:16:20.882428+0000","172.21.15.99:6800/2352830089":"2024-01-25T01:16:20.882428+0000","172.21.15.99:0/2925846690":"2024-01-25T01:16:20.882428+0000","172.21.15.99:6800/940711421":"2024-01-25T01:17:57.718652+0000","172.21.15.99:6801/2352830089":"2024-01-25T01:16:20.882428+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-24T01:20:12.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:12 smithi099 bash[16312]: audit 2024-01-24T01:20:11.513025+0000 mon.smithi099 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:12.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:12 smithi099 bash[16312]: cephadm 2024-01-24T01:20:11.514033+0000 mgr.smithi099.npjflm (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi156 (monmap changed)... 2024-01-24T01:20:12.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:12 smithi099 bash[16312]: audit 2024-01-24T01:20:11.514351+0000 mon.smithi099 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:20:12.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:12 smithi099 bash[16312]: audit 2024-01-24T01:20:11.515334+0000 mon.smithi099 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:12.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:12 smithi099 bash[16312]: cephadm 2024-01-24T01:20:11.516086+0000 mgr.smithi099.npjflm (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi156 on smithi156 2024-01-24T01:20:12.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:12 smithi099 bash[16312]: cluster 2024-01-24T01:20:11.756839+0000 mgr.smithi099.npjflm (mgr.14182) 96 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:12.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:12 smithi099 bash[16312]: audit 2024-01-24T01:20:12.099151+0000 mon.smithi099 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.99:0/3488477417' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:20:12.872 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:12 smithi156 bash[19595]: audit 2024-01-24T01:20:11.513025+0000 mon.smithi099 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:12.872 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:12 smithi156 bash[19595]: cephadm 2024-01-24T01:20:11.514033+0000 mgr.smithi099.npjflm (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi156 (monmap changed)... 2024-01-24T01:20:12.872 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:12 smithi156 bash[19595]: audit 2024-01-24T01:20:11.514351+0000 mon.smithi099 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:20:12.872 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:12 smithi156 bash[19595]: audit 2024-01-24T01:20:11.515334+0000 mon.smithi099 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:12.872 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:12 smithi156 bash[19595]: cephadm 2024-01-24T01:20:11.516086+0000 mgr.smithi099.npjflm (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi156 on smithi156 2024-01-24T01:20:12.872 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:12 smithi156 bash[19595]: cluster 2024-01-24T01:20:11.756839+0000 mgr.smithi099.npjflm (mgr.14182) 96 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:12.872 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:12 smithi156 bash[19595]: audit 2024-01-24T01:20:12.099151+0000 mon.smithi099 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.99:0/3488477417' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:20:12.925 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-24T01:19:33.717603+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-24T01:20:12.926 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-24T01:20:14.582 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:14 smithi156 bash[19595]: audit 2024-01-24T01:20:13.409190+0000 mon.smithi099 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:14.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:14 smithi156 bash[19595]: cephadm 2024-01-24T01:20:13.410354+0000 mgr.smithi099.npjflm (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi156.esifnu (monmap changed)... 2024-01-24T01:20:14.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:14 smithi156 bash[19595]: audit 2024-01-24T01:20:13.410756+0000 mon.smithi099 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.esifnu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:20:14.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:14 smithi156 bash[19595]: audit 2024-01-24T01:20:13.411922+0000 mon.smithi099 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:20:14.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:14 smithi156 bash[19595]: audit 2024-01-24T01:20:13.412974+0000 mon.smithi099 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:14.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:14 smithi156 bash[19595]: cephadm 2024-01-24T01:20:13.413922+0000 mgr.smithi099.npjflm (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi156.esifnu on smithi156 2024-01-24T01:20:14.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:14 smithi156 bash[19595]: cluster 2024-01-24T01:20:13.757504+0000 mgr.smithi099.npjflm (mgr.14182) 99 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:14.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:14 smithi099 bash[16312]: audit 2024-01-24T01:20:13.409190+0000 mon.smithi099 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:14.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:14 smithi099 bash[16312]: cephadm 2024-01-24T01:20:13.410354+0000 mgr.smithi099.npjflm (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi156.esifnu (monmap changed)... 2024-01-24T01:20:14.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:14 smithi099 bash[16312]: audit 2024-01-24T01:20:13.410756+0000 mon.smithi099 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.esifnu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:20:14.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:14 smithi099 bash[16312]: audit 2024-01-24T01:20:13.411922+0000 mon.smithi099 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:20:14.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:14 smithi099 bash[16312]: audit 2024-01-24T01:20:13.412974+0000 mon.smithi099 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:14.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:14 smithi099 bash[16312]: cephadm 2024-01-24T01:20:13.413922+0000 mgr.smithi099.npjflm (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi156.esifnu on smithi156 2024-01-24T01:20:14.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:14 smithi099 bash[16312]: cluster 2024-01-24T01:20:13.757504+0000 mgr.smithi099.npjflm (mgr.14182) 99 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:16.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:16 smithi156 bash[19595]: audit 2024-01-24T01:20:15.152384+0000 mon.smithi099 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:16.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:16 smithi156 bash[19595]: cephadm 2024-01-24T01:20:15.154122+0000 mgr.smithi099.npjflm (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi156 (monmap changed)... 2024-01-24T01:20:16.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:16 smithi156 bash[19595]: audit 2024-01-24T01:20:15.154806+0000 mon.smithi099 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:20:16.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:16 smithi156 bash[19595]: audit 2024-01-24T01:20:15.156853+0000 mon.smithi099 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:20:16.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:16 smithi156 bash[19595]: audit 2024-01-24T01:20:15.158596+0000 mon.smithi099 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:16.338 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:16 smithi156 bash[19595]: cephadm 2024-01-24T01:20:15.160066+0000 mgr.smithi099.npjflm (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi156 on smithi156 2024-01-24T01:20:16.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:16 smithi099 bash[16312]: audit 2024-01-24T01:20:15.152384+0000 mon.smithi099 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:16.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:16 smithi099 bash[16312]: cephadm 2024-01-24T01:20:15.154122+0000 mgr.smithi099.npjflm (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi156 (monmap changed)... 2024-01-24T01:20:16.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:16 smithi099 bash[16312]: audit 2024-01-24T01:20:15.154806+0000 mon.smithi099 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:20:16.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:16 smithi099 bash[16312]: audit 2024-01-24T01:20:15.156853+0000 mon.smithi099 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:20:16.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:16 smithi099 bash[16312]: audit 2024-01-24T01:20:15.158596+0000 mon.smithi099 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:16.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:16 smithi099 bash[16312]: cephadm 2024-01-24T01:20:15.160066+0000 mgr.smithi099.npjflm (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi156 on smithi156 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: cluster 2024-01-24T01:20:15.758225+0000 mgr.smithi099.npjflm (mgr.14182) 102 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.921512+0000 mon.smithi099 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.929256+0000 mon.smithi099 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.932388+0000 mon.smithi099 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.941789+0000 mon.smithi099 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.950488+0000 mon.smithi099 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.960644+0000 mon.smithi099 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi099.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T01:20:17.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.969308+0000 mon.smithi099 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.206 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.979366+0000 mon.smithi099 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:20:17.206 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.987390+0000 mon.smithi099 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T01:20:17.206 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:16.997176+0000 mon.smithi099 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.206 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:17 smithi099 bash[16312]: audit 2024-01-24T01:20:17.003655+0000 mon.smithi099 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: cluster 2024-01-24T01:20:15.758225+0000 mgr.smithi099.npjflm (mgr.14182) 102 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.921512+0000 mon.smithi099 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.929256+0000 mon.smithi099 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.932388+0000 mon.smithi099 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.941789+0000 mon.smithi099 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.950488+0000 mon.smithi099 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.960644+0000 mon.smithi099 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi099.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T01:20:17.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.969308+0000 mon.smithi099 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.979366+0000 mon.smithi099 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:20:17.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.987390+0000 mon.smithi099 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T01:20:17.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:16.997176+0000 mon.smithi099 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:17.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:17 smithi156 bash[19595]: audit 2024-01-24T01:20:17.003655+0000 mon.smithi099 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:20:17.772 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:20:18.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:18 smithi156 bash[19595]: audit 2024-01-24T01:20:16.930293+0000 mgr.smithi099.npjflm (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:20:18.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:18 smithi156 bash[19595]: audit 2024-01-24T01:20:16.933335+0000 mgr.smithi099.npjflm (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T01:20:18.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:18 smithi156 bash[19595]: audit 2024-01-24T01:20:16.951490+0000 mgr.smithi099.npjflm (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:20:18.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:18 smithi156 bash[19595]: audit 2024-01-24T01:20:16.961353+0000 mgr.smithi099.npjflm (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi099.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T01:20:18.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:18 smithi156 bash[19595]: audit 2024-01-24T01:20:16.980177+0000 mgr.smithi099.npjflm (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:20:18.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:18 smithi156 bash[19595]: audit 2024-01-24T01:20:16.987971+0000 mgr.smithi099.npjflm (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T01:20:18.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:18 smithi099 bash[16312]: audit 2024-01-24T01:20:16.930293+0000 mgr.smithi099.npjflm (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:20:18.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:18 smithi099 bash[16312]: audit 2024-01-24T01:20:16.933335+0000 mgr.smithi099.npjflm (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T01:20:18.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:18 smithi099 bash[16312]: audit 2024-01-24T01:20:16.951490+0000 mgr.smithi099.npjflm (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:20:18.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:18 smithi099 bash[16312]: audit 2024-01-24T01:20:16.961353+0000 mgr.smithi099.npjflm (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi099.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T01:20:18.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:18 smithi099 bash[16312]: audit 2024-01-24T01:20:16.980177+0000 mgr.smithi099.npjflm (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:20:18.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:18 smithi099 bash[16312]: audit 2024-01-24T01:20:16.987971+0000 mgr.smithi099.npjflm (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T01:20:19.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:19 smithi156 bash[19595]: cluster 2024-01-24T01:20:17.758897+0000 mgr.smithi099.npjflm (mgr.14182) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:19.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:19 smithi099 bash[16312]: cluster 2024-01-24T01:20:17.758897+0000 mgr.smithi099.npjflm (mgr.14182) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:20.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:20 smithi099 bash[16312]: cluster 2024-01-24T01:20:19.759457+0000 mgr.smithi099.npjflm (mgr.14182) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:20.884 INFO:teuthology.orchestra.run.smithi099.stdout:pg_num: 1 2024-01-24T01:20:20.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:20 smithi156 bash[19595]: cluster 2024-01-24T01:20:19.759457+0000 mgr.smithi099.npjflm (mgr.14182) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:21.515 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-24T01:20:21.515 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-24T01:20:21.515 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph mgr dump --format=json 2024-01-24T01:20:21.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:21 smithi099 bash[16312]: audit 2024-01-24T01:20:20.883950+0000 mon.smithi099 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.99:0/695428845' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T01:20:21.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:21 smithi156 bash[19595]: audit 2024-01-24T01:20:20.883950+0000 mon.smithi099 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.99:0/695428845' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T01:20:23.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:22 smithi156 bash[19595]: cluster 2024-01-24T01:20:21.759824+0000 mgr.smithi099.npjflm (mgr.14182) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:23.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:22 smithi156 bash[19595]: audit 2024-01-24T01:20:21.969612+0000 mon.smithi099 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:23.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:22 smithi156 bash[19595]: audit 2024-01-24T01:20:22.867505+0000 mon.smithi099 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:22 smithi099 bash[16312]: cluster 2024-01-24T01:20:21.759824+0000 mgr.smithi099.npjflm (mgr.14182) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:22 smithi099 bash[16312]: audit 2024-01-24T01:20:21.969612+0000 mon.smithi099 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:22 smithi099 bash[16312]: audit 2024-01-24T01:20:22.867505+0000 mon.smithi099 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:25.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:24 smithi156 bash[19595]: cluster 2024-01-24T01:20:23.760366+0000 mgr.smithi099.npjflm (mgr.14182) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:24 smithi099 bash[16312]: cluster 2024-01-24T01:20:23.760366+0000 mgr.smithi099.npjflm (mgr.14182) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:26.379 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:20:27.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:26 smithi156 bash[19595]: cluster 2024-01-24T01:20:25.761089+0000 mgr.smithi099.npjflm (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:26 smithi099 bash[16312]: cluster 2024-01-24T01:20:25.761089+0000 mgr.smithi099.npjflm (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:29.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:28 smithi156 bash[19595]: cluster 2024-01-24T01:20:27.761776+0000 mgr.smithi099.npjflm (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:28 smithi099 bash[16312]: cluster 2024-01-24T01:20:27.761776+0000 mgr.smithi099.npjflm (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:30.542 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:20:30.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:30 smithi156 bash[19595]: cluster 2024-01-24T01:20:29.762393+0000 mgr.smithi099.npjflm (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:30.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:30 smithi156 bash[19595]: audit 2024-01-24T01:20:30.533645+0000 mon.smithi099 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.99:0/2426579425' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T01:20:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:30 smithi099 bash[16312]: cluster 2024-01-24T01:20:29.762393+0000 mgr.smithi099.npjflm (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:30 smithi099 bash[16312]: audit 2024-01-24T01:20:30.533645+0000 mon.smithi099 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.99:0/2426579425' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T01:20:31.221 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi099.npjflm","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6800","nonce":2806394056},{"type":"v1","addr":"172.21.15.99:6801","nonce":2806394056}]},"active_addr":"172.21.15.99:6801/2806394056","active_change":"2024-01-24T01:17:57.718821+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi156.esifnu","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.99:8443/","prometheus":"http://172.21.15.99: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.99:0","nonce":3252154044}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.99:0","nonce":1825211144}]}]} 2024-01-24T01:20:31.225 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-24T01:20:31.225 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-24T01:20:31.225 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: cluster 2024-01-24T01:20:31.763053+0000 mgr.smithi099.npjflm (mgr.14182) 116 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.329206+0000 mon.smithi099 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.476453+0000 mon.smithi099 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.620886+0000 mon.smithi099 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.622418+0000 mon.smithi099 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.623775+0000 mon.smithi099 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.625105+0000 mon.smithi099 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.633314+0000 mon.smithi099 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.785497+0000 mon.smithi099 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.787473+0000 mon.smithi099 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.788701+0000 mon.smithi099 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.789830+0000 mon.smithi099 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.790962+0000 mon.smithi099 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.797883+0000 mon.smithi099 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.799709+0000 mon.smithi099 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.801131+0000 mon.smithi099 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:20:33.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:32 smithi099 bash[16312]: audit 2024-01-24T01:20:32.809562+0000 mon.smithi099 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: cluster 2024-01-24T01:20:31.763053+0000 mgr.smithi099.npjflm (mgr.14182) 116 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.329206+0000 mon.smithi099 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.476453+0000 mon.smithi099 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.620886+0000 mon.smithi099 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.622418+0000 mon.smithi099 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.623775+0000 mon.smithi099 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.625105+0000 mon.smithi099 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.633314+0000 mon.smithi099 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.785497+0000 mon.smithi099 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.787473+0000 mon.smithi099 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.788701+0000 mon.smithi099 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.789830+0000 mon.smithi099 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.790962+0000 mon.smithi099 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.797883+0000 mon.smithi099 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.799709+0000 mon.smithi099 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.801131+0000 mon.smithi099 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:20:33.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:32 smithi156 bash[19595]: audit 2024-01-24T01:20:32.809562+0000 mon.smithi099 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: cephadm 2024-01-24T01:20:32.316414+0000 mgr.smithi099.npjflm (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi156 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: cephadm 2024-01-24T01:20:32.466867+0000 mgr.smithi099.npjflm (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi099 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: cephadm 2024-01-24T01:20:32.626191+0000 mgr.smithi099.npjflm (mgr.14182) 119 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 3785M 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: cephadm 2024-01-24T01:20:32.791916+0000 mgr.smithi099.npjflm (mgr.14182) 120 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 3529M 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: audit 2024-01-24T01:20:32.817890+0000 mon.smithi099 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: audit 2024-01-24T01:20:32.825537+0000 mon.smithi099 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: audit 2024-01-24T01:20:32.828429+0000 mon.smithi099 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: audit 2024-01-24T01:20:32.829300+0000 mon.smithi099 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:34.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:33 smithi099 bash[16312]: audit 2024-01-24T01:20:32.829670+0000 mon.smithi099 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: cephadm 2024-01-24T01:20:32.316414+0000 mgr.smithi099.npjflm (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi156 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: cephadm 2024-01-24T01:20:32.466867+0000 mgr.smithi099.npjflm (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi099 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: cephadm 2024-01-24T01:20:32.626191+0000 mgr.smithi099.npjflm (mgr.14182) 119 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 3785M 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: cephadm 2024-01-24T01:20:32.791916+0000 mgr.smithi099.npjflm (mgr.14182) 120 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 3529M 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: audit 2024-01-24T01:20:32.817890+0000 mon.smithi099 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: audit 2024-01-24T01:20:32.825537+0000 mon.smithi099 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: audit 2024-01-24T01:20:32.828429+0000 mon.smithi099 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: audit 2024-01-24T01:20:32.829300+0000 mon.smithi099 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:34.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:33 smithi156 bash[19595]: audit 2024-01-24T01:20:32.829670+0000 mon.smithi099 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:20:35.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:34 smithi099 bash[16312]: cluster 2024-01-24T01:20:33.763621+0000 mgr.smithi099.npjflm (mgr.14182) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:35.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:34 smithi156 bash[19595]: cluster 2024-01-24T01:20:33.763621+0000 mgr.smithi099.npjflm (mgr.14182) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:36.064 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:20:37.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:36 smithi099 bash[16312]: cluster 2024-01-24T01:20:35.764169+0000 mgr.smithi099.npjflm (mgr.14182) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:37.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:36 smithi156 bash[19595]: cluster 2024-01-24T01:20:35.764169+0000 mgr.smithi099.npjflm (mgr.14182) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:38.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:38 smithi156 bash[19595]: cluster 2024-01-24T01:20:37.764830+0000 mgr.smithi099.npjflm (mgr.14182) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:39.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:38 smithi099 bash[16312]: cluster 2024-01-24T01:20:37.764830+0000 mgr.smithi099.npjflm (mgr.14182) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:40.060 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:20:40.060 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":41,"fsid":"08ead7a2-ba56-11ee-95b1-87774f69a715","created":"2024-01-24T01:15:53.331444+0000","modified":"2024-01-24T01:19:54.654449+0000","last_up_change":"2024-01-24T01:19:52.634432+0000","last_in_change":"2024-01-24T01:19:01.907601+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T01:19:33.717603+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":"4279011b-a486-4af1-bff0-48f4d82487d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6801","nonce":149070213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6803","nonce":149070213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6807","nonce":149070213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6805","nonce":149070213}]},"public_addr":"172.21.15.156:6801/149070213","cluster_addr":"172.21.15.156:6803/149070213","heartbeat_back_addr":"172.21.15.156:6807/149070213","heartbeat_front_addr":"172.21.15.156:6805/149070213","state":["exists","up"]},{"osd":1,"uuid":"ff750ada-77eb-42c6-aa14-e74d3e40987d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6803","nonce":1494067444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6805","nonce":1494067444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6808","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6809","nonce":1494067444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6807","nonce":1494067444}]},"public_addr":"172.21.15.99:6803/1494067444","cluster_addr":"172.21.15.99:6805/1494067444","heartbeat_back_addr":"172.21.15.99:6809/1494067444","heartbeat_front_addr":"172.21.15.99:6807/1494067444","state":["exists","up"]},{"osd":2,"uuid":"e8587bd6-9330-4abd-8d95-f7a604d1f2ae","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.156:6808","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6809","nonce":1154166444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6811","nonce":1154166444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6815","nonce":1154166444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6813","nonce":1154166444}]},"public_addr":"172.21.15.156:6809/1154166444","cluster_addr":"172.21.15.156:6811/1154166444","heartbeat_back_addr":"172.21.15.156:6815/1154166444","heartbeat_front_addr":"172.21.15.156:6813/1154166444","state":["exists","up"]},{"osd":3,"uuid":"9db197ab-d207-4c61-95a6-6e9f26995ad7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6810","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6811","nonce":538055378}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6812","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6813","nonce":538055378}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6816","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6817","nonce":538055378}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6814","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6815","nonce":538055378}]},"public_addr":"172.21.15.99:6811/538055378","cluster_addr":"172.21.15.99:6813/538055378","heartbeat_back_addr":"172.21.15.99:6817/538055378","heartbeat_front_addr":"172.21.15.99:6815/538055378","state":["exists","up"]},{"osd":4,"uuid":"83fe11c2-3f30-481a-8946-be0d48c072bf","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.156:6816","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6817","nonce":1097580051}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6819","nonce":1097580051}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6823","nonce":1097580051}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6821","nonce":1097580051}]},"public_addr":"172.21.15.156:6817/1097580051","cluster_addr":"172.21.15.156:6819/1097580051","heartbeat_back_addr":"172.21.15.156:6823/1097580051","heartbeat_front_addr":"172.21.15.156:6821/1097580051","state":["exists","up"]},{"osd":5,"uuid":"90a9f739-0cf1-46ab-91b2-7cc1b5ecc2d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6818","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6819","nonce":2498462042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6820","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6821","nonce":2498462042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6824","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6825","nonce":2498462042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6822","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6823","nonce":2498462042}]},"public_addr":"172.21.15.99:6819/2498462042","cluster_addr":"172.21.15.99:6821/2498462042","heartbeat_back_addr":"172.21.15.99:6825/2498462042","heartbeat_front_addr":"172.21.15.99:6823/2498462042","state":["exists","up"]},{"osd":6,"uuid":"333fb8af-b622-4009-990c-622ecf81d385","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.156:6824","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6825","nonce":3785348372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6827","nonce":3785348372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6831","nonce":3785348372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6829","nonce":3785348372}]},"public_addr":"172.21.15.156:6825/3785348372","cluster_addr":"172.21.15.156:6827/3785348372","heartbeat_back_addr":"172.21.15.156:6831/3785348372","heartbeat_front_addr":"172.21.15.156:6829/3785348372","state":["exists","up"]},{"osd":7,"uuid":"e8afb47d-4616-4c4c-8443-e5a71c51c9d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6826","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6827","nonce":3389553090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6828","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6829","nonce":3389553090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6832","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6833","nonce":3389553090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6830","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6831","nonce":3389553090}]},"public_addr":"172.21.15.99:6827/3389553090","cluster_addr":"172.21.15.99:6829/3389553090","heartbeat_back_addr":"172.21.15.99:6833/3389553090","heartbeat_front_addr":"172.21.15.99:6831/3389553090","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-24T01:19:23.765275+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-24T01:19:31.870886+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-24T01:19:29.160478+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-24T01:19:38.313362+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-24T01:19:33.966898+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-24T01:19:45.498078+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-24T01:19:37.914451+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-24T01:19:50.876383+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.99:0/3804954221":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/3536299273":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/1266547959":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6801/940711421":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/2650828942":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6801/2006715140":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6800/2006715140":"2024-01-25T01:17:01.827477+0000","172.21.15.99:0/426943039":"2024-01-25T01:16:20.882428+0000","172.21.15.99:6800/2352830089":"2024-01-25T01:16:20.882428+0000","172.21.15.99:0/2925846690":"2024-01-25T01:16:20.882428+0000","172.21.15.99:6800/940711421":"2024-01-25T01:17:57.718652+0000","172.21.15.99:6801/2352830089":"2024-01-25T01:16:20.882428+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-24T01:20:40.974 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:40 smithi099 bash[16312]: cluster 2024-01-24T01:20:39.765435+0000 mgr.smithi099.npjflm (mgr.14182) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:40.975 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:40 smithi099 bash[16312]: audit 2024-01-24T01:20:40.058043+0000 mon.smithi099 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.99:0/1008645159' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:20:40.976 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-24T01:20:40.976 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T01:20:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:40 smithi156 bash[19595]: cluster 2024-01-24T01:20:39.765435+0000 mgr.smithi099.npjflm (mgr.14182) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:40 smithi156 bash[19595]: audit 2024-01-24T01:20:40.058043+0000 mon.smithi099 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.99:0/1008645159' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:20:43.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:42 smithi099 bash[16312]: cluster 2024-01-24T01:20:41.765931+0000 mgr.smithi099.npjflm (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:43.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:42 smithi156 bash[19595]: cluster 2024-01-24T01:20:41.765931+0000 mgr.smithi099.npjflm (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:44 smithi099 bash[16312]: cluster 2024-01-24T01:20:43.766496+0000 mgr.smithi099.npjflm (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:45.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:44 smithi156 bash[19595]: cluster 2024-01-24T01:20:43.766496+0000 mgr.smithi099.npjflm (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:46.321 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:20:47.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:46 smithi099 bash[16312]: cluster 2024-01-24T01:20:45.767108+0000 mgr.smithi099.npjflm (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:47.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:46 smithi156 bash[19595]: cluster 2024-01-24T01:20:45.767108+0000 mgr.smithi099.npjflm (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:49.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:48 smithi099 bash[16312]: cluster 2024-01-24T01:20:47.767688+0000 mgr.smithi099.npjflm (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:49.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:48 smithi156 bash[19595]: cluster 2024-01-24T01:20:47.767688+0000 mgr.smithi099.npjflm (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:50.271 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:20:50.271 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":41,"fsid":"08ead7a2-ba56-11ee-95b1-87774f69a715","created":"2024-01-24T01:15:53.331444+0000","modified":"2024-01-24T01:19:54.654449+0000","last_up_change":"2024-01-24T01:19:52.634432+0000","last_in_change":"2024-01-24T01:19:01.907601+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T01:19:33.717603+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":"4279011b-a486-4af1-bff0-48f4d82487d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6801","nonce":149070213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6803","nonce":149070213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6807","nonce":149070213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":149070213},{"type":"v1","addr":"172.21.15.156:6805","nonce":149070213}]},"public_addr":"172.21.15.156:6801/149070213","cluster_addr":"172.21.15.156:6803/149070213","heartbeat_back_addr":"172.21.15.156:6807/149070213","heartbeat_front_addr":"172.21.15.156:6805/149070213","state":["exists","up"]},{"osd":1,"uuid":"ff750ada-77eb-42c6-aa14-e74d3e40987d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6803","nonce":1494067444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6805","nonce":1494067444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6808","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6809","nonce":1494067444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":1494067444},{"type":"v1","addr":"172.21.15.99:6807","nonce":1494067444}]},"public_addr":"172.21.15.99:6803/1494067444","cluster_addr":"172.21.15.99:6805/1494067444","heartbeat_back_addr":"172.21.15.99:6809/1494067444","heartbeat_front_addr":"172.21.15.99:6807/1494067444","state":["exists","up"]},{"osd":2,"uuid":"e8587bd6-9330-4abd-8d95-f7a604d1f2ae","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.156:6808","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6809","nonce":1154166444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6811","nonce":1154166444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6815","nonce":1154166444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1154166444},{"type":"v1","addr":"172.21.15.156:6813","nonce":1154166444}]},"public_addr":"172.21.15.156:6809/1154166444","cluster_addr":"172.21.15.156:6811/1154166444","heartbeat_back_addr":"172.21.15.156:6815/1154166444","heartbeat_front_addr":"172.21.15.156:6813/1154166444","state":["exists","up"]},{"osd":3,"uuid":"9db197ab-d207-4c61-95a6-6e9f26995ad7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6810","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6811","nonce":538055378}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6812","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6813","nonce":538055378}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6816","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6817","nonce":538055378}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6814","nonce":538055378},{"type":"v1","addr":"172.21.15.99:6815","nonce":538055378}]},"public_addr":"172.21.15.99:6811/538055378","cluster_addr":"172.21.15.99:6813/538055378","heartbeat_back_addr":"172.21.15.99:6817/538055378","heartbeat_front_addr":"172.21.15.99:6815/538055378","state":["exists","up"]},{"osd":4,"uuid":"83fe11c2-3f30-481a-8946-be0d48c072bf","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.156:6816","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6817","nonce":1097580051}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6819","nonce":1097580051}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6823","nonce":1097580051}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":1097580051},{"type":"v1","addr":"172.21.15.156:6821","nonce":1097580051}]},"public_addr":"172.21.15.156:6817/1097580051","cluster_addr":"172.21.15.156:6819/1097580051","heartbeat_back_addr":"172.21.15.156:6823/1097580051","heartbeat_front_addr":"172.21.15.156:6821/1097580051","state":["exists","up"]},{"osd":5,"uuid":"90a9f739-0cf1-46ab-91b2-7cc1b5ecc2d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6818","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6819","nonce":2498462042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6820","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6821","nonce":2498462042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6824","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6825","nonce":2498462042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6822","nonce":2498462042},{"type":"v1","addr":"172.21.15.99:6823","nonce":2498462042}]},"public_addr":"172.21.15.99:6819/2498462042","cluster_addr":"172.21.15.99:6821/2498462042","heartbeat_back_addr":"172.21.15.99:6825/2498462042","heartbeat_front_addr":"172.21.15.99:6823/2498462042","state":["exists","up"]},{"osd":6,"uuid":"333fb8af-b622-4009-990c-622ecf81d385","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.156:6824","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6825","nonce":3785348372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6827","nonce":3785348372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6831","nonce":3785348372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":3785348372},{"type":"v1","addr":"172.21.15.156:6829","nonce":3785348372}]},"public_addr":"172.21.15.156:6825/3785348372","cluster_addr":"172.21.15.156:6827/3785348372","heartbeat_back_addr":"172.21.15.156:6831/3785348372","heartbeat_front_addr":"172.21.15.156:6829/3785348372","state":["exists","up"]},{"osd":7,"uuid":"e8afb47d-4616-4c4c-8443-e5a71c51c9d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6826","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6827","nonce":3389553090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6828","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6829","nonce":3389553090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6832","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6833","nonce":3389553090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6830","nonce":3389553090},{"type":"v1","addr":"172.21.15.99:6831","nonce":3389553090}]},"public_addr":"172.21.15.99:6827/3389553090","cluster_addr":"172.21.15.99:6829/3389553090","heartbeat_back_addr":"172.21.15.99:6833/3389553090","heartbeat_front_addr":"172.21.15.99:6831/3389553090","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-24T01:19:23.765275+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-24T01:19:31.870886+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-24T01:19:29.160478+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-24T01:19:38.313362+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-24T01:19:33.966898+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-24T01:19:45.498078+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-24T01:19:37.914451+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-24T01:19:50.876383+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.99:0/3804954221":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/3536299273":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/1266547959":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6801/940711421":"2024-01-25T01:17:57.718652+0000","172.21.15.99:0/2650828942":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6801/2006715140":"2024-01-25T01:17:01.827477+0000","172.21.15.99:6800/2006715140":"2024-01-25T01:17:01.827477+0000","172.21.15.99:0/426943039":"2024-01-25T01:16:20.882428+0000","172.21.15.99:6800/2352830089":"2024-01-25T01:16:20.882428+0000","172.21.15.99:0/2925846690":"2024-01-25T01:16:20.882428+0000","172.21.15.99:6800/940711421":"2024-01-25T01:17:57.718652+0000","172.21.15.99:6801/2352830089":"2024-01-25T01:16:20.882428+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-24T01:20:50.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:50 smithi156 bash[19595]: cluster 2024-01-24T01:20:49.768281+0000 mgr.smithi099.npjflm (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:50 smithi156 bash[19595]: audit 2024-01-24T01:20:50.269183+0000 mon.smithi099 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.99:0/458675549' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:20:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:50 smithi099 bash[16312]: cluster 2024-01-24T01:20:49.768281+0000 mgr.smithi099.npjflm (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:51.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:50 smithi099 bash[16312]: audit 2024-01-24T01:20:50.269183+0000 mon.smithi099 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.99:0/458675549' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:20:51.210 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-24T01:20:53.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:52 smithi099 bash[16312]: cluster 2024-01-24T01:20:51.768729+0000 mgr.smithi099.npjflm (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:53.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:52 smithi156 bash[19595]: cluster 2024-01-24T01:20:51.768729+0000 mgr.smithi099.npjflm (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:55.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:54 smithi099 bash[16312]: cluster 2024-01-24T01:20:53.769327+0000 mgr.smithi099.npjflm (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:55.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:54 smithi156 bash[19595]: cluster 2024-01-24T01:20:53.769327+0000 mgr.smithi099.npjflm (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:56.050 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:20:57.091 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:56 smithi156 bash[19595]: cluster 2024-01-24T01:20:55.769973+0000 mgr.smithi099.npjflm (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:57.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:56 smithi099 bash[16312]: cluster 2024-01-24T01:20:55.769973+0000 mgr.smithi099.npjflm (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:59.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:58 smithi099 bash[16312]: cluster 2024-01-24T01:20:57.770548+0000 mgr.smithi099.npjflm (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:59.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:20:58 smithi099 bash[16312]: audit 2024-01-24T01:20:58.485349+0000 mon.smithi099 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:20:59.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:58 smithi156 bash[19595]: cluster 2024-01-24T01:20:57.770548+0000 mgr.smithi099.npjflm (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:20:59.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:20:58 smithi156 bash[19595]: audit 2024-01-24T01:20:58.485349+0000 mon.smithi099 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:00.921 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:00 smithi099 bash[16312]: cluster 2024-01-24T01:20:59.771242+0000 mgr.smithi099.npjflm (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:00.922 INFO:teuthology.orchestra.run.smithi099.stdout:68719476758 2024-01-24T01:21:00.922 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-24T01:21:00.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:00 smithi156 bash[19595]: cluster 2024-01-24T01:20:59.771242+0000 mgr.smithi099.npjflm (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:03.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:02 smithi099 bash[16312]: cluster 2024-01-24T01:21:01.771899+0000 mgr.smithi099.npjflm (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:03.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:02 smithi099 bash[16312]: audit 2024-01-24T01:21:02.394391+0000 mon.smithi099 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:03.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:02 smithi099 bash[16312]: audit 2024-01-24T01:21:02.400108+0000 mon.smithi099 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:21:03.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:02 smithi156 bash[19595]: cluster 2024-01-24T01:21:01.771899+0000 mgr.smithi099.npjflm (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:03.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:02 smithi156 bash[19595]: audit 2024-01-24T01:21:02.394391+0000 mon.smithi099 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:03.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:02 smithi156 bash[19595]: audit 2024-01-24T01:21:02.400108+0000 mon.smithi099 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:21:05.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:04 smithi099 bash[16312]: cluster 2024-01-24T01:21:03.772534+0000 mgr.smithi099.npjflm (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:05.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:04 smithi156 bash[19595]: cluster 2024-01-24T01:21:03.772534+0000 mgr.smithi099.npjflm (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:05.931 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:21:07.017 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:06 smithi099 bash[16312]: cluster 2024-01-24T01:21:05.773188+0000 mgr.smithi099.npjflm (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:07.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:06 smithi156 bash[19595]: cluster 2024-01-24T01:21:05.773188+0000 mgr.smithi099.npjflm (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:09.228 INFO:teuthology.orchestra.run.smithi099.stdout:98784247829 2024-01-24T01:21:09.229 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-24T01:21:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:09 smithi099 bash[16312]: cluster 2024-01-24T01:21:07.773660+0000 mgr.smithi099.npjflm (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:09 smithi099 bash[16312]: audit 2024-01-24T01:21:08.245685+0000 mon.smithi099 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:09 smithi099 bash[16312]: audit 2024-01-24T01:21:08.253209+0000 mon.smithi099 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:09 smithi099 bash[16312]: audit 2024-01-24T01:21:08.254622+0000 mon.smithi099 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:21:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:09 smithi099 bash[16312]: audit 2024-01-24T01:21:08.255655+0000 mon.smithi099 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:21:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:09 smithi099 bash[16312]: audit 2024-01-24T01:21:08.261342+0000 mon.smithi099 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:09 smithi099 bash[16312]: audit 2024-01-24T01:21:08.268972+0000 mon.smithi099 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:21:09.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:09 smithi156 bash[19595]: cluster 2024-01-24T01:21:07.773660+0000 mgr.smithi099.npjflm (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:09.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:09 smithi156 bash[19595]: audit 2024-01-24T01:21:08.245685+0000 mon.smithi099 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:09.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:09 smithi156 bash[19595]: audit 2024-01-24T01:21:08.253209+0000 mon.smithi099 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:09.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:09 smithi156 bash[19595]: audit 2024-01-24T01:21:08.254622+0000 mon.smithi099 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:21:09.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:09 smithi156 bash[19595]: audit 2024-01-24T01:21:08.255655+0000 mon.smithi099 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:21:09.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:09 smithi156 bash[19595]: audit 2024-01-24T01:21:08.261342+0000 mon.smithi099 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:21:09.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:09 smithi156 bash[19595]: audit 2024-01-24T01:21:08.268972+0000 mon.smithi099 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:21:10.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:10 smithi156 bash[19595]: cluster 2024-01-24T01:21:09.774322+0000 mgr.smithi099.npjflm (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:11.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:10 smithi099 bash[16312]: cluster 2024-01-24T01:21:09.774322+0000 mgr.smithi099.npjflm (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:13.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:12 smithi099 bash[16312]: cluster 2024-01-24T01:21:11.774991+0000 mgr.smithi099.npjflm (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:13.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:12 smithi156 bash[19595]: cluster 2024-01-24T01:21:11.774991+0000 mgr.smithi099.npjflm (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:14.069 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:21:15.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:14 smithi099 bash[16312]: cluster 2024-01-24T01:21:13.775593+0000 mgr.smithi099.npjflm (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:15.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:14 smithi156 bash[19595]: cluster 2024-01-24T01:21:13.775593+0000 mgr.smithi099.npjflm (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:17.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:16 smithi099 bash[16312]: cluster 2024-01-24T01:21:15.776140+0000 mgr.smithi099.npjflm (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:17.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:16 smithi156 bash[19595]: cluster 2024-01-24T01:21:15.776140+0000 mgr.smithi099.npjflm (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:17.366 INFO:teuthology.orchestra.run.smithi099.stdout:85899345945 2024-01-24T01:21:17.366 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-24T01:21:19.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:18 smithi099 bash[16312]: cluster 2024-01-24T01:21:17.776680+0000 mgr.smithi099.npjflm (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:19.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:18 smithi156 bash[19595]: cluster 2024-01-24T01:21:17.776680+0000 mgr.smithi099.npjflm (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:20.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:20 smithi156 bash[19595]: cluster 2024-01-24T01:21:19.777291+0000 mgr.smithi099.npjflm (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:20 smithi099 bash[16312]: cluster 2024-01-24T01:21:19.777291+0000 mgr.smithi099.npjflm (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:22.203 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:21:23.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:22 smithi099 bash[16312]: cluster 2024-01-24T01:21:21.777948+0000 mgr.smithi099.npjflm (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:23.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:22 smithi156 bash[19595]: cluster 2024-01-24T01:21:21.777948+0000 mgr.smithi099.npjflm (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:24.931 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:24 smithi099 bash[16312]: cluster 2024-01-24T01:21:23.778572+0000 mgr.smithi099.npjflm (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:25.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:24 smithi156 bash[19595]: cluster 2024-01-24T01:21:23.778572+0000 mgr.smithi099.npjflm (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:25.561 INFO:teuthology.orchestra.run.smithi099.stdout:128849018902 2024-01-24T01:21:25.562 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-24T01:21:27.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:26 smithi099 bash[16312]: cluster 2024-01-24T01:21:25.779114+0000 mgr.smithi099.npjflm (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:27.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:26 smithi156 bash[19595]: cluster 2024-01-24T01:21:25.779114+0000 mgr.smithi099.npjflm (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:29.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:28 smithi156 bash[19595]: cluster 2024-01-24T01:21:27.779794+0000 mgr.smithi099.npjflm (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:28 smithi099 bash[16312]: cluster 2024-01-24T01:21:27.779794+0000 mgr.smithi099.npjflm (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:30.398 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:21:30.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:30 smithi156 bash[19595]: cluster 2024-01-24T01:21:29.780442+0000 mgr.smithi099.npjflm (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:30 smithi099 bash[16312]: cluster 2024-01-24T01:21:29.780442+0000 mgr.smithi099.npjflm (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:33.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:32 smithi099 bash[16312]: cluster 2024-01-24T01:21:31.781077+0000 mgr.smithi099.npjflm (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:33.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:32 smithi156 bash[19595]: cluster 2024-01-24T01:21:31.781077+0000 mgr.smithi099.npjflm (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:33.952 INFO:teuthology.orchestra.run.smithi099.stdout:107374182426 2024-01-24T01:21:33.953 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-24T01:21:35.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:34 smithi099 bash[16312]: cluster 2024-01-24T01:21:33.781542+0000 mgr.smithi099.npjflm (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:35.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:34 smithi156 bash[19595]: cluster 2024-01-24T01:21:33.781542+0000 mgr.smithi099.npjflm (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:37.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:36 smithi156 bash[19595]: cluster 2024-01-24T01:21:35.782095+0000 mgr.smithi099.npjflm (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:36 smithi099 bash[16312]: cluster 2024-01-24T01:21:35.782095+0000 mgr.smithi099.npjflm (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:38.788 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:21:39.237 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:38 smithi156 bash[19595]: cluster 2024-01-24T01:21:37.782668+0000 mgr.smithi099.npjflm (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:39.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:38 smithi099 bash[16312]: cluster 2024-01-24T01:21:37.782668+0000 mgr.smithi099.npjflm (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:40 smithi156 bash[19595]: cluster 2024-01-24T01:21:39.783097+0000 mgr.smithi099.npjflm (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:41.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:40 smithi099 bash[16312]: cluster 2024-01-24T01:21:39.783097+0000 mgr.smithi099.npjflm (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:42.576 INFO:teuthology.orchestra.run.smithi099.stdout:150323855385 2024-01-24T01:21:42.576 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-24T01:21:43.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:42 smithi099 bash[16312]: cluster 2024-01-24T01:21:41.783537+0000 mgr.smithi099.npjflm (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:43.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:42 smithi156 bash[19595]: cluster 2024-01-24T01:21:41.783537+0000 mgr.smithi099.npjflm (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:44 smithi099 bash[16312]: cluster 2024-01-24T01:21:43.784062+0000 mgr.smithi099.npjflm (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:45.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:44 smithi156 bash[19595]: cluster 2024-01-24T01:21:43.784062+0000 mgr.smithi099.npjflm (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:47.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:46 smithi156 bash[19595]: cluster 2024-01-24T01:21:45.784804+0000 mgr.smithi099.npjflm (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:47.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:46 smithi099 bash[16312]: cluster 2024-01-24T01:21:45.784804+0000 mgr.smithi099.npjflm (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:47.402 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:21:49.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:48 smithi156 bash[19595]: cluster 2024-01-24T01:21:47.785388+0000 mgr.smithi099.npjflm (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:48 smithi099 bash[16312]: cluster 2024-01-24T01:21:47.785388+0000 mgr.smithi099.npjflm (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:50.703 INFO:teuthology.orchestra.run.smithi099.stdout:124554051613 2024-01-24T01:21:50.703 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-24T01:21:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:50 smithi156 bash[19595]: cluster 2024-01-24T01:21:49.786126+0000 mgr.smithi099.npjflm (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:50 smithi099 bash[16312]: cluster 2024-01-24T01:21:49.786126+0000 mgr.smithi099.npjflm (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:53.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:52 smithi099 bash[16312]: cluster 2024-01-24T01:21:51.786716+0000 mgr.smithi099.npjflm (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:53.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:52 smithi156 bash[19595]: cluster 2024-01-24T01:21:51.786716+0000 mgr.smithi099.npjflm (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:55.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:54 smithi156 bash[19595]: cluster 2024-01-24T01:21:53.787312+0000 mgr.smithi099.npjflm (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:55.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:54 smithi099 bash[16312]: cluster 2024-01-24T01:21:53.787312+0000 mgr.smithi099.npjflm (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:55.544 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:21:57.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:56 smithi099 bash[16312]: cluster 2024-01-24T01:21:55.787937+0000 mgr.smithi099.npjflm (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:57.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:56 smithi156 bash[19595]: cluster 2024-01-24T01:21:55.787937+0000 mgr.smithi099.npjflm (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:58.894 INFO:teuthology.orchestra.run.smithi099.stdout:167503724570 2024-01-24T01:21:58.895 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-24T01:21:59.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:21:58 smithi156 bash[19595]: cluster 2024-01-24T01:21:57.788473+0000 mgr.smithi099.npjflm (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:21:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:21:58 smithi099 bash[16312]: cluster 2024-01-24T01:21:57.788473+0000 mgr.smithi099.npjflm (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:00 smithi156 bash[19595]: cluster 2024-01-24T01:21:59.789089+0000 mgr.smithi099.npjflm (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:01.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:00 smithi099 bash[16312]: cluster 2024-01-24T01:21:59.789089+0000 mgr.smithi099.npjflm (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:03.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:02 smithi099 bash[16312]: cluster 2024-01-24T01:22:01.789713+0000 mgr.smithi099.npjflm (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:03.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:02 smithi156 bash[19595]: cluster 2024-01-24T01:22:01.789713+0000 mgr.smithi099.npjflm (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:03.732 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:22:04.909 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:04 smithi099 bash[16312]: cluster 2024-01-24T01:22:03.790366+0000 mgr.smithi099.npjflm (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:04 smithi156 bash[19595]: cluster 2024-01-24T01:22:03.790366+0000 mgr.smithi099.npjflm (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:06.666 INFO:teuthology.orchestra.run.smithi099.stdout:68719476771 2024-01-24T01:22:07.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:06 smithi099 bash[16312]: cluster 2024-01-24T01:22:05.790958+0000 mgr.smithi099.npjflm (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:07.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:06 smithi099 bash[16312]: audit 2024-01-24T01:22:06.665738+0000 mon.smithi099 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.99:0/3537396179' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T01:22:07.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:06 smithi156 bash[19595]: cluster 2024-01-24T01:22:05.790958+0000 mgr.smithi099.npjflm (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:07.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:06 smithi156 bash[19595]: audit 2024-01-24T01:22:06.665738+0000 mon.smithi099 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.99:0/3537396179' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T01:22:07.310 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2024-01-24T01:22:07.310 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-24T01:22:09.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:08 smithi156 bash[19595]: cluster 2024-01-24T01:22:07.791631+0000 mgr.smithi099.npjflm (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:09.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:08 smithi156 bash[19595]: audit 2024-01-24T01:22:08.278357+0000 mon.smithi099 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:22:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:08 smithi099 bash[16312]: cluster 2024-01-24T01:22:07.791631+0000 mgr.smithi099.npjflm (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:08 smithi099 bash[16312]: audit 2024-01-24T01:22:08.278357+0000 mon.smithi099 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:22:10.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:10 smithi156 bash[19595]: cluster 2024-01-24T01:22:09.792274+0000 mgr.smithi099.npjflm (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:11.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:10 smithi099 bash[16312]: cluster 2024-01-24T01:22:09.792274+0000 mgr.smithi099.npjflm (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:12.149 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:22:13.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:12 smithi156 bash[19595]: cluster 2024-01-24T01:22:11.792893+0000 mgr.smithi099.npjflm (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:13.285 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:12 smithi099 bash[16312]: cluster 2024-01-24T01:22:11.792893+0000 mgr.smithi099.npjflm (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:14.649 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:14 smithi099 bash[16312]: audit 2024-01-24T01:22:13.362925+0000 mon.smithi099 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:22:14.649 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:14 smithi099 bash[16312]: cluster 2024-01-24T01:22:13.793493+0000 mgr.smithi099.npjflm (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:14.649 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:14 smithi099 bash[16312]: audit 2024-01-24T01:22:14.130819+0000 mon.smithi099 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:22:14.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:14 smithi156 bash[19595]: audit 2024-01-24T01:22:13.362925+0000 mon.smithi099 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:22:14.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:14 smithi156 bash[19595]: cluster 2024-01-24T01:22:13.793493+0000 mgr.smithi099.npjflm (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:14.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:14 smithi156 bash[19595]: audit 2024-01-24T01:22:14.130819+0000 mon.smithi099 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:22:15.070 INFO:teuthology.orchestra.run.smithi099.stdout:98784247842 2024-01-24T01:22:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:15 smithi099 bash[16312]: audit 2024-01-24T01:22:14.424990+0000 mon.smithi099 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:22:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:15 smithi099 bash[16312]: audit 2024-01-24T01:22:14.427093+0000 mon.smithi099 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:22:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:15 smithi099 bash[16312]: audit 2024-01-24T01:22:14.436868+0000 mon.smithi099 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:22:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:15 smithi099 bash[16312]: audit 2024-01-24T01:22:14.445436+0000 mon.smithi099 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:22:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:15 smithi099 bash[16312]: audit 2024-01-24T01:22:15.069320+0000 mon.smithi099 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.99:0/3033717956' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T01:22:15.696 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247829 got 98784247842 for osd.1 2024-01-24T01:22:15.697 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-24T01:22:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:15 smithi156 bash[19595]: audit 2024-01-24T01:22:14.424990+0000 mon.smithi099 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:22:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:15 smithi156 bash[19595]: audit 2024-01-24T01:22:14.427093+0000 mon.smithi099 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:22:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:15 smithi156 bash[19595]: audit 2024-01-24T01:22:14.436868+0000 mon.smithi099 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:22:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:15 smithi156 bash[19595]: audit 2024-01-24T01:22:14.445436+0000 mon.smithi099 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:22:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:15 smithi156 bash[19595]: audit 2024-01-24T01:22:15.069320+0000 mon.smithi099 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.99:0/3033717956' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T01:22:16.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:16 smithi156 bash[19595]: cluster 2024-01-24T01:22:15.794102+0000 mgr.smithi099.npjflm (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:16.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:16 smithi099 bash[16312]: cluster 2024-01-24T01:22:15.794102+0000 mgr.smithi099.npjflm (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:18 smithi156 bash[19595]: cluster 2024-01-24T01:22:17.794785+0000 mgr.smithi099.npjflm (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:18 smithi099 bash[16312]: cluster 2024-01-24T01:22:17.794785+0000 mgr.smithi099.npjflm (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:20.531 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:22:20.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:20 smithi156 bash[19595]: cluster 2024-01-24T01:22:19.795373+0000 mgr.smithi099.npjflm (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:20 smithi099 bash[16312]: cluster 2024-01-24T01:22:19.795373+0000 mgr.smithi099.npjflm (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:23.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:22 smithi156 bash[19595]: cluster 2024-01-24T01:22:21.796009+0000 mgr.smithi099.npjflm (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:22 smithi099 bash[16312]: cluster 2024-01-24T01:22:21.796009+0000 mgr.smithi099.npjflm (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:23.433 INFO:teuthology.orchestra.run.smithi099.stdout:85899345958 2024-01-24T01:22:24.009 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2024-01-24T01:22:24.009 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-24T01:22:24.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:23 smithi156 bash[19595]: audit 2024-01-24T01:22:23.432175+0000 mon.smithi099 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.99:0/2978948850' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T01:22:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:23 smithi099 bash[16312]: audit 2024-01-24T01:22:23.432175+0000 mon.smithi099 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.99:0/2978948850' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T01:22:25.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:24 smithi156 bash[19595]: cluster 2024-01-24T01:22:23.796607+0000 mgr.smithi099.npjflm (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:24 smithi099 bash[16312]: cluster 2024-01-24T01:22:23.796607+0000 mgr.smithi099.npjflm (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:27.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:26 smithi156 bash[19595]: cluster 2024-01-24T01:22:25.797225+0000 mgr.smithi099.npjflm (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:26 smithi099 bash[16312]: cluster 2024-01-24T01:22:25.797225+0000 mgr.smithi099.npjflm (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:28.846 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:22:29.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:28 smithi156 bash[19595]: cluster 2024-01-24T01:22:27.797798+0000 mgr.smithi099.npjflm (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:28 smithi099 bash[16312]: cluster 2024-01-24T01:22:27.797798+0000 mgr.smithi099.npjflm (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:30.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:30 smithi156 bash[19595]: cluster 2024-01-24T01:22:29.798395+0000 mgr.smithi099.npjflm (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:30 smithi099 bash[16312]: cluster 2024-01-24T01:22:29.798395+0000 mgr.smithi099.npjflm (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:31.894 INFO:teuthology.orchestra.run.smithi099.stdout:128849018916 2024-01-24T01:22:32.498 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018902 got 128849018916 for osd.3 2024-01-24T01:22:32.498 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-24T01:22:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:32 smithi156 bash[19595]: cluster 2024-01-24T01:22:31.798804+0000 mgr.smithi099.npjflm (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:33.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:32 smithi156 bash[19595]: audit 2024-01-24T01:22:31.893721+0000 mon.smithi099 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.99:0/2196294095' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T01:22:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:32 smithi099 bash[16312]: cluster 2024-01-24T01:22:31.798804+0000 mgr.smithi099.npjflm (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:33.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:32 smithi099 bash[16312]: audit 2024-01-24T01:22:31.893721+0000 mon.smithi099 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.99:0/2196294095' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T01:22:35.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:34 smithi156 bash[19595]: cluster 2024-01-24T01:22:33.799360+0000 mgr.smithi099.npjflm (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:35.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:34 smithi099 bash[16312]: cluster 2024-01-24T01:22:33.799360+0000 mgr.smithi099.npjflm (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:37.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:36 smithi156 bash[19595]: cluster 2024-01-24T01:22:35.799846+0000 mgr.smithi099.npjflm (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:37.334 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:22:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:36 smithi099 bash[16312]: cluster 2024-01-24T01:22:35.799846+0000 mgr.smithi099.npjflm (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:39.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:38 smithi156 bash[19595]: cluster 2024-01-24T01:22:37.800399+0000 mgr.smithi099.npjflm (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:39.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:38 smithi099 bash[16312]: cluster 2024-01-24T01:22:37.800399+0000 mgr.smithi099.npjflm (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:40.306 INFO:teuthology.orchestra.run.smithi099.stdout:107374182439 2024-01-24T01:22:40.941 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:40 smithi099 bash[16312]: cluster 2024-01-24T01:22:39.801040+0000 mgr.smithi099.npjflm (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:40.941 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:40 smithi099 bash[16312]: audit 2024-01-24T01:22:40.305252+0000 mon.smithi099 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.99:0/333202246' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T01:22:40.943 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182439 for osd.4 2024-01-24T01:22:40.943 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-24T01:22:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:40 smithi156 bash[19595]: cluster 2024-01-24T01:22:39.801040+0000 mgr.smithi099.npjflm (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:40 smithi156 bash[19595]: audit 2024-01-24T01:22:40.305252+0000 mon.smithi099 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.99:0/333202246' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T01:22:43.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:42 smithi156 bash[19595]: cluster 2024-01-24T01:22:41.801620+0000 mgr.smithi099.npjflm (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:42 smithi099 bash[16312]: cluster 2024-01-24T01:22:41.801620+0000 mgr.smithi099.npjflm (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:45.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:44 smithi156 bash[19595]: cluster 2024-01-24T01:22:43.802364+0000 mgr.smithi099.npjflm (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:45.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:44 smithi099 bash[16312]: cluster 2024-01-24T01:22:43.802364+0000 mgr.smithi099.npjflm (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:45.785 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:22:47.079 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:46 smithi099 bash[16312]: cluster 2024-01-24T01:22:45.802967+0000 mgr.smithi099.npjflm (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:47.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:46 smithi156 bash[19595]: cluster 2024-01-24T01:22:45.802967+0000 mgr.smithi099.npjflm (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:48.834 INFO:teuthology.orchestra.run.smithi099.stdout:150323855398 2024-01-24T01:22:49.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:48 smithi156 bash[19595]: cluster 2024-01-24T01:22:47.803556+0000 mgr.smithi099.npjflm (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:49.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:48 smithi156 bash[19595]: audit 2024-01-24T01:22:48.833652+0000 mon.smithi099 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.99:0/69807162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T01:22:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:48 smithi099 bash[16312]: cluster 2024-01-24T01:22:47.803556+0000 mgr.smithi099.npjflm (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:48 smithi099 bash[16312]: audit 2024-01-24T01:22:48.833652+0000 mon.smithi099 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.99:0/69807162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T01:22:49.423 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855385 got 150323855398 for osd.5 2024-01-24T01:22:49.424 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-24T01:22:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:50 smithi156 bash[19595]: cluster 2024-01-24T01:22:49.804187+0000 mgr.smithi099.npjflm (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:50 smithi099 bash[16312]: cluster 2024-01-24T01:22:49.804187+0000 mgr.smithi099.npjflm (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:53.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:52 smithi156 bash[19595]: cluster 2024-01-24T01:22:51.804830+0000 mgr.smithi099.npjflm (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:52 smithi099 bash[16312]: cluster 2024-01-24T01:22:51.804830+0000 mgr.smithi099.npjflm (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:54.265 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:22:55.155 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:54 smithi099 bash[16312]: cluster 2024-01-24T01:22:53.805580+0000 mgr.smithi099.npjflm (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:55.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:54 smithi156 bash[19595]: cluster 2024-01-24T01:22:53.805580+0000 mgr.smithi099.npjflm (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:57.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:56 smithi099 bash[16312]: cluster 2024-01-24T01:22:55.806208+0000 mgr.smithi099.npjflm (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:57.214 INFO:teuthology.orchestra.run.smithi099.stdout:124554051626 2024-01-24T01:22:57.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:56 smithi156 bash[19595]: cluster 2024-01-24T01:22:55.806208+0000 mgr.smithi099.npjflm (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:57.865 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051613 got 124554051626 for osd.6 2024-01-24T01:22:57.865 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-24T01:22:58.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:57 smithi156 bash[19595]: audit 2024-01-24T01:22:57.213667+0000 mon.smithi099 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.99:0/463345567' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T01:22:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:57 smithi099 bash[16312]: audit 2024-01-24T01:22:57.213667+0000 mon.smithi099 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.99:0/463345567' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T01:22:59.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:22:58 smithi156 bash[19595]: cluster 2024-01-24T01:22:57.806627+0000 mgr.smithi099.npjflm (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:22:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:22:58 smithi099 bash[16312]: cluster 2024-01-24T01:22:57.806627+0000 mgr.smithi099.npjflm (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:00 smithi156 bash[19595]: cluster 2024-01-24T01:22:59.807181+0000 mgr.smithi099.npjflm (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:01.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:00 smithi099 bash[16312]: cluster 2024-01-24T01:22:59.807181+0000 mgr.smithi099.npjflm (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:02.700 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:23:03.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:02 smithi156 bash[19595]: cluster 2024-01-24T01:23:01.807782+0000 mgr.smithi099.npjflm (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:02 smithi099 bash[16312]: cluster 2024-01-24T01:23:01.807782+0000 mgr.smithi099.npjflm (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:05.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:04 smithi156 bash[19595]: cluster 2024-01-24T01:23:03.808348+0000 mgr.smithi099.npjflm (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:05.297 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:04 smithi099 bash[16312]: cluster 2024-01-24T01:23:03.808348+0000 mgr.smithi099.npjflm (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:05.708 INFO:teuthology.orchestra.run.smithi099.stdout:167503724584 2024-01-24T01:23:06.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:05 smithi099 bash[16312]: audit 2024-01-24T01:23:05.707633+0000 mon.smithi099 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.99:0/2851332632' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T01:23:06.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:05 smithi156 bash[19595]: audit 2024-01-24T01:23:05.707633+0000 mon.smithi099 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.99:0/2851332632' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T01:23:06.292 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724570 got 167503724584 for osd.7 2024-01-24T01:23:06.292 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-24T01:23:06.292 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T01:23:07.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:06 smithi156 bash[19595]: cluster 2024-01-24T01:23:05.808917+0000 mgr.smithi099.npjflm (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:07.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:06 smithi099 bash[16312]: cluster 2024-01-24T01:23:05.808917+0000 mgr.smithi099.npjflm (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:09.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:08 smithi156 bash[19595]: cluster 2024-01-24T01:23:07.809460+0000 mgr.smithi099.npjflm (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:08 smithi099 bash[16312]: cluster 2024-01-24T01:23:07.809460+0000 mgr.smithi099.npjflm (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:10.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:10 smithi156 bash[19595]: cluster 2024-01-24T01:23:09.810095+0000 mgr.smithi099.npjflm (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:11.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:10 smithi099 bash[16312]: cluster 2024-01-24T01:23:09.810095+0000 mgr.smithi099.npjflm (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:11.135 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:23:13.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:12 smithi156 bash[19595]: cluster 2024-01-24T01:23:11.810753+0000 mgr.smithi099.npjflm (mgr.14182) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:12 smithi099 bash[16312]: cluster 2024-01-24T01:23:11.810753+0000 mgr.smithi099.npjflm (mgr.14182) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:14.175 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:23:14.177 INFO:teuthology.orchestra.run.smithi099.stderr:dumped all 2024-01-24T01:23:14.744 INFO:teuthology.orchestra.run.smithi099.stdout:{"pg_ready":true,"pg_map":{"version":188,"stamp":"2024-01-24T01:23:13.811080+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1282133,"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":41,"state":"active+clean","last_fresh":"2024-01-24T01:19:55.648901+0000","last_change":"2024-01-24T01:19:55.648901+0000","last_active":"2024-01-24T01:19:55.648901+0000","last_peered":"2024-01-24T01:19:55.648901+0000","last_clean":"2024-01-24T01:19:55.648901+0000","last_became_active":"2024-01-24T01:19:55.648336+0000","last_became_peered":"2024-01-24T01:19:55.648336+0000","last_unstale":"2024-01-24T01:19:55.648901+0000","last_undegraded":"2024-01-24T01:19:55.648901+0000","last_fullsized":"2024-01-24T01:19:55.648901+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-24T01:19:34.232484+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T01:19:34.232484+0000","last_clean_scrub_stamp":"2024-01-24T01:19:34.232484+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":39,"seq":167503724586,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.85699999999999998,"15min":0.85099999999999998},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.0740000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.876,"15min":0.88},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.91800000000000004}]},{"osd":1,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.84799999999999998,"15min":0.81399999999999995},"min":{"1min":0.63,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.77900000000000003,"5min":0.85199999999999998,"15min":0.87},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.226,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":0.65300000000000002}]},{"osd":2,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.84099999999999997,"15min":0.84699999999999998},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":0.96899999999999997,"5min":1.129,"15min":1.129},"last":0.748},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.77200000000000002,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.1990000000000001,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.0349999999999999}]},{"osd":3,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.93500000000000005,"15min":0.95099999999999996},"min":{"1min":0.53200000000000003,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1200000000000001,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.89100000000000001,"15min":0.877},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":1.179,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.86899999999999999}]},{"osd":4,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.97799999999999998,"15min":0.98399999999999999},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.113,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.095,"5min":1.111,"15min":1.115},"min":{"1min":0.85199999999999998,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.2969999999999999,"5min":1.673,"15min":1.673},"last":0.84099999999999997}]},{"osd":5,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.083,"15min":1.081},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2989999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.1180000000000001},{"interface":"front","average":{"1min":1.0289999999999999,"5min":1.1160000000000001,"15min":1.137},"min":{"1min":0.58899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.208,"5min":1.913,"15min":1.913},"last":0.78800000000000003}]},{"osd":6,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.1240000000000001,"15min":1.1319999999999999},"min":{"1min":0.76500000000000001,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2569999999999999,"5min":1.605,"15min":1.605},"last":1.2989999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.2430000000000001,"15min":1.262},"min":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.4159999999999999,"5min":2.2759999999999998,"15min":2.2759999999999998},"last":0.89800000000000002}]}]},{"osd":5,"up_from":35,"seq":150323855404,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.84899999999999998,"15min":0.85599999999999998},"min":{"1min":0.60899999999999999,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2689999999999999,"5min":1.355,"15min":1.355},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.66200000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3400000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":1.0640000000000001}]},{"osd":1,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.80400000000000005,"15min":0.80400000000000005},"min":{"1min":0.51200000000000001,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.137,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.85799999999999998,"15min":0.86299999999999999},"min":{"1min":0.58499999999999996,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.419,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":0.93100000000000005}]},{"osd":2,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.96699999999999997,"15min":0.97899999999999998},"min":{"1min":0.78300000000000003,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.3140000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.103},{"interface":"front","average":{"1min":0.96499999999999997,"5min":0.999,"15min":1.0109999999999999},"min":{"1min":0.749,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.3899999999999999,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":0.95699999999999996}]},{"osd":3,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.52700000000000002,"5min":0.44,"15min":0.44},"max":{"1min":1.2629999999999999,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.91300000000000003,"15min":0.90700000000000003},"min":{"1min":0.74199999999999999,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.24,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.97499999999999998}]},{"osd":4,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.0489999999999999,"15min":1.0509999999999999},"min":{"1min":0.88200000000000001,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3140000000000001,"5min":1.375,"15min":1.375},"last":1.1459999999999999},{"interface":"front","average":{"1min":1.05,"5min":1.0269999999999999,"15min":1.016},"min":{"1min":0.80600000000000005,"5min":0.745,"15min":0.745},"max":{"1min":1.3580000000000001,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.88700000000000001}]},{"osd":6,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.139,"15min":1.157},"min":{"1min":0.81899999999999995,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.431,"5min":2.1379999999999999,"15min":2.1379999999999999},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.123,"5min":1.101,"15min":1.089},"min":{"1min":0.97399999999999998,"5min":0.626,"15min":0.626},"max":{"1min":1.321,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.2569999999999999}]},{"osd":7,"last update":"Wed Jan 24 01:22:58 2024","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.1479999999999999,"15min":1.159},"min":{"1min":0.86699999999999999,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.6539999999999999,"5min":2.2080000000000002,"15min":2.2080000000000002},"last":1.282},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.1419999999999999,"15min":1.1359999999999999},"min":{"1min":0.85199999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.9279999999999999,"5min":1.9279999999999999,"15min":1.9279999999999999},"last":1.341}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:39 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.70399999999999996,"15min":0.70199999999999996},"min":{"1min":0.53100000000000003,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.0860000000000001,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.73499999999999999,"15min":0.72499999999999998},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.67600000000000005}]},{"osd":1,"last update":"Wed Jan 24 01:22:39 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.78100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.153,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.877,"5min":0.88800000000000001,"15min":0.88600000000000001},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.77300000000000002}]},{"osd":3,"last update":"Wed Jan 24 01:22:50 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.89500000000000002,"15min":0.89400000000000002},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.103,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.89500000000000002},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.97599999999999998,"15min":0.97399999999999998},"min":{"1min":0.76600000000000001,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1870000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.92900000000000005}]},{"osd":4,"last update":"Wed Jan 24 01:22:39 2024","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.57599999999999996,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.151,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.95399999999999996,"15min":0.96199999999999997},"min":{"1min":0.65900000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.1819999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.119}]},{"osd":5,"last update":"Wed Jan 24 01:22:54 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.98699999999999999,"15min":0.997},"min":{"1min":0.76700000000000002,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.2689999999999999,"5min":1.351,"15min":1.351},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.02,"5min":1.018,"15min":1.022},"min":{"1min":0.76300000000000001,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.198,"5min":1.214,"15min":1.214},"last":1.089}]},{"osd":6,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.139,"15min":1.167},"min":{"1min":0.80500000000000005,"5min":0.626,"15min":0.626},"max":{"1min":1.23,"5min":1.706,"15min":1.706},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.0029999999999999,"5min":1.0720000000000001,"15min":1.1020000000000001},"min":{"1min":0.77200000000000002,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2669999999999999,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.0169999999999999}]},{"osd":7,"last update":"Wed Jan 24 01:23:00 2024","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.1910000000000001,"15min":1.2030000000000001},"min":{"1min":1.026,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.3939999999999999,"5min":1.585,"15min":1.585},"last":1.173},{"interface":"front","average":{"1min":1.163,"5min":1.1639999999999999,"15min":1.167},"min":{"1min":0.94499999999999995,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.343,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.1539999999999999}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.86399999999999999,"15min":0.85199999999999998},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.111,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.874},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.86499999999999999,"15min":0.84099999999999997},"min":{"1min":0.57199999999999995,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.93400000000000005}]},{"osd":2,"last update":"Wed Jan 24 01:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.80100000000000005,"15min":0.79500000000000004},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.78000000000000003,"15min":0.77500000000000002},"min":{"1min":0.61199999999999999,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":0.92700000000000005,"5min":1.0780000000000001,"15min":1.0780000000000001},"last":0.82299999999999995}]},{"osd":3,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.91300000000000003,"15min":0.93100000000000005},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1499999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.98699999999999999,"15min":0.995},"min":{"1min":0.76100000000000001,"5min":0.496,"15min":0.496},"max":{"1min":1.252,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.056}]},{"osd":4,"last update":"Wed Jan 24 01:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.85099999999999998,"15min":0.85899999999999999},"min":{"1min":0.67600000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.0569999999999999,"5min":1.208,"15min":1.208},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.99299999999999999,"15min":1.0029999999999999},"min":{"1min":0.61599999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.417,"5min":1.51,"15min":1.51},"last":1.272}]},{"osd":5,"last update":"Wed Jan 24 01:22:53 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.95599999999999996,"15min":0.95799999999999996},"min":{"1min":0.80100000000000005,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.1459999999999999,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":1.081},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.109,"15min":1.1220000000000001},"min":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.4410000000000001}]},{"osd":6,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.121,"15min":1.141},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3400000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.3919999999999999},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.111,"15min":1.117},"min":{"1min":0.94499999999999995,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.4119999999999999,"5min":1.663,"15min":1.663},"last":1.208}]},{"osd":7,"last update":"Wed Jan 24 01:23:01 2024","interfaces":[{"interface":"back","average":{"1min":1.194,"5min":1.2589999999999999,"15min":1.2749999999999999},"min":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.583,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":1.4850000000000001},{"interface":"front","average":{"1min":1.264,"5min":1.2130000000000001,"15min":1.2010000000000001},"min":{"1min":0.88800000000000001,"5min":0.871,"15min":0.871},"max":{"1min":1.7749999999999999,"5min":1.7749999999999999,"15min":1.7749999999999999},"last":1.3440000000000001}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:36 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.82599999999999996,"15min":0.81299999999999994},"min":{"1min":0.60899999999999999,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.1299999999999999,"5min":1.24,"15min":1.24},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.77100000000000002},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.0720000000000001,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.0720000000000001}]},{"osd":2,"last update":"Wed Jan 24 01:22:36 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.93200000000000005,"15min":0.92000000000000004},"min":{"1min":0.81100000000000005,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2070000000000001,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.98999999999999999},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.97899999999999998,"15min":0.97699999999999998},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.2350000000000001,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1.022}]},{"osd":3,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.77200000000000002,"15min":0.77400000000000002},"min":{"1min":0.51500000000000001,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.90600000000000003,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.90400000000000003},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.79500000000000004,"15min":0.76500000000000001},"min":{"1min":0.49099999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.93500000000000005}]},{"osd":4,"last update":"Wed Jan 24 01:22:42 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.89500000000000002,"15min":0.89600000000000002},"min":{"1min":0.63200000000000001,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":0.96099999999999997,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.97499999999999998,"15min":0.96599999999999997},"min":{"1min":0.69899999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.1870000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.80500000000000005}]},{"osd":5,"last update":"Wed Jan 24 01:22:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.92500000000000004,"15min":0.93500000000000005},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":0.96499999999999997},{"interface":"front","average":{"1min":1.02,"5min":1.0209999999999999,"15min":1.0309999999999999},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.641,"5min":2.0339999999999998,"15min":2.0339999999999998},"last":1.044}]},{"osd":6,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.052,"15min":1.05},"min":{"1min":0.79000000000000004,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.415,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":1.1559999999999999},{"interface":"front","average":{"1min":1.121,"5min":1.105,"15min":1.101},"min":{"1min":0.68600000000000005,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3180000000000001,"5min":2.0249999999999999,"15min":2.0249999999999999},"last":1.103}]},{"osd":7,"last update":"Wed Jan 24 01:22:55 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.071,"15min":1.0609999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.111},{"interface":"front","average":{"1min":1.159,"5min":1.1000000000000001,"15min":1.0900000000000001},"min":{"1min":0.61699999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.3879999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.1439999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182446,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:40 2024","interfaces":[{"interface":"back","average":{"1min":0.68300000000000005,"5min":0.71399999999999997,"15min":0.72999999999999998},"min":{"1min":0.53000000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.90300000000000002,"5min":1.0860000000000001,"15min":1.0860000000000001},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.82099999999999995,"15min":0.83299999999999996},"min":{"1min":0.57799999999999996,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.169,"5min":1.389,"15min":1.389},"last":0.72399999999999998}]},{"osd":1,"last update":"Wed Jan 24 01:22:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.86899999999999999,"15min":0.83499999999999996},"min":{"1min":0.73599999999999999,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.2230000000000001,"5min":1.298,"15min":1.298},"last":1.2390000000000001},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.93700000000000006,"15min":0.93400000000000005},"min":{"1min":0.72999999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1259999999999999,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":1.0660000000000001}]},{"osd":2,"last update":"Wed Jan 24 01:22:40 2024","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.86899999999999999,"15min":0.89100000000000001},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":0.996,"5min":1.51,"15min":1.51},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.873,"15min":0.873},"min":{"1min":0.622,"5min":0.505,"15min":0.505},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.94599999999999995}]},{"osd":3,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.93700000000000006,"15min":0.94299999999999995},"min":{"1min":0.76400000000000001,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.127,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"min":{"1min":0.85099999999999998,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.1739999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.995}]},{"osd":5,"last update":"Wed Jan 24 01:22:51 2024","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.087,"15min":1.083},"min":{"1min":0.80800000000000005,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.361,"5min":1.464,"15min":1.464},"last":1.1679999999999999},{"interface":"front","average":{"1min":1.127,"5min":1.1220000000000001,"15min":1.1100000000000001},"min":{"1min":0.92200000000000004,"5min":0.754,"15min":0.754},"max":{"1min":1.3149999999999999,"5min":1.7390000000000001,"15min":1.7390000000000001},"last":1.3129999999999999}]},{"osd":6,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.1020000000000001,"15min":1.1180000000000001},"min":{"1min":0.73899999999999999,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.4399999999999999,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.089},{"interface":"front","average":{"1min":1.099,"5min":1.1160000000000001,"15min":1.125},"min":{"1min":0.95599999999999996,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.266,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.208}]},{"osd":7,"last update":"Wed Jan 24 01:22:56 2024","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.198,"15min":1.2110000000000001},"min":{"1min":0.93500000000000005,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.385,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.1899999999999999},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.252,"15min":1.2470000000000001},"min":{"1min":0.95999999999999996,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.4630000000000001,"5min":1.903,"15min":1.903},"last":1.3879999999999999}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.69999999999999996,"15min":0.68999999999999995},"min":{"1min":0.52500000000000002,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.78400000000000003,"15min":0.77100000000000002},"min":{"1min":0.56299999999999994,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.21,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.77900000000000003}]},{"osd":1,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.875,"15min":0.88100000000000001},"min":{"1min":0.59299999999999997,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.155,"5min":1.266,"15min":1.266},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.92400000000000004,"15min":0.90400000000000003},"min":{"1min":0.67400000000000004,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.9119999999999999,"5min":1.9119999999999999,"15min":1.9119999999999999},"last":1.0089999999999999}]},{"osd":2,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.879,"15min":0.872},"min":{"1min":0.66200000000000003,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.1080000000000001,"5min":1.468,"15min":1.468},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90700000000000003},"min":{"1min":0.63,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.24,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.97999999999999998}]},{"osd":3,"last update":"Wed Jan 24 01:22:49 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0009999999999999,"15min":0.98499999999999999},"min":{"1min":0.75800000000000001,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.7629999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.085},{"interface":"front","average":{"1min":1.075,"5min":0.95699999999999996,"15min":0.93400000000000005},"min":{"1min":0.66800000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.9370000000000001,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":1.0589999999999999}]},{"osd":4,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":1.0229999999999999,"15min":1.0269999999999999},"min":{"1min":0.71399999999999997,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1890000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.0409999999999999},{"interface":"front","average":{"1min":1.101,"5min":1.0489999999999999,"15min":1.0369999999999999},"min":{"1min":0.83199999999999996,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.4219999999999999,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":1.1679999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:22:54 2024","interfaces":[{"interface":"back","average":{"1min":1.1850000000000001,"5min":1.1599999999999999,"15min":1.161},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":2.04,"5min":2.04,"15min":2.04},"last":1.2569999999999999},{"interface":"front","average":{"1min":1.117,"5min":1.1499999999999999,"15min":1.149},"min":{"1min":0.83399999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.492,"5min":1.631,"15min":1.631},"last":1.196}]},{"osd":7,"last update":"Wed Jan 24 01:23:01 2024","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"min":{"1min":0.95599999999999996,"5min":0.94499999999999995,"15min":0.94499999999999995},"max":{"1min":1.5980000000000001,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.228},{"interface":"front","average":{"1min":1.264,"5min":1.2969999999999999,"15min":1.3129999999999999},"min":{"1min":0.95599999999999996,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.649,"5min":2.0030000000000001,"15min":2.0030000000000001},"last":1.3280000000000001}]}]},{"osd":3,"up_from":30,"seq":128849018924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":159991,"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":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.86899999999999999,"15min":0.871},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":1.0800000000000001},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.83299999999999996,"15min":0.80700000000000005},"min":{"1min":0.66400000000000003,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.77200000000000002}]},{"osd":1,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.68400000000000005,"15min":0.66600000000000004},"min":{"1min":0.501,"5min":0.432,"15min":0.432},"max":{"1min":0.93100000000000005,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.72699999999999998,"15min":0.70799999999999996},"min":{"1min":0.52000000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.02,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.71399999999999997}]},{"osd":2,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.98899999999999999,"15min":0.98699999999999999},"min":{"1min":0.69199999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.147,"5min":1.411,"15min":1.411},"last":1.123},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.875,"15min":0.86399999999999999},"min":{"1min":0.66600000000000004,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1919999999999999,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":1.0680000000000001}]},{"osd":4,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.89700000000000002},"min":{"1min":0.69999999999999996,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.2250000000000001,"5min":1.274,"15min":1.274},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.038,"5min":1.014,"15min":1},"min":{"1min":0.72899999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.214,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.028}]},{"osd":5,"last update":"Wed Jan 24 01:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.879,"15min":0.877},"min":{"1min":0.49199999999999999,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.111,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.745},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.046,"15min":1.024},"min":{"1min":0.71299999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3200000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.91500000000000004}]},{"osd":6,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98799999999999999,"15min":0.97099999999999997},"min":{"1min":0.72999999999999998,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.175,"5min":1.425,"15min":1.425},"last":0.88500000000000001},{"interface":"front","average":{"1min":1.087,"5min":1.0580000000000001,"15min":1.0449999999999999},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.4359999999999999,"5min":1.47,"15min":1.47},"last":0.85899999999999999}]},{"osd":7,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0089999999999999,"15min":0.98499999999999999},"min":{"1min":0.57399999999999995,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.3029999999999999,"5min":1.512,"15min":1.512},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.117,"15min":1.099},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.371,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.171}]}]}],"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-24T01:23:14.746 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T01:23:15.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:14 smithi099 bash[16312]: cluster 2024-01-24T01:23:13.811405+0000 mgr.smithi099.npjflm (mgr.14182) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:15.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:14 smithi099 bash[16312]: audit 2024-01-24T01:23:14.166548+0000 mgr.smithi099.npjflm (mgr.14182) 202 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:23:15.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:14 smithi099 bash[16312]: audit 2024-01-24T01:23:14.455619+0000 mon.smithi099 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:23:15.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:14 smithi156 bash[19595]: cluster 2024-01-24T01:23:13.811405+0000 mgr.smithi099.npjflm (mgr.14182) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:15.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:14 smithi156 bash[19595]: audit 2024-01-24T01:23:14.166548+0000 mgr.smithi099.npjflm (mgr.14182) 202 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:23:15.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:14 smithi156 bash[19595]: audit 2024-01-24T01:23:14.455619+0000 mon.smithi099 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:23:17.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:16 smithi156 bash[19595]: cluster 2024-01-24T01:23:15.812075+0000 mgr.smithi099.npjflm (mgr.14182) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:16 smithi099 bash[16312]: cluster 2024-01-24T01:23:15.812075+0000 mgr.smithi099.npjflm (mgr.14182) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:19.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:18 smithi156 bash[19595]: cluster 2024-01-24T01:23:17.812697+0000 mgr.smithi099.npjflm (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:19.303 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:23:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:18 smithi099 bash[16312]: cluster 2024-01-24T01:23:17.812697+0000 mgr.smithi099.npjflm (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:21.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:21 smithi099 bash[16312]: cluster 2024-01-24T01:23:19.813152+0000 mgr.smithi099.npjflm (mgr.14182) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:21.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:21 smithi099 bash[16312]: audit 2024-01-24T01:23:20.299951+0000 mon.smithi099 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:23:21.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:21 smithi099 bash[16312]: audit 2024-01-24T01:23:20.552096+0000 mon.smithi099 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:23:21.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:21 smithi099 bash[16312]: audit 2024-01-24T01:23:20.833976+0000 mon.smithi099 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:23:21.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:21 smithi099 bash[16312]: audit 2024-01-24T01:23:20.835326+0000 mon.smithi099 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:23:21.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:21 smithi099 bash[16312]: audit 2024-01-24T01:23:20.843370+0000 mon.smithi099 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:23:21.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:21 smithi099 bash[16312]: audit 2024-01-24T01:23:20.853339+0000 mon.smithi099 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:23:21.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:21 smithi156 bash[19595]: cluster 2024-01-24T01:23:19.813152+0000 mgr.smithi099.npjflm (mgr.14182) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:21.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:21 smithi156 bash[19595]: audit 2024-01-24T01:23:20.299951+0000 mon.smithi099 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:23:21.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:21 smithi156 bash[19595]: audit 2024-01-24T01:23:20.552096+0000 mon.smithi099 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:23:21.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:21 smithi156 bash[19595]: audit 2024-01-24T01:23:20.833976+0000 mon.smithi099 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:23:21.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:21 smithi156 bash[19595]: audit 2024-01-24T01:23:20.835326+0000 mon.smithi099 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:23:21.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:21 smithi156 bash[19595]: audit 2024-01-24T01:23:20.843370+0000 mon.smithi099 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:23:21.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:21 smithi156 bash[19595]: audit 2024-01-24T01:23:20.853339+0000 mon.smithi099 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:23:22.449 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:23:22.452 INFO:teuthology.orchestra.run.smithi099.stderr:dumped all 2024-01-24T01:23:23.009 INFO:teuthology.orchestra.run.smithi099.stdout:{"pg_ready":true,"pg_map":{"version":192,"stamp":"2024-01-24T01:23:21.813418+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1282133,"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":41,"state":"active+clean","last_fresh":"2024-01-24T01:19:55.648901+0000","last_change":"2024-01-24T01:19:55.648901+0000","last_active":"2024-01-24T01:19:55.648901+0000","last_peered":"2024-01-24T01:19:55.648901+0000","last_clean":"2024-01-24T01:19:55.648901+0000","last_became_active":"2024-01-24T01:19:55.648336+0000","last_became_peered":"2024-01-24T01:19:55.648336+0000","last_unstale":"2024-01-24T01:19:55.648901+0000","last_undegraded":"2024-01-24T01:19:55.648901+0000","last_fullsized":"2024-01-24T01:19:55.648901+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-24T01:19:34.232484+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T01:19:34.232484+0000","last_clean_scrub_stamp":"2024-01-24T01:19:34.232484+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":39,"seq":167503724587,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.85699999999999998,"15min":0.85099999999999998},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.0740000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.876,"15min":0.88},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.90800000000000003}]},{"osd":1,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.84799999999999998,"15min":0.81399999999999995},"min":{"1min":0.63,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.77900000000000003,"5min":0.85199999999999998,"15min":0.87},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.226,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":0.55500000000000005}]},{"osd":2,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.84099999999999997,"15min":0.84699999999999998},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":0.96899999999999997,"5min":1.129,"15min":1.129},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.77200000000000002,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.1990000000000001,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.137}]},{"osd":3,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.93500000000000005,"15min":0.95099999999999996},"min":{"1min":0.53200000000000003,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1200000000000001,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.496},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.89100000000000001,"15min":0.877},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":1.179,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.75}]},{"osd":4,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.97799999999999998,"15min":0.98399999999999999},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.113,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.042},{"interface":"front","average":{"1min":1.095,"5min":1.111,"15min":1.115},"min":{"1min":0.85199999999999998,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.2969999999999999,"5min":1.673,"15min":1.673},"last":1.0629999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.083,"15min":1.081},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2989999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.0289999999999999,"5min":1.1160000000000001,"15min":1.137},"min":{"1min":0.58899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.208,"5min":1.913,"15min":1.913},"last":0.92800000000000005}]},{"osd":6,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.1240000000000001,"15min":1.1319999999999999},"min":{"1min":0.76500000000000001,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2569999999999999,"5min":1.605,"15min":1.605},"last":1.1599999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.2430000000000001,"15min":1.262},"min":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.4159999999999999,"5min":2.2759999999999998,"15min":2.2759999999999998},"last":1.012}]}]},{"osd":5,"up_from":35,"seq":150323855405,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.84899999999999998,"15min":0.85599999999999998},"min":{"1min":0.60899999999999999,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2689999999999999,"5min":1.355,"15min":1.355},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.66200000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3400000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":0.84899999999999998}]},{"osd":1,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.80400000000000005,"15min":0.80400000000000005},"min":{"1min":0.51200000000000001,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.137,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.85799999999999998,"15min":0.86299999999999999},"min":{"1min":0.58499999999999996,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.419,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":0.60699999999999998}]},{"osd":2,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.96699999999999997,"15min":0.97899999999999998},"min":{"1min":0.78300000000000003,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.3140000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.96499999999999997,"5min":0.999,"15min":1.0109999999999999},"min":{"1min":0.749,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.3899999999999999,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":0.74299999999999999}]},{"osd":3,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.52700000000000002,"5min":0.44,"15min":0.44},"max":{"1min":1.2629999999999999,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":1.0369999999999999},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.91300000000000003,"15min":0.90700000000000003},"min":{"1min":0.74199999999999999,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.24,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.67100000000000004}]},{"osd":4,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.0489999999999999,"15min":1.0509999999999999},"min":{"1min":0.88200000000000001,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3140000000000001,"5min":1.375,"15min":1.375},"last":0.79300000000000004},{"interface":"front","average":{"1min":1.05,"5min":1.0269999999999999,"15min":1.016},"min":{"1min":0.80600000000000005,"5min":0.745,"15min":0.745},"max":{"1min":1.3580000000000001,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.214}]},{"osd":6,"last update":"Wed Jan 24 01:22:52 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.139,"15min":1.157},"min":{"1min":0.81899999999999995,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.431,"5min":2.1379999999999999,"15min":2.1379999999999999},"last":0.95199999999999996},{"interface":"front","average":{"1min":1.123,"5min":1.101,"15min":1.089},"min":{"1min":0.97399999999999998,"5min":0.626,"15min":0.626},"max":{"1min":1.321,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.91200000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:22:58 2024","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.1479999999999999,"15min":1.159},"min":{"1min":0.86699999999999999,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.6539999999999999,"5min":2.2080000000000002,"15min":2.2080000000000002},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.1419999999999999,"15min":1.1359999999999999},"min":{"1min":0.85199999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.9279999999999999,"5min":1.9279999999999999,"15min":1.9279999999999999},"last":0.98799999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:39 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.70399999999999996,"15min":0.70199999999999996},"min":{"1min":0.53100000000000003,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.0860000000000001,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.496},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.73499999999999999,"15min":0.72499999999999998},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.98399999999999999}]},{"osd":1,"last update":"Wed Jan 24 01:22:39 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.78100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.153,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.877,"5min":0.88800000000000001,"15min":0.88600000000000001},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.88500000000000001}]},{"osd":3,"last update":"Wed Jan 24 01:22:50 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.89500000000000002,"15min":0.89400000000000002},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.103,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.97599999999999998,"15min":0.97399999999999998},"min":{"1min":0.76600000000000001,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1870000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.83799999999999997}]},{"osd":4,"last update":"Wed Jan 24 01:22:39 2024","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.57599999999999996,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.151,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.63},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.95399999999999996,"15min":0.96199999999999997},"min":{"1min":0.65900000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.1819999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.60199999999999998}]},{"osd":5,"last update":"Wed Jan 24 01:22:54 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.98699999999999999,"15min":0.997},"min":{"1min":0.76700000000000002,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.2689999999999999,"5min":1.351,"15min":1.351},"last":1.0640000000000001},{"interface":"front","average":{"1min":1.02,"5min":1.018,"15min":1.022},"min":{"1min":0.76300000000000001,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.198,"5min":1.214,"15min":1.214},"last":0.82499999999999996}]},{"osd":6,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.139,"15min":1.167},"min":{"1min":0.80500000000000005,"5min":0.626,"15min":0.626},"max":{"1min":1.23,"5min":1.706,"15min":1.706},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.0029999999999999,"5min":1.0720000000000001,"15min":1.1020000000000001},"min":{"1min":0.77200000000000002,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2669999999999999,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.74299999999999999}]},{"osd":7,"last update":"Wed Jan 24 01:23:00 2024","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.1910000000000001,"15min":1.2030000000000001},"min":{"1min":1.026,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.3939999999999999,"5min":1.585,"15min":1.585},"last":0.96399999999999997},{"interface":"front","average":{"1min":1.163,"5min":1.1639999999999999,"15min":1.167},"min":{"1min":0.94499999999999995,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.343,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.0149999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.86399999999999999,"15min":0.85199999999999998},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.111,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.86499999999999999,"15min":0.84099999999999997},"min":{"1min":0.57199999999999995,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.82699999999999996}]},{"osd":2,"last update":"Wed Jan 24 01:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.80100000000000005,"15min":0.79500000000000004},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.78000000000000003,"15min":0.77500000000000002},"min":{"1min":0.61199999999999999,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":0.92700000000000005,"5min":1.0780000000000001,"15min":1.0780000000000001},"last":0.95699999999999996}]},{"osd":3,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.91300000000000003,"15min":0.93100000000000005},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1499999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.74399999999999999},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.98699999999999999,"15min":0.995},"min":{"1min":0.76100000000000001,"5min":0.496,"15min":0.496},"max":{"1min":1.252,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.998}]},{"osd":4,"last update":"Wed Jan 24 01:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.85099999999999998,"15min":0.85899999999999999},"min":{"1min":0.67600000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.0569999999999999,"5min":1.208,"15min":1.208},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.99299999999999999,"15min":1.0029999999999999},"min":{"1min":0.61599999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.417,"5min":1.51,"15min":1.51},"last":1.032}]},{"osd":5,"last update":"Wed Jan 24 01:22:53 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.95599999999999996,"15min":0.95799999999999996},"min":{"1min":0.80100000000000005,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.1459999999999999,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.878},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.109,"15min":1.1220000000000001},"min":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.92700000000000005}]},{"osd":6,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.121,"15min":1.141},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3400000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.175},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.111,"15min":1.117},"min":{"1min":0.94499999999999995,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.4119999999999999,"5min":1.663,"15min":1.663},"last":1.1439999999999999}]},{"osd":7,"last update":"Wed Jan 24 01:23:01 2024","interfaces":[{"interface":"back","average":{"1min":1.194,"5min":1.2589999999999999,"15min":1.2749999999999999},"min":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.583,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.264,"5min":1.2130000000000001,"15min":1.2010000000000001},"min":{"1min":0.88800000000000001,"5min":0.871,"15min":0.871},"max":{"1min":1.7749999999999999,"5min":1.7749999999999999,"15min":1.7749999999999999},"last":1.1899999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:36 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.82599999999999996,"15min":0.81299999999999994},"min":{"1min":0.60899999999999999,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.1299999999999999,"5min":1.24,"15min":1.24},"last":1.149},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.77100000000000002},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.0720000000000001,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.874}]},{"osd":2,"last update":"Wed Jan 24 01:22:36 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.93200000000000005,"15min":0.92000000000000004},"min":{"1min":0.81100000000000005,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2070000000000001,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.292},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.97899999999999998,"15min":0.97699999999999998},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.2350000000000001,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.91600000000000004}]},{"osd":3,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.77200000000000002,"15min":0.77400000000000002},"min":{"1min":0.51500000000000001,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.90600000000000003,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":1.2010000000000001},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.79500000000000004,"15min":0.76500000000000001},"min":{"1min":0.49099999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.76400000000000001}]},{"osd":4,"last update":"Wed Jan 24 01:22:42 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.89500000000000002,"15min":0.89600000000000002},"min":{"1min":0.63200000000000001,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":0.96099999999999997,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.034},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.97499999999999998,"15min":0.96599999999999997},"min":{"1min":0.69899999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.1870000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.0029999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:22:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.92500000000000004,"15min":0.93500000000000005},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":0.68400000000000005},{"interface":"front","average":{"1min":1.02,"5min":1.0209999999999999,"15min":1.0309999999999999},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.641,"5min":2.0339999999999998,"15min":2.0339999999999998},"last":1.0700000000000001}]},{"osd":6,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.052,"15min":1.05},"min":{"1min":0.79000000000000004,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.415,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":1.105},{"interface":"front","average":{"1min":1.121,"5min":1.105,"15min":1.101},"min":{"1min":0.68600000000000005,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3180000000000001,"5min":2.0249999999999999,"15min":2.0249999999999999},"last":1.246}]},{"osd":7,"last update":"Wed Jan 24 01:22:55 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.071,"15min":1.0609999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.177},{"interface":"front","average":{"1min":1.159,"5min":1.1000000000000001,"15min":1.0900000000000001},"min":{"1min":0.61699999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.3879999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.337}]}]},{"osd":4,"up_from":25,"seq":107374182448,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:40 2024","interfaces":[{"interface":"back","average":{"1min":0.68300000000000005,"5min":0.71399999999999997,"15min":0.72999999999999998},"min":{"1min":0.53000000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.90300000000000002,"5min":1.0860000000000001,"15min":1.0860000000000001},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.82099999999999995,"15min":0.83299999999999996},"min":{"1min":0.57799999999999996,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.169,"5min":1.389,"15min":1.389},"last":0.86299999999999999}]},{"osd":1,"last update":"Wed Jan 24 01:22:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.86899999999999999,"15min":0.83499999999999996},"min":{"1min":0.73599999999999999,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.2230000000000001,"5min":1.298,"15min":1.298},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.93700000000000006,"15min":0.93400000000000005},"min":{"1min":0.72999999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1259999999999999,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":0.95299999999999996}]},{"osd":2,"last update":"Wed Jan 24 01:22:40 2024","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.86899999999999999,"15min":0.89100000000000001},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":0.996,"5min":1.51,"15min":1.51},"last":0.754},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.873,"15min":0.873},"min":{"1min":0.622,"5min":0.505,"15min":0.505},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.78200000000000003}]},{"osd":3,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.93700000000000006,"15min":0.94299999999999995},"min":{"1min":0.76400000000000001,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.127,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"min":{"1min":0.85099999999999998,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.1739999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.0740000000000001}]},{"osd":5,"last update":"Wed Jan 24 01:22:51 2024","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.087,"15min":1.083},"min":{"1min":0.80800000000000005,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.361,"5min":1.464,"15min":1.464},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.127,"5min":1.1220000000000001,"15min":1.1100000000000001},"min":{"1min":0.92200000000000004,"5min":0.754,"15min":0.754},"max":{"1min":1.3149999999999999,"5min":1.7390000000000001,"15min":1.7390000000000001},"last":1.1890000000000001}]},{"osd":6,"last update":"Wed Jan 24 01:22:47 2024","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.1020000000000001,"15min":1.1180000000000001},"min":{"1min":0.73899999999999999,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.4399999999999999,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.054},{"interface":"front","average":{"1min":1.099,"5min":1.1160000000000001,"15min":1.125},"min":{"1min":0.95599999999999996,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.266,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.1719999999999999}]},{"osd":7,"last update":"Wed Jan 24 01:22:56 2024","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.198,"15min":1.2110000000000001},"min":{"1min":0.93500000000000005,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.385,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.292},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.252,"15min":1.2470000000000001},"min":{"1min":0.95999999999999996,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.4630000000000001,"5min":1.903,"15min":1.903},"last":1.2390000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051631,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"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":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.69999999999999996,"15min":0.68999999999999995},"min":{"1min":0.52500000000000002,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.78400000000000003,"15min":0.77100000000000002},"min":{"1min":0.56299999999999994,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.21,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.77300000000000002}]},{"osd":1,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.875,"15min":0.88100000000000001},"min":{"1min":0.59299999999999997,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.155,"5min":1.266,"15min":1.266},"last":0.88},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.92400000000000004,"15min":0.90400000000000003},"min":{"1min":0.67400000000000004,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.9119999999999999,"5min":1.9119999999999999,"15min":1.9119999999999999},"last":1.0720000000000001}]},{"osd":2,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.879,"15min":0.872},"min":{"1min":0.66200000000000003,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.1080000000000001,"5min":1.468,"15min":1.468},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90700000000000003},"min":{"1min":0.63,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.24,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.67200000000000004}]},{"osd":3,"last update":"Wed Jan 24 01:22:49 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0009999999999999,"15min":0.98499999999999999},"min":{"1min":0.75800000000000001,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.7629999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.014},{"interface":"front","average":{"1min":1.075,"5min":0.95699999999999996,"15min":0.93400000000000005},"min":{"1min":0.66800000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.9370000000000001,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":0.93500000000000005}]},{"osd":4,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":1.0229999999999999,"15min":1.0269999999999999},"min":{"1min":0.71399999999999997,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1890000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.101,"5min":1.0489999999999999,"15min":1.0369999999999999},"min":{"1min":0.83199999999999996,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.4219999999999999,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":0.748}]},{"osd":5,"last update":"Wed Jan 24 01:22:54 2024","interfaces":[{"interface":"back","average":{"1min":1.1850000000000001,"5min":1.1599999999999999,"15min":1.161},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":2.04,"5min":2.04,"15min":2.04},"last":0.995},{"interface":"front","average":{"1min":1.117,"5min":1.1499999999999999,"15min":1.149},"min":{"1min":0.83399999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.492,"5min":1.631,"15min":1.631},"last":1.1599999999999999}]},{"osd":7,"last update":"Wed Jan 24 01:23:01 2024","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"min":{"1min":0.95599999999999996,"5min":0.94499999999999995,"15min":0.94499999999999995},"max":{"1min":1.5980000000000001,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":0.90700000000000003},{"interface":"front","average":{"1min":1.264,"5min":1.2969999999999999,"15min":1.3129999999999999},"min":{"1min":0.95599999999999996,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.649,"5min":2.0030000000000001,"15min":2.0030000000000001},"last":1.046}]}]},{"osd":3,"up_from":30,"seq":128849018926,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":159991,"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":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.86899999999999999,"15min":0.871},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":1.137},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.83299999999999996,"15min":0.80700000000000005},"min":{"1min":0.66400000000000003,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.879}]},{"osd":1,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.68400000000000005,"15min":0.66600000000000004},"min":{"1min":0.501,"5min":0.432,"15min":0.432},"max":{"1min":0.93100000000000005,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.72699999999999998,"15min":0.70799999999999996},"min":{"1min":0.52000000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.02,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.72199999999999998}]},{"osd":2,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.98899999999999999,"15min":0.98699999999999999},"min":{"1min":0.69199999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.147,"5min":1.411,"15min":1.411},"last":1.0780000000000001},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.875,"15min":0.86399999999999999},"min":{"1min":0.66600000000000004,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1919999999999999,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.98899999999999999}]},{"osd":4,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.89700000000000002},"min":{"1min":0.69999999999999996,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.2250000000000001,"5min":1.274,"15min":1.274},"last":0.81499999999999995},{"interface":"front","average":{"1min":1.038,"5min":1.014,"15min":1},"min":{"1min":0.72899999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.214,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.96199999999999997}]},{"osd":5,"last update":"Wed Jan 24 01:22:49 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.879,"15min":0.877},"min":{"1min":0.49199999999999999,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.111,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.046,"15min":1.024},"min":{"1min":0.71299999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3200000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.90800000000000003}]},{"osd":6,"last update":"Wed Jan 24 01:22:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98799999999999999,"15min":0.97099999999999997},"min":{"1min":0.72999999999999998,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.175,"5min":1.425,"15min":1.425},"last":1.056},{"interface":"front","average":{"1min":1.087,"5min":1.0580000000000001,"15min":1.0449999999999999},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.4359999999999999,"5min":1.47,"15min":1.47},"last":1.012}]},{"osd":7,"last update":"Wed Jan 24 01:22:59 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0089999999999999,"15min":0.98499999999999999},"min":{"1min":0.57399999999999995,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.3029999999999999,"5min":1.512,"15min":1.512},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.117,"15min":1.099},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.371,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.032}]}]}],"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-24T01:23:23.010 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-24T01:23:23.010 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-24T01:23:23.011 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-24T01:23:23.011 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph health --format=json 2024-01-24T01:23:23.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:23 smithi099 bash[16312]: cluster 2024-01-24T01:23:21.813705+0000 mgr.smithi099.npjflm (mgr.14182) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:23.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:23 smithi156 bash[19595]: cluster 2024-01-24T01:23:21.813705+0000 mgr.smithi099.npjflm (mgr.14182) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:24 smithi099 bash[16312]: audit 2024-01-24T01:23:22.441338+0000 mgr.smithi099.npjflm (mgr.14182) 207 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:23:24.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:24 smithi156 bash[19595]: audit 2024-01-24T01:23:22.441338+0000 mgr.smithi099.npjflm (mgr.14182) 207 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:23:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:25 smithi099 bash[16312]: cluster 2024-01-24T01:23:23.814316+0000 mgr.smithi099.npjflm (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:25 smithi156 bash[19595]: cluster 2024-01-24T01:23:23.814316+0000 mgr.smithi099.npjflm (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:26 smithi099 bash[16312]: cluster 2024-01-24T01:23:25.814913+0000 mgr.smithi099.npjflm (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:26.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:26 smithi156 bash[19595]: cluster 2024-01-24T01:23:25.814913+0000 mgr.smithi099.npjflm (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:27.853 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/mon.smithi099/config 2024-01-24T01:23:29.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:28 smithi099 bash[16312]: cluster 2024-01-24T01:23:27.815522+0000 mgr.smithi099.npjflm (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:29.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:28 smithi156 bash[19595]: cluster 2024-01-24T01:23:27.815522+0000 mgr.smithi099.npjflm (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:30.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:30 smithi099 bash[16312]: cluster 2024-01-24T01:23:29.816135+0000 mgr.smithi099.npjflm (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:30.897 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:23:30.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:30 smithi156 bash[19595]: cluster 2024-01-24T01:23:29.816135+0000 mgr.smithi099.npjflm (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:31.532 INFO:teuthology.orchestra.run.smithi099.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-24T01:23:31.532 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-24T01:23:31.533 INFO:tasks.cephadm:Setup complete, yielding 2024-01-24T01:23:31.533 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T01:23:31.543 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi099.front.sepia.ceph.com 2024-01-24T01:23:31.544 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph orch status' 2024-01-24T01:23:31.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:31 smithi099 bash[16312]: audit 2024-01-24T01:23:30.896238+0000 mon.smithi099 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.99:0/1819959238' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T01:23:31.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:31 smithi156 bash[19595]: audit 2024-01-24T01:23:30.896238+0000 mon.smithi099 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.99:0/1819959238' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T01:23:32.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:32 smithi099 bash[16312]: cluster 2024-01-24T01:23:31.816747+0000 mgr.smithi099.npjflm (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:32.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:32 smithi156 bash[19595]: cluster 2024-01-24T01:23:31.816747+0000 mgr.smithi099.npjflm (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:34.572 INFO:teuthology.orchestra.run.smithi099.stdout:Backend: cephadm 2024-01-24T01:23:34.572 INFO:teuthology.orchestra.run.smithi099.stdout:Available: Yes 2024-01-24T01:23:34.572 INFO:teuthology.orchestra.run.smithi099.stdout:Paused: No 2024-01-24T01:23:35.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:34 smithi099 bash[16312]: cluster 2024-01-24T01:23:33.817363+0000 mgr.smithi099.npjflm (mgr.14182) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:35.193 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-24T01:23:35.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:34 smithi156 bash[19595]: cluster 2024-01-24T01:23:33.817363+0000 mgr.smithi099.npjflm (mgr.14182) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:36.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:35 smithi156 bash[19595]: audit 2024-01-24T01:23:34.570768+0000 mgr.smithi099.npjflm (mgr.14182) 214 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:36.256 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:35 smithi099 bash[16312]: audit 2024-01-24T01:23:34.570768+0000 mgr.smithi099.npjflm (mgr.14182) 214 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:37.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:36 smithi156 bash[19595]: cluster 2024-01-24T01:23:35.818008+0000 mgr.smithi099.npjflm (mgr.14182) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:36 smithi099 bash[16312]: cluster 2024-01-24T01:23:35.818008+0000 mgr.smithi099.npjflm (mgr.14182) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:38.326 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-24T01:23:38.326 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.smithi099 smithi099 *:9093,9094 running (3m) 17s ago 6m 14.3M - 0.23.0 ba2b418f427c 4de0c0fa1104 2024-01-24T01:23:38.326 INFO:teuthology.orchestra.run.smithi099.stdout:crash.smithi099 smithi099 running (6m) 17s ago 6m 7575k - 16.2.14-449-ga70aebef 377ff36742d8 24841181b4df 2024-01-24T01:23:38.326 INFO:teuthology.orchestra.run.smithi099.stdout:crash.smithi156 smithi156 running (5m) 18s ago 5m 9507k - 16.2.14-449-ga70aebef 377ff36742d8 d3cde875c568 2024-01-24T01:23:38.326 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.smithi099 smithi099 *:3000 running (3m) 17s ago 5m 42.8M - 8.3.5 dad864ee21e9 a3a62cb400d9 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.smithi099.npjflm smithi099 *:9283 running (7m) 17s ago 7m 429M - 16.2.14-449-ga70aebef 377ff36742d8 19ec57fea24b 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.smithi156.esifnu smithi156 *:8443,9283 running (5m) 18s ago 5m 377M - 16.2.14-449-ga70aebef 377ff36742d8 46a53e9fe8db 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:mon.smithi099 smithi099 running (7m) 17s ago 7m 59.4M 2048M 16.2.14-449-ga70aebef 377ff36742d8 20aca955dc45 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:mon.smithi156 smithi156 running (5m) 18s ago 5m 57.8M 2048M 16.2.14-449-ga70aebef 377ff36742d8 92115722abea 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.smithi099 smithi099 *:9100 running (5m) 17s ago 5m 11.3M - 1.3.1 1dbe0e931976 65cc7639c968 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.smithi156 smithi156 *:9100 running (5m) 18s ago 5m 13.7M - 1.3.1 1dbe0e931976 b385cd549b27 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi156 running (4m) 18s ago 4m 35.3M 3785M 16.2.14-449-ga70aebef 377ff36742d8 ddcaa9d63f0f 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (4m) 17s ago 4m 34.5M 3529M 16.2.14-449-ga70aebef 377ff36742d8 63f118a9ee4c 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi156 running (4m) 18s ago 4m 34.6M 3785M 16.2.14-449-ga70aebef 377ff36742d8 75e2611029a2 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (4m) 17s ago 4m 34.8M 3529M 16.2.14-449-ga70aebef 377ff36742d8 38cb66c04ad6 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi156 running (4m) 18s ago 4m 35.0M 3785M 16.2.14-449-ga70aebef 377ff36742d8 6b7cc93079de 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi099 running (3m) 17s ago 4m 34.2M 3529M 16.2.14-449-ga70aebef 377ff36742d8 6d2688be96a9 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi156 running (4m) 18s ago 4m 37.1M 3785M 16.2.14-449-ga70aebef 377ff36742d8 5b45d8022d29 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi099 running (3m) 17s ago 3m 37.1M 3529M 16.2.14-449-ga70aebef 377ff36742d8 6011b79b1659 2024-01-24T01:23:38.327 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.smithi156 smithi156 *:9095 running (5m) 18s ago 5m 53.5M - 2.33.4 514e6a882f6e 92b8a316b533 2024-01-24T01:23:38.959 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-24T01:23:39.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:38 smithi156 bash[19595]: cluster 2024-01-24T01:23:37.818605+0000 mgr.smithi099.npjflm (mgr.14182) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:39.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:38 smithi156 bash[19595]: audit 2024-01-24T01:23:38.304085+0000 mgr.smithi099.npjflm (mgr.14182) 217 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:39.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:38 smithi099 bash[16312]: cluster 2024-01-24T01:23:37.818605+0000 mgr.smithi099.npjflm (mgr.14182) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:39.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:38 smithi099 bash[16312]: audit 2024-01-24T01:23:38.304085+0000 mgr.smithi099.npjflm (mgr.14182) 217 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:40 smithi156 bash[19595]: cluster 2024-01-24T01:23:39.819238+0000 mgr.smithi099.npjflm (mgr.14182) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:41.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:40 smithi099 bash[16312]: cluster 2024-01-24T01:23:39.819238+0000 mgr.smithi099.npjflm (mgr.14182) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:42.205 INFO:teuthology.orchestra.run.smithi099.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-24T01:23:42.205 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager ?:9093,9094 1/1 21s ago 6m count:1 2024-01-24T01:23:42.205 INFO:teuthology.orchestra.run.smithi099.stdout:crash 2/2 21s ago 7m * 2024-01-24T01:23:42.205 INFO:teuthology.orchestra.run.smithi099.stdout:grafana ?:3000 1/1 21s ago 6m count:1 2024-01-24T01:23:42.205 INFO:teuthology.orchestra.run.smithi099.stdout:mgr 2/2 21s ago 7m count:2 2024-01-24T01:23:42.205 INFO:teuthology.orchestra.run.smithi099.stdout:mon 2/2 21s ago 5m smithi099:172.21.15.99=smithi099;smithi156:172.21.15.156=smithi156;count:2 2024-01-24T01:23:42.205 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter ?:9100 2/2 21s ago 6m * 2024-01-24T01:23:42.206 INFO:teuthology.orchestra.run.smithi099.stdout:osd.all-available-devices 8 21s ago 5m * 2024-01-24T01:23:42.206 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus ?:9095 1/1 21s ago 7m count:1 2024-01-24T01:23:42.786 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-24T01:23:43.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:42 smithi099 bash[16312]: cluster 2024-01-24T01:23:41.819670+0000 mgr.smithi099.npjflm (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:43.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:42 smithi099 bash[16312]: audit 2024-01-24T01:23:42.199329+0000 mgr.smithi099.npjflm (mgr.14182) 220 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:43.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:42 smithi156 bash[19595]: cluster 2024-01-24T01:23:41.819670+0000 mgr.smithi099.npjflm (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:43.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:42 smithi156 bash[19595]: audit 2024-01-24T01:23:42.199329+0000 mgr.smithi099.npjflm (mgr.14182) 220 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:45.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:44 smithi156 bash[19595]: cluster 2024-01-24T01:23:43.820241+0000 mgr.smithi099.npjflm (mgr.14182) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:45.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:44 smithi099 bash[16312]: cluster 2024-01-24T01:23:43.820241+0000 mgr.smithi099.npjflm (mgr.14182) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:46.007 INFO:teuthology.orchestra.run.smithi099.stdout:HOST ADDR LABELS STATUS 2024-01-24T01:23:46.007 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 172.21.15.99 2024-01-24T01:23:46.007 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 172.21.15.156 2024-01-24T01:23:46.007 INFO:teuthology.orchestra.run.smithi099.stdout:2 hosts in cluster 2024-01-24T01:23:46.638 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-24T01:23:47.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:46 smithi099 bash[16312]: cluster 2024-01-24T01:23:45.820614+0000 mgr.smithi099.npjflm (mgr.14182) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:47.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:46 smithi099 bash[16312]: audit 2024-01-24T01:23:46.004565+0000 mgr.smithi099.npjflm (mgr.14182) 223 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:47.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:46 smithi156 bash[19595]: cluster 2024-01-24T01:23:45.820614+0000 mgr.smithi099.npjflm (mgr.14182) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:47.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:46 smithi156 bash[19595]: audit 2024-01-24T01:23:46.004565+0000 mgr.smithi099.npjflm (mgr.14182) 223 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:49.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:48 smithi156 bash[19595]: cluster 2024-01-24T01:23:47.821337+0000 mgr.smithi099.npjflm (mgr.14182) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:49.331 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:48 smithi099 bash[16312]: cluster 2024-01-24T01:23:47.821337+0000 mgr.smithi099.npjflm (mgr.14182) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme0n1 ssd _PHFT62040101400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme1n1 ssd _3a31b7432adc27f2 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme2n1 ssd _c6440f8171e299c5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme3n1 ssd _dc25bb00429b4101 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme4n1 ssd _95a352764ab41afe 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme0n1 ssd _PHMB74760040480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme1n1 ssd _8a0d865ccea0e6d2 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme2n1 ssd _0b8a65c9cc7f7db3 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:49.771 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme3n1 ssd _0ce371f92fea964f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:49.772 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme4n1 ssd _036df3073c2dda21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:50.420 INFO:teuthology.run_tasks:Running task vip... 2024-01-24T01:23:50.431 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-24T01:23:50.431 INFO:tasks.vip:peername 172.21.15.99 2024-01-24T01:23:50.434 INFO:tasks.vip:172.21.15.99 in 172.21.0.0/20, pos 3938 2024-01-24T01:23:50.439 INFO:tasks.vip:smithi099.front.sepia.ceph.com static 10.0.15.99, vnet 10.0.0.0/16 2024-01-24T01:23:50.439 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-24T01:23:50.439 DEBUG:teuthology.orchestra.run.smithi099:> sudo ip route ls 2024-01-24T01:23:50.453 INFO:teuthology.orchestra.run.smithi099.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-24T01:23:50.453 INFO:teuthology.orchestra.run.smithi099.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.99 metric 100 2024-01-24T01:23:50.453 INFO:teuthology.orchestra.run.smithi099.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-24T01:23:50.453 INFO:teuthology.orchestra.run.smithi099.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.99 2024-01-24T01:23:50.453 INFO:teuthology.orchestra.run.smithi099.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.99 metric 100 2024-01-24T01:23:50.454 INFO:tasks.vip:Configuring 10.0.15.99 on smithi099.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T01:23:50.454 DEBUG:teuthology.orchestra.run.smithi099:> sudo ip addr add 10.0.15.99/16 dev enp3s0f1 2024-01-24T01:23:50.510 INFO:tasks.vip:peername 172.21.15.156 2024-01-24T01:23:50.513 INFO:tasks.vip:172.21.15.156 in 172.21.0.0/20, pos 3995 2024-01-24T01:23:50.517 INFO:tasks.vip:smithi156.front.sepia.ceph.com static 10.0.15.156, vnet 10.0.0.0/16 2024-01-24T01:23:50.517 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip route ls 2024-01-24T01:23:50.530 INFO:teuthology.orchestra.run.smithi156.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-24T01:23:50.531 INFO:teuthology.orchestra.run.smithi156.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.156 metric 100 2024-01-24T01:23:50.531 INFO:teuthology.orchestra.run.smithi156.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-24T01:23:50.531 INFO:teuthology.orchestra.run.smithi156.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.156 2024-01-24T01:23:50.531 INFO:teuthology.orchestra.run.smithi156.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.156 metric 100 2024-01-24T01:23:50.531 INFO:tasks.vip:Configuring 10.0.15.156 on smithi156.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T01:23:50.532 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr add 10.0.15.156/16 dev enp3s0f1 2024-01-24T01:23:50.594 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T01:23:50.604 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi099.front.sepia.ceph.com 2024-01-24T01:23:50.604 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-24T01:23:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:50 smithi156 bash[19595]: audit 2024-01-24T01:23:49.761114+0000 mgr.smithi099.npjflm (mgr.14182) 225 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:50 smithi156 bash[19595]: cluster 2024-01-24T01:23:49.821987+0000 mgr.smithi099.npjflm (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:50 smithi099 bash[16312]: audit 2024-01-24T01:23:49.761114+0000 mgr.smithi099.npjflm (mgr.14182) 225 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:50 smithi099 bash[16312]: cluster 2024-01-24T01:23:49.821987+0000 mgr.smithi099.npjflm (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:53.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:52 smithi156 bash[19595]: cluster 2024-01-24T01:23:51.822757+0000 mgr.smithi099.npjflm (mgr.14182) 227 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:53.346 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:52 smithi099 bash[16312]: cluster 2024-01-24T01:23:51.822757+0000 mgr.smithi099.npjflm (mgr.14182) 227 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:53.778 INFO:teuthology.orchestra.run.smithi099.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T01:23:53.778 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme0n1 ssd _PHFT62040101400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-24T01:23:53.778 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme1n1 ssd _3a31b7432adc27f2 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:53.778 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme2n1 ssd _c6440f8171e299c5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:53.779 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme3n1 ssd _dc25bb00429b4101 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:53.779 INFO:teuthology.orchestra.run.smithi099.stdout:smithi099 /dev/nvme4n1 ssd _95a352764ab41afe 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:53.779 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme0n1 ssd _PHMB74760040480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-01-24T01:23:53.779 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme1n1 ssd _8a0d865ccea0e6d2 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:53.779 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme2n1 ssd _0b8a65c9cc7f7db3 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:53.779 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme3n1 ssd _0ce371f92fea964f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:53.779 INFO:teuthology.orchestra.run.smithi099.stdout:smithi156 /dev/nvme4n1 ssd _036df3073c2dda21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:23:54.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:53 smithi099 bash[16312]: audit 2024-01-24T01:23:53.810886+0000 mon.smithi099 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:23:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:53 smithi156 bash[19595]: audit 2024-01-24T01:23:53.810886+0000 mon.smithi099 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:23:54.374 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-24T01:23:54.383 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi099.front.sepia.ceph.com 2024-01-24T01:23:54.384 DEBUG:teuthology.orchestra.run.smithi099:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T01:23:54.397 INFO:teuthology.orchestra.run.smithi099.stderr:+ systemctl stop nfs-server 2024-01-24T01:23:54.420 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi156.front.sepia.ceph.com 2024-01-24T01:23:54.420 DEBUG:teuthology.orchestra.run.smithi156:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T01:23:54.436 INFO:teuthology.orchestra.run.smithi156.stderr:+ systemctl stop nfs-server 2024-01-24T01:23:54.460 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T01:23:54.475 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi099.front.sepia.ceph.com 2024-01-24T01:23:54.476 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-24T01:23:55.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:54 smithi156 bash[19595]: audit 2024-01-24T01:23:53.772430+0000 mgr.smithi099.npjflm (mgr.14182) 228 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:55.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:54 smithi156 bash[19595]: cluster 2024-01-24T01:23:53.823467+0000 mgr.smithi099.npjflm (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:55.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:54 smithi099 bash[16312]: audit 2024-01-24T01:23:53.772430+0000 mgr.smithi099.npjflm (mgr.14182) 228 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:55.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:54 smithi099 bash[16312]: cluster 2024-01-24T01:23:53.823467+0000 mgr.smithi099.npjflm (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:57.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:56 smithi156 bash[19595]: cluster 2024-01-24T01:23:55.824027+0000 mgr.smithi099.npjflm (mgr.14182) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:57.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:56 smithi099 bash[16312]: cluster 2024-01-24T01:23:55.824027+0000 mgr.smithi099.npjflm (mgr.14182) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:58.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:58 smithi099 bash[16312]: audit 2024-01-24T01:23:57.798498+0000 mon.smithi099 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-24T01:23:58.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:58 smithi156 bash[19595]: audit 2024-01-24T01:23:57.798498+0000 mon.smithi099 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-24T01:23:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:59 smithi099 bash[16312]: audit 2024-01-24T01:23:57.797797+0000 mgr.smithi099.npjflm (mgr.14182) 231 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:59 smithi099 bash[16312]: cluster 2024-01-24T01:23:57.824550+0000 mgr.smithi099.npjflm (mgr.14182) 232 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:59 smithi099 bash[16312]: audit 2024-01-24T01:23:58.308095+0000 mon.smithi099 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-24T01:23:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:59 smithi099 bash[16312]: cluster 2024-01-24T01:23:58.308167+0000 mon.smithi099 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T01:23:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:59 smithi099 bash[16312]: audit 2024-01-24T01:23:58.316671+0000 mon.smithi099 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-24T01:23:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:23:59 smithi099 bash[16312]: debug 2024-01-24T01:23:59.317+0000 7f81f0f35700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T01:23:59.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:59 smithi156 bash[19595]: audit 2024-01-24T01:23:57.797797+0000 mgr.smithi099.npjflm (mgr.14182) 231 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:23:59.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:59 smithi156 bash[19595]: cluster 2024-01-24T01:23:57.824550+0000 mgr.smithi099.npjflm (mgr.14182) 232 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:23:59.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:59 smithi156 bash[19595]: audit 2024-01-24T01:23:58.308095+0000 mon.smithi099 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-24T01:23:59.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:59 smithi156 bash[19595]: cluster 2024-01-24T01:23:58.308167+0000 mon.smithi099 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T01:23:59.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:23:59 smithi156 bash[19595]: audit 2024-01-24T01:23:58.316671+0000 mon.smithi099 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-24T01:23:59.982 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.99/16 --port 2999' 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: audit 2024-01-24T01:23:59.315046+0000 mon.smithi099 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: cluster 2024-01-24T01:23:59.315485+0000 mon.smithi099 (mon.0) 611 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: audit 2024-01-24T01:23:59.322410+0000 mon.smithi099 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: cluster 2024-01-24T01:23:59.324413+0000 mon.smithi099 (mon.0) 613 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: cluster 2024-01-24T01:23:59.324451+0000 mon.smithi099 (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: cluster 2024-01-24T01:23:59.340701+0000 mon.smithi099 (mon.0) 615 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: audit 2024-01-24T01:23:59.340917+0000 mon.smithi099 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: cluster 2024-01-24T01:23:59.341006+0000 mon.smithi099 (mon.0) 617 : cluster [DBG] fsmap foofs:0 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: cephadm 2024-01-24T01:23:59.344837+0000 mgr.smithi099.npjflm (mgr.14182) 233 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: audit 2024-01-24T01:23:59.349398+0000 mon.smithi099 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: cluster 2024-01-24T01:23:59.825209+0000 mgr.smithi099.npjflm (mgr.14182) 234 : cluster [DBG] pgmap v214: 65 pgs: 6 creating+activating, 8 creating+peering, 50 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:00.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:00 smithi099 bash[16312]: audit 2024-01-24T01:23:59.957960+0000 mon.smithi099 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: audit 2024-01-24T01:23:59.315046+0000 mon.smithi099 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: cluster 2024-01-24T01:23:59.315485+0000 mon.smithi099 (mon.0) 611 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: audit 2024-01-24T01:23:59.322410+0000 mon.smithi099 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: cluster 2024-01-24T01:23:59.324413+0000 mon.smithi099 (mon.0) 613 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: cluster 2024-01-24T01:23:59.324451+0000 mon.smithi099 (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: cluster 2024-01-24T01:23:59.340701+0000 mon.smithi099 (mon.0) 615 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: audit 2024-01-24T01:23:59.340917+0000 mon.smithi099 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: cluster 2024-01-24T01:23:59.341006+0000 mon.smithi099 (mon.0) 617 : cluster [DBG] fsmap foofs:0 2024-01-24T01:24:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: cephadm 2024-01-24T01:23:59.344837+0000 mgr.smithi099.npjflm (mgr.14182) 233 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-24T01:24:00.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: audit 2024-01-24T01:23:59.349398+0000 mon.smithi099 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:00.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: cluster 2024-01-24T01:23:59.825209+0000 mgr.smithi099.npjflm (mgr.14182) 234 : cluster [DBG] pgmap v214: 65 pgs: 6 creating+activating, 8 creating+peering, 50 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:00.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:00 smithi156 bash[19595]: audit 2024-01-24T01:23:59.957960+0000 mon.smithi099 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:01.455 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:01 smithi099 bash[16312]: cluster 2024-01-24T01:24:00.342107+0000 mon.smithi099 (mon.0) 620 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T01:24:01.455 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:01 smithi099 bash[16312]: audit 2024-01-24T01:24:01.076558+0000 mon.smithi099 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:01.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:01 smithi156 bash[19595]: cluster 2024-01-24T01:24:00.342107+0000 mon.smithi099 (mon.0) 620 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T01:24:01.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:01 smithi156 bash[19595]: audit 2024-01-24T01:24:01.076558+0000 mon.smithi099 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:02.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:02 smithi156 bash[19595]: cluster 2024-01-24T01:24:01.347303+0000 mon.smithi099 (mon.0) 622 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T01:24:02.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:02 smithi156 bash[19595]: cluster 2024-01-24T01:24:01.825830+0000 mgr.smithi099.npjflm (mgr.14182) 235 : cluster [DBG] pgmap v217: 65 pgs: 6 creating+activating, 8 creating+peering, 17 unknown, 34 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:02.802 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:02 smithi099 bash[16312]: cluster 2024-01-24T01:24:01.347303+0000 mon.smithi099 (mon.0) 622 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T01:24:02.802 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:02 smithi099 bash[16312]: cluster 2024-01-24T01:24:01.825830+0000 mgr.smithi099.npjflm (mgr.14182) 235 : cluster [DBG] pgmap v217: 65 pgs: 6 creating+activating, 8 creating+peering, 17 unknown, 34 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:04.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:03 smithi099 bash[16312]: audit 2024-01-24T01:24:03.263092+0000 mgr.smithi099.npjflm (mgr.14182) 236 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.99/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:24:04.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:03 smithi099 bash[16312]: audit 2024-01-24T01:24:03.264804+0000 mon.smithi099 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T01:24:04.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:03 smithi156 bash[19595]: audit 2024-01-24T01:24:03.263092+0000 mgr.smithi099.npjflm (mgr.14182) 236 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.99/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:24:04.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:03 smithi156 bash[19595]: audit 2024-01-24T01:24:03.264804+0000 mon.smithi099 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T01:24:04.861 INFO:teuthology.orchestra.run.smithi099.stdout:NFS Cluster Created Successfully 2024-01-24T01:24:05.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:04 smithi099 bash[16312]: audit 2024-01-24T01:24:03.771257+0000 mon.smithi099 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T01:24:05.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:04 smithi099 bash[16312]: cluster 2024-01-24T01:24:03.771381+0000 mon.smithi099 (mon.0) 625 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T01:24:05.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:04 smithi099 bash[16312]: audit 2024-01-24T01:24:03.776967+0000 mon.smithi099 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T01:24:05.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:04 smithi099 bash[16312]: cluster 2024-01-24T01:24:03.826459+0000 mgr.smithi099.npjflm (mgr.14182) 237 : cluster [DBG] pgmap v219: 97 pgs: 6 creating+activating, 4 creating+peering, 34 unknown, 53 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:05.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:04 smithi099 bash[16312]: audit 2024-01-24T01:24:04.776137+0000 mon.smithi099 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T01:24:05.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:04 smithi099 bash[16312]: cluster 2024-01-24T01:24:04.776745+0000 mon.smithi099 (mon.0) 628 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T01:24:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:04 smithi156 bash[19595]: audit 2024-01-24T01:24:03.771257+0000 mon.smithi099 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T01:24:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:04 smithi156 bash[19595]: cluster 2024-01-24T01:24:03.771381+0000 mon.smithi099 (mon.0) 625 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T01:24:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:04 smithi156 bash[19595]: audit 2024-01-24T01:24:03.776967+0000 mon.smithi099 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T01:24:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:04 smithi156 bash[19595]: cluster 2024-01-24T01:24:03.826459+0000 mgr.smithi099.npjflm (mgr.14182) 237 : cluster [DBG] pgmap v219: 97 pgs: 6 creating+activating, 4 creating+peering, 34 unknown, 53 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:04 smithi156 bash[19595]: audit 2024-01-24T01:24:04.776137+0000 mon.smithi099 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T01:24:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:04 smithi156 bash[19595]: cluster 2024-01-24T01:24:04.776745+0000 mon.smithi099 (mon.0) 628 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T01:24:05.560 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-24T01:24:05.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:05 smithi156 bash[19595]: cephadm 2024-01-24T01:24:04.844433+0000 mgr.smithi099.npjflm (mgr.14182) 238 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-24T01:24:05.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:05 smithi156 bash[19595]: audit 2024-01-24T01:24:04.850423+0000 mon.smithi099 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:05.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:05 smithi156 bash[19595]: cephadm 2024-01-24T01:24:04.853785+0000 mgr.smithi099.npjflm (mgr.14182) 239 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T01:24:05.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:05 smithi156 bash[19595]: audit 2024-01-24T01:24:04.859447+0000 mon.smithi099 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:05.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:05 smithi156 bash[19595]: cluster 2024-01-24T01:24:05.790846+0000 mon.smithi099 (mon.0) 631 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T01:24:06.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:05 smithi099 bash[16312]: cephadm 2024-01-24T01:24:04.844433+0000 mgr.smithi099.npjflm (mgr.14182) 238 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-24T01:24:06.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:05 smithi099 bash[16312]: audit 2024-01-24T01:24:04.850423+0000 mon.smithi099 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:06.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:05 smithi099 bash[16312]: cephadm 2024-01-24T01:24:04.853785+0000 mgr.smithi099.npjflm (mgr.14182) 239 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T01:24:06.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:05 smithi099 bash[16312]: audit 2024-01-24T01:24:04.859447+0000 mon.smithi099 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:06.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:05 smithi099 bash[16312]: cluster 2024-01-24T01:24:05.790846+0000 mon.smithi099 (mon.0) 631 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T01:24:07.001 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:06 smithi099 bash[16312]: cluster 2024-01-24T01:24:05.826925+0000 mgr.smithi099.npjflm (mgr.14182) 240 : cluster [DBG] pgmap v222: 97 pgs: 8 creating+peering, 14 unknown, 75 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:07.001 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:06 smithi099 bash[16312]: cluster 2024-01-24T01:24:05.869650+0000 mon.smithi099 (mon.0) 632 : cluster [DBG] mgrmap e19: smithi099.npjflm(active, since 6m), standbys: smithi156.esifnu 2024-01-24T01:24:07.194 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:06 smithi156 bash[19595]: cluster 2024-01-24T01:24:05.826925+0000 mgr.smithi099.npjflm (mgr.14182) 240 : cluster [DBG] pgmap v222: 97 pgs: 8 creating+peering, 14 unknown, 75 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:07.194 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:06 smithi156 bash[19595]: cluster 2024-01-24T01:24:05.869650+0000 mon.smithi099 (mon.0) 632 : cluster [DBG] mgrmap e19: smithi099.npjflm(active, since 6m), standbys: smithi156.esifnu 2024-01-24T01:24:09.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:08 smithi099 bash[16312]: cluster 2024-01-24T01:24:07.827749+0000 mgr.smithi099.npjflm (mgr.14182) 241 : cluster [DBG] pgmap v223: 97 pgs: 8 creating+peering, 3 unknown, 86 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:09.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:08 smithi156 bash[19595]: cluster 2024-01-24T01:24:07.827749+0000 mgr.smithi099.npjflm (mgr.14182) 241 : cluster [DBG] pgmap v223: 97 pgs: 8 creating+peering, 3 unknown, 86 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:10.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:09 smithi156 bash[19595]: audit 2024-01-24T01:24:09.207079+0000 mgr.smithi099.npjflm (mgr.14182) 242 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:24:10.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:09 smithi156 bash[19595]: audit 2024-01-24T01:24:09.641691+0000 mon.smithi099 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:09 smithi099 bash[16312]: audit 2024-01-24T01:24:09.207079+0000 mgr.smithi099.npjflm (mgr.14182) 242 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:24:10.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:09 smithi099 bash[16312]: audit 2024-01-24T01:24:09.641691+0000 mon.smithi099 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:11.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:10 smithi099 bash[16312]: cluster 2024-01-24T01:24:09.828758+0000 mgr.smithi099.npjflm (mgr.14182) 243 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:11.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:10 smithi156 bash[19595]: cluster 2024-01-24T01:24:09.828758+0000 mgr.smithi099.npjflm (mgr.14182) 243 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:13.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: cluster 2024-01-24T01:24:11.829583+0000 mgr.smithi099.npjflm (mgr.14182) 244 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:13.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.774219+0000 mon.smithi099 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:13.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.776201+0000 mon.smithi099 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:13.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.777746+0000 mon.smithi099 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:24:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.788632+0000 mon.smithi099 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.797625+0000 mon.smithi099 (mon.0) 638 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:24:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.810913+0000 mon.smithi099 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.812157+0000 mon.smithi099 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.dhwspy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T01:24:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.818322+0000 mon.smithi099 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.dhwspy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T01:24:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:12 smithi156 bash[19595]: audit 2024-01-24T01:24:12.819411+0000 mon.smithi099 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: cluster 2024-01-24T01:24:11.829583+0000 mgr.smithi099.npjflm (mgr.14182) 244 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.774219+0000 mon.smithi099 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.776201+0000 mon.smithi099 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.777746+0000 mon.smithi099 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.788632+0000 mon.smithi099 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.797625+0000 mon.smithi099 (mon.0) 638 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.810913+0000 mon.smithi099 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.812157+0000 mon.smithi099 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.dhwspy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.818322+0000 mon.smithi099 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.dhwspy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T01:24:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:12 smithi099 bash[16312]: audit 2024-01-24T01:24:12.819411+0000 mon.smithi099 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:14.178 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:13 smithi156 bash[19595]: cephadm 2024-01-24T01:24:12.820446+0000 mgr.smithi099.npjflm (mgr.14182) 245 : cephadm [INF] Deploying daemon mds.foofs.smithi156.dhwspy on smithi156 2024-01-24T01:24:14.178 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:13 smithi156 bash[19595]: audit 2024-01-24T01:24:12.948497+0000 mon.smithi099 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:14.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:13 smithi099 bash[16312]: cephadm 2024-01-24T01:24:12.820446+0000 mgr.smithi099.npjflm (mgr.14182) 245 : cephadm [INF] Deploying daemon mds.foofs.smithi156.dhwspy on smithi156 2024-01-24T01:24:14.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:13 smithi099 bash[16312]: audit 2024-01-24T01:24:12.948497+0000 mon.smithi099 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:15.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:14 smithi156 bash[19595]: cluster 2024-01-24T01:24:13.830425+0000 mgr.smithi099.npjflm (mgr.14182) 246 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:14 smithi099 bash[16312]: cluster 2024-01-24T01:24:13.830425+0000 mgr.smithi099.npjflm (mgr.14182) 246 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:16.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:16 smithi156 bash[19595]: audit 2024-01-24T01:24:15.033416+0000 mon.smithi099 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:16.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:16 smithi156 bash[19595]: audit 2024-01-24T01:24:15.036241+0000 mon.smithi099 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi099.qnmycp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T01:24:16.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:16 smithi156 bash[19595]: audit 2024-01-24T01:24:15.042688+0000 mon.smithi099 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi099.qnmycp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T01:24:16.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:16 smithi156 bash[19595]: audit 2024-01-24T01:24:15.044181+0000 mon.smithi099 (mon.0) 647 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:16.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:16 smithi156 bash[19595]: cephadm 2024-01-24T01:24:15.045434+0000 mgr.smithi099.npjflm (mgr.14182) 247 : cephadm [INF] Deploying daemon mds.foofs.smithi099.qnmycp on smithi099 2024-01-24T01:24:16.333 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:16 smithi099 bash[16312]: audit 2024-01-24T01:24:15.033416+0000 mon.smithi099 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:16.333 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:16 smithi099 bash[16312]: audit 2024-01-24T01:24:15.036241+0000 mon.smithi099 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi099.qnmycp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T01:24:16.333 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:16 smithi099 bash[16312]: audit 2024-01-24T01:24:15.042688+0000 mon.smithi099 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi099.qnmycp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T01:24:16.334 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:16 smithi099 bash[16312]: audit 2024-01-24T01:24:15.044181+0000 mon.smithi099 (mon.0) 647 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:16.334 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:16 smithi099 bash[16312]: cephadm 2024-01-24T01:24:15.045434+0000 mgr.smithi099.npjflm (mgr.14182) 247 : cephadm [INF] Deploying daemon mds.foofs.smithi099.qnmycp on smithi099 2024-01-24T01:24:17.333 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:17 smithi099 bash[16312]: cluster 2024-01-24T01:24:15.831464+0000 mgr.smithi099.npjflm (mgr.14182) 248 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:17.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:17 smithi156 bash[19595]: cluster 2024-01-24T01:24:15.831464+0000 mgr.smithi099.npjflm (mgr.14182) 248 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:18.077 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-01-24T01:24:18.077 INFO:teuthology.orchestra.run.smithi099.stdout: "bind": "/fake", 2024-01-24T01:24:18.077 INFO:teuthology.orchestra.run.smithi099.stdout: "fs": "foofs", 2024-01-24T01:24:18.077 INFO:teuthology.orchestra.run.smithi099.stdout: "path": "/", 2024-01-24T01:24:18.077 INFO:teuthology.orchestra.run.smithi099.stdout: "cluster": "foo", 2024-01-24T01:24:18.077 INFO:teuthology.orchestra.run.smithi099.stdout: "mode": "RW" 2024-01-24T01:24:18.077 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-01-24T01:24:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.048115+0000 mon.smithi099 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.156:6832/1302162957,v1:172.21.15.156:6833/1302162957] up:boot 2024-01-24T01:24:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.048283+0000 mon.smithi099 (mon.0) 649 : cluster [INF] daemon mds.foofs.smithi156.dhwspy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-24T01:24:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.048457+0000 mon.smithi099 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-24T01:24:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.048523+0000 mon.smithi099 (mon.0) 651 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-24T01:24:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.048581+0000 mon.smithi099 (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.049203+0000 mon.smithi099 (mon.0) 653 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.049388+0000 mon.smithi099 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.dhwspy"}]: dispatch 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.054835+0000 mon.smithi099 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:creating} 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.073766+0000 mon.smithi099 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi156.dhwspy is now active in filesystem foofs as rank 0 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.381066+0000 mon.smithi099 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.388039+0000 mon.smithi099 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.413873+0000 mon.smithi099 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.418170+0000 mon.smithi099 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.419259+0000 mon.smithi099 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.424005+0000 mon.smithi099 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.425198+0000 mon.smithi099 (mon.0) 663 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:18.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.480225+0000 mon.smithi099 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T01:24:18.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.486074+0000 mon.smithi099 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T01:24:18.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.556318+0000 mon.smithi099 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:24:18.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.562769+0000 mon.smithi099 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:24:18.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:18 smithi099 bash[16312]: audit 2024-01-24T01:24:17.569832+0000 mon.smithi099 (mon.0) 668 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:18.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.048115+0000 mon.smithi099 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.156:6832/1302162957,v1:172.21.15.156:6833/1302162957] up:boot 2024-01-24T01:24:18.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.048283+0000 mon.smithi099 (mon.0) 649 : cluster [INF] daemon mds.foofs.smithi156.dhwspy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-24T01:24:18.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.048457+0000 mon.smithi099 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.048523+0000 mon.smithi099 (mon.0) 651 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.048581+0000 mon.smithi099 (mon.0) 652 : cluster [INF] Cluster is now healthy 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.049203+0000 mon.smithi099 (mon.0) 653 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.049388+0000 mon.smithi099 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.dhwspy"}]: dispatch 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.054835+0000 mon.smithi099 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:creating} 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.073766+0000 mon.smithi099 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi156.dhwspy is now active in filesystem foofs as rank 0 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.381066+0000 mon.smithi099 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.388039+0000 mon.smithi099 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.413873+0000 mon.smithi099 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.418170+0000 mon.smithi099 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.419259+0000 mon.smithi099 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.424005+0000 mon.smithi099 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.425198+0000 mon.smithi099 (mon.0) 663 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.480225+0000 mon.smithi099 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T01:24:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.486074+0000 mon.smithi099 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T01:24:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.556318+0000 mon.smithi099 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:24:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.562769+0000 mon.smithi099 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi099.wtsoik-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:24:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:18 smithi156 bash[19595]: audit 2024-01-24T01:24:17.569832+0000 mon.smithi099 (mon.0) 668 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:19.337 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T01:24:19.347 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-24T01:24:19.347 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cephadm 2024-01-24T01:24:17.413322+0000 mgr.smithi099.npjflm (mgr.14182) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi099.wtsoik 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cephadm 2024-01-24T01:24:17.418922+0000 mgr.smithi099.npjflm (mgr.14182) 250 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cephadm 2024-01-24T01:24:17.555374+0000 mgr.smithi099.npjflm (mgr.14182) 251 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cephadm 2024-01-24T01:24:17.555641+0000 mgr.smithi099.npjflm (mgr.14182) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi099.wtsoik-rgw 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cephadm 2024-01-24T01:24:17.571313+0000 mgr.smithi099.npjflm (mgr.14182) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi099.wtsoik on smithi099 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cluster 2024-01-24T01:24:17.832682+0000 mgr.smithi099.npjflm (mgr.14182) 254 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cluster 2024-01-24T01:24:18.055348+0000 mon.smithi099 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.156:6832/1302162957,v1:172.21.15.156:6833/1302162957] up:active 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: cluster 2024-01-24T01:24:18.055397+0000 mon.smithi099 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:active} 2024-01-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: audit 2024-01-24T01:24:18.063059+0000 mon.smithi099 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:19.356 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: audit 2024-01-24T01:24:18.069287+0000 mon.smithi099 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:19.357 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:19 smithi099 bash[16312]: audit 2024-01-24T01:24:18.124128+0000 mon.smithi099 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:19.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cephadm 2024-01-24T01:24:17.413322+0000 mgr.smithi099.npjflm (mgr.14182) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi099.wtsoik 2024-01-24T01:24:19.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cephadm 2024-01-24T01:24:17.418922+0000 mgr.smithi099.npjflm (mgr.14182) 250 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T01:24:19.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cephadm 2024-01-24T01:24:17.555374+0000 mgr.smithi099.npjflm (mgr.14182) 251 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T01:24:19.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cephadm 2024-01-24T01:24:17.555641+0000 mgr.smithi099.npjflm (mgr.14182) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi099.wtsoik-rgw 2024-01-24T01:24:19.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cephadm 2024-01-24T01:24:17.571313+0000 mgr.smithi099.npjflm (mgr.14182) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi099.wtsoik on smithi099 2024-01-24T01:24:19.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cluster 2024-01-24T01:24:17.832682+0000 mgr.smithi099.npjflm (mgr.14182) 254 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cluster 2024-01-24T01:24:18.055348+0000 mon.smithi099 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.156:6832/1302162957,v1:172.21.15.156:6833/1302162957] up:active 2024-01-24T01:24:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: cluster 2024-01-24T01:24:18.055397+0000 mon.smithi099 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:active} 2024-01-24T01:24:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: audit 2024-01-24T01:24:18.063059+0000 mon.smithi099 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: audit 2024-01-24T01:24:18.069287+0000 mon.smithi099 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 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-24T01:24:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:19 smithi156 bash[19595]: audit 2024-01-24T01:24:18.124128+0000 mon.smithi099 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:21.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:21 smithi099 bash[16312]: cluster 2024-01-24T01:24:19.833791+0000 mgr.smithi099.npjflm (mgr.14182) 255 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 128 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-01-24T01:24:21.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:21 smithi099 bash[16312]: cluster 2024-01-24T01:24:20.074490+0000 mon.smithi099 (mon.0) 674 : cluster [DBG] mgrmap e20: smithi099.npjflm(active, since 6m), standbys: smithi156.esifnu 2024-01-24T01:24:21.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:21 smithi099 bash[16312]: cluster 2024-01-24T01:24:20.702826+0000 mon.smithi099 (mon.0) 675 : cluster [DBG] mds.? [v2:172.21.15.99:6834/3828328934,v1:172.21.15.99:6835/3828328934] up:boot 2024-01-24T01:24:21.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:21 smithi099 bash[16312]: cluster 2024-01-24T01:24:20.703584+0000 mon.smithi099 (mon.0) 676 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:active} 1 up:standby 2024-01-24T01:24:21.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:21 smithi099 bash[16312]: audit 2024-01-24T01:24:20.703823+0000 mon.smithi099 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi099.qnmycp"}]: dispatch 2024-01-24T01:24:21.320 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:21 smithi099 bash[16312]: cluster 2024-01-24T01:24:20.709762+0000 mon.smithi099 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:active} 1 up:standby 2024-01-24T01:24:21.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:21 smithi156 bash[19595]: cluster 2024-01-24T01:24:19.833791+0000 mgr.smithi099.npjflm (mgr.14182) 255 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 128 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-01-24T01:24:21.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:21 smithi156 bash[19595]: cluster 2024-01-24T01:24:20.074490+0000 mon.smithi099 (mon.0) 674 : cluster [DBG] mgrmap e20: smithi099.npjflm(active, since 6m), standbys: smithi156.esifnu 2024-01-24T01:24:21.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:21 smithi156 bash[19595]: cluster 2024-01-24T01:24:20.702826+0000 mon.smithi099 (mon.0) 675 : cluster [DBG] mds.? [v2:172.21.15.99:6834/3828328934,v1:172.21.15.99:6835/3828328934] up:boot 2024-01-24T01:24:21.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:21 smithi156 bash[19595]: cluster 2024-01-24T01:24:20.703584+0000 mon.smithi099 (mon.0) 676 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:active} 1 up:standby 2024-01-24T01:24:21.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:21 smithi156 bash[19595]: audit 2024-01-24T01:24:20.703823+0000 mon.smithi099 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi099.qnmycp"}]: dispatch 2024-01-24T01:24:21.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:21 smithi156 bash[19595]: cluster 2024-01-24T01:24:20.709762+0000 mon.smithi099 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.dhwspy=up:active} 1 up:standby 2024-01-24T01:24:22.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:22 smithi156 bash[19595]: audit 2024-01-24T01:24:21.358936+0000 mon.smithi099 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:22.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:22 smithi156 bash[19595]: audit 2024-01-24T01:24:21.368959+0000 mon.smithi099 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:22.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:22 smithi156 bash[19595]: cephadm 2024-01-24T01:24:21.381723+0000 mgr.smithi099.npjflm (mgr.14182) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.odvuci on smithi156 2024-01-24T01:24:22.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:22 smithi156 bash[19595]: cluster 2024-01-24T01:24:21.834859+0000 mgr.smithi099.npjflm (mgr.14182) 257 : cluster [DBG] pgmap v230: 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-24T01:24:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:22 smithi099 bash[16312]: audit 2024-01-24T01:24:21.358936+0000 mon.smithi099 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:22.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:22 smithi099 bash[16312]: audit 2024-01-24T01:24:21.368959+0000 mon.smithi099 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:22.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:22 smithi099 bash[16312]: cephadm 2024-01-24T01:24:21.381723+0000 mgr.smithi099.npjflm (mgr.14182) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.odvuci on smithi156 2024-01-24T01:24:22.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:22 smithi099 bash[16312]: cluster 2024-01-24T01:24:21.834859+0000 mgr.smithi099.npjflm (mgr.14182) 257 : cluster [DBG] pgmap v230: 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-24T01:24:23.876 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:23.876 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:01.064987Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:23:59.946288Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:01.065186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:04.859789Z 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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:23:59.946846Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:23:59.947258Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:23:59.947536Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:23:59.947916Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:23:59.947775Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:24.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:24 smithi156 bash[19595]: audit 2024-01-24T01:24:23.136371+0000 mon.smithi099 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:24 smithi099 bash[16312]: audit 2024-01-24T01:24:23.136371+0000 mon.smithi099 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:24.569 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T01:24:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:25 smithi156 bash[19595]: cluster 2024-01-24T01:24:23.835677+0000 mgr.smithi099.npjflm (mgr.14182) 258 : cluster [DBG] pgmap v231: 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-24T01:24:25.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:25 smithi156 bash[19595]: audit 2024-01-24T01:24:23.864470+0000 mgr.smithi099.npjflm (mgr.14182) 259 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:25.570 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:25.582 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:25 smithi099 bash[16312]: cluster 2024-01-24T01:24:23.835677+0000 mgr.smithi099.npjflm (mgr.14182) 258 : cluster [DBG] pgmap v231: 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-24T01:24:25.582 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:25 smithi099 bash[16312]: audit 2024-01-24T01:24:23.864470+0000 mgr.smithi099.npjflm (mgr.14182) 259 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:26.415 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: cephadm 2024-01-24T01:24:25.150608+0000 mgr.smithi099.npjflm (mgr.14182) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.415 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:26.415 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.415 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.415 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.odvuci ... 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.416 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.odvuci ... 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: cephadm 2024-01-24T01:24:25.151205+0000 mgr.smithi099.npjflm (mgr.14182) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: audit 2024-01-24T01:24:25.151889+0000 mon.smithi099 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.odvuci"}]: dispatch 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: cephadm 2024-01-24T01:24:25.153645+0000 mgr.smithi099.npjflm (mgr.14182) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.odvuci on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.417 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.odvuci ... 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.418 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:26 smithi099 bash[16312]: cephadm 2024-01-24T01:24:25.158682+0000 mgr.smithi099.npjflm (mgr.14182) 263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.qrqdva on smithi099 2024-01-24T01:24:26.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: cephadm 2024-01-24T01:24:25.150608+0000 mgr.smithi099.npjflm (mgr.14182) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:26.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.odvuci ... 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.odvuci ... 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: cephadm 2024-01-24T01:24:25.151205+0000 mgr.smithi099.npjflm (mgr.14182) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: audit 2024-01-24T01:24:25.151889+0000 mon.smithi099 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.odvuci"}]: dispatch 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: cephadm 2024-01-24T01:24:25.153645+0000 mgr.smithi099.npjflm (mgr.14182) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.odvuci on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.odvuci ... 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:26 smithi156 bash[19595]: cephadm 2024-01-24T01:24:25.158682+0000 mgr.smithi099.npjflm (mgr.14182) 263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.qrqdva on smithi099 2024-01-24T01:24:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:27 smithi099 bash[16312]: cluster 2024-01-24T01:24:25.836680+0000 mgr.smithi099.npjflm (mgr.14182) 264 : cluster [DBG] pgmap v232: 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-24T01:24:27.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:27 smithi156 bash[19595]: cluster 2024-01-24T01:24:25.836680+0000 mgr.smithi099.npjflm (mgr.14182) 264 : cluster [DBG] pgmap v232: 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-24T01:24:28.921 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:28.921 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:01.064987Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:23:59.946288Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:01.065186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:04.859789Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T01:24:25.153400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.odvuci on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\nDeploy daemon haproxy.nfs.foo.smithi156.odvuci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:23:59.946846Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:23:59.947258Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:23:59.947536Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:23:59.947916Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:23:59.947775Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:29.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:28 smithi156 bash[19595]: cluster 2024-01-24T01:24:27.837527+0000 mgr.smithi099.npjflm (mgr.14182) 265 : cluster [DBG] pgmap v233: 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-24T01:24:29.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:28 smithi156 bash[19595]: audit 2024-01-24T01:24:27.948919+0000 mon.smithi099 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:29.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:28 smithi156 bash[19595]: audit 2024-01-24T01:24:28.921684+0000 mon.smithi099 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.qrqdva"}]: dispatch 2024-01-24T01:24:29.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:28 smithi156 bash[19595]: audit 2024-01-24T01:24:28.928442+0000 mon.smithi099 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:29.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:28 smithi156 bash[19595]: audit 2024-01-24T01:24:28.932087+0000 mon.smithi099 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:24:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:28 smithi099 bash[16312]: cluster 2024-01-24T01:24:27.837527+0000 mgr.smithi099.npjflm (mgr.14182) 265 : cluster [DBG] pgmap v233: 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-24T01:24:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:28 smithi099 bash[16312]: audit 2024-01-24T01:24:27.948919+0000 mon.smithi099 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:28 smithi099 bash[16312]: audit 2024-01-24T01:24:28.921684+0000 mon.smithi099 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.qrqdva"}]: dispatch 2024-01-24T01:24:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:28 smithi099 bash[16312]: audit 2024-01-24T01:24:28.928442+0000 mon.smithi099 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:29.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:28 smithi099 bash[16312]: audit 2024-01-24T01:24:28.932087+0000 mon.smithi099 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:24:29.622 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T01:24:30.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: audit 2024-01-24T01:24:28.912259+0000 mgr.smithi099.npjflm (mgr.14182) 266 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: cephadm 2024-01-24T01:24:28.921033+0000 mgr.smithi099.npjflm (mgr.14182) 267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qrqdva ... 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qrqdva ... 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: cephadm 2024-01-24T01:24:28.921275+0000 mgr.smithi099.npjflm (mgr.14182) 268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: cephadm 2024-01-24T01:24:28.922609+0000 mgr.smithi099.npjflm (mgr.14182) 269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.qrqdva on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qrqdva ... 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: cephadm 2024-01-24T01:24:28.928945+0000 mgr.smithi099.npjflm (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.hodaec on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: cephadm 2024-01-24T01:24:28.930971+0000 mgr.smithi099.npjflm (mgr.14182) 271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.wnxpuk on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: cluster 2024-01-24T01:24:28.932140+0000 mgr.smithi099.npjflm (mgr.14182) 272 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-01-24T01:24:30.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:29 smithi156 bash[19595]: cluster 2024-01-24T01:24:29.926556+0000 mon.smithi099 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:24:30.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: audit 2024-01-24T01:24:28.912259+0000 mgr.smithi099.npjflm (mgr.14182) 266 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:30.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: cephadm 2024-01-24T01:24:28.921033+0000 mgr.smithi099.npjflm (mgr.14182) 267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:30.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qrqdva ... 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:24:30.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qrqdva ... 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: cephadm 2024-01-24T01:24:28.921275+0000 mgr.smithi099.npjflm (mgr.14182) 268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: cephadm 2024-01-24T01:24:28.922609+0000 mgr.smithi099.npjflm (mgr.14182) 269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.qrqdva on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva 2024-01-24T01:24:30.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qrqdva ... 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: cephadm 2024-01-24T01:24:28.928945+0000 mgr.smithi099.npjflm (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.hodaec on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: cephadm 2024-01-24T01:24:28.930971+0000 mgr.smithi099.npjflm (mgr.14182) 271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.wnxpuk on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: cluster 2024-01-24T01:24:28.932140+0000 mgr.smithi099.npjflm (mgr.14182) 272 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-01-24T01:24:30.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:29 smithi099 bash[16312]: cluster 2024-01-24T01:24:29.926556+0000 mon.smithi099 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:24:30.623 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:32.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:31 smithi099 bash[16312]: cluster 2024-01-24T01:24:30.933415+0000 mgr.smithi099.npjflm (mgr.14182) 273 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-01-24T01:24:32.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:31 smithi156 bash[19595]: cluster 2024-01-24T01:24:30.933415+0000 mgr.smithi099.npjflm (mgr.14182) 273 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-01-24T01:24:33.883 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:33.883 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:01.064987Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:23:59.946288Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:01.065186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:04.859789Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T01:24:25.153400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.odvuci on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\nDeploy daemon haproxy.nfs.foo.smithi156.odvuci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:28.922474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qrqdva on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva\nDeploy daemon haproxy.nfs.foo.smithi099.qrqdva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:28.928764Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hodaec on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:28.930855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.wnxpuk on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:23:59.946846Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:23:59.947258Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:23:59.947536Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:23:59.947916Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:23:59.947775Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:34.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:34 smithi099 bash[16312]: cluster 2024-01-24T01:24:32.934577+0000 mgr.smithi099.npjflm (mgr.14182) 274 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 830 B/s wr, 2 op/s 2024-01-24T01:24:34.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:34 smithi099 bash[16312]: audit 2024-01-24T01:24:33.150607+0000 mon.smithi099 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:34.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:34 smithi156 bash[19595]: cluster 2024-01-24T01:24:32.934577+0000 mgr.smithi099.npjflm (mgr.14182) 274 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 830 B/s wr, 2 op/s 2024-01-24T01:24:34.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:34 smithi156 bash[19595]: audit 2024-01-24T01:24:33.150607+0000 mon.smithi099 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:34.531 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T01:24:35.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:35 smithi156 bash[19595]: audit 2024-01-24T01:24:33.878031+0000 mgr.smithi099.npjflm (mgr.14182) 275 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:35.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:35 smithi156 bash[19595]: audit 2024-01-24T01:24:34.824848+0000 mon.smithi099 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:35.532 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:35.544 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:35 smithi099 bash[16312]: audit 2024-01-24T01:24:33.878031+0000 mgr.smithi099.npjflm (mgr.14182) 275 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:35.544 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:35 smithi099 bash[16312]: audit 2024-01-24T01:24:34.824848+0000 mon.smithi099 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: cluster 2024-01-24T01:24:34.935356+0000 mgr.smithi099.npjflm (mgr.14182) 276 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 830 B/s wr, 2 op/s 2024-01-24T01:24:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: audit 2024-01-24T01:24:35.218495+0000 mon.smithi099 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: audit 2024-01-24T01:24:35.506032+0000 mon.smithi099 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: audit 2024-01-24T01:24:35.507296+0000 mon.smithi099 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:24:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: audit 2024-01-24T01:24:35.516483+0000 mon.smithi099 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: audit 2024-01-24T01:24:35.526038+0000 mon.smithi099 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:24:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: audit 2024-01-24T01:24:35.544220+0000 mon.smithi099 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: cluster 2024-01-24T01:24:35.820766+0000 mon.smithi099 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:24:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:36 smithi156 bash[19595]: cluster 2024-01-24T01:24:35.820821+0000 mon.smithi099 (mon.0) 697 : cluster [INF] Cluster is now healthy 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: cluster 2024-01-24T01:24:34.935356+0000 mgr.smithi099.npjflm (mgr.14182) 276 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 830 B/s wr, 2 op/s 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: audit 2024-01-24T01:24:35.218495+0000 mon.smithi099 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: audit 2024-01-24T01:24:35.506032+0000 mon.smithi099 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: audit 2024-01-24T01:24:35.507296+0000 mon.smithi099 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: audit 2024-01-24T01:24:35.516483+0000 mon.smithi099 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: audit 2024-01-24T01:24:35.526038+0000 mon.smithi099 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: audit 2024-01-24T01:24:35.544220+0000 mon.smithi099 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: cluster 2024-01-24T01:24:35.820766+0000 mon.smithi099 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:24:36.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:36 smithi099 bash[16312]: cluster 2024-01-24T01:24:35.820821+0000 mon.smithi099 (mon.0) 697 : cluster [INF] Cluster is now healthy 2024-01-24T01:24:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:37 smithi099 bash[16312]: cluster 2024-01-24T01:24:35.517632+0000 mgr.smithi099.npjflm (mgr.14182) 277 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 317 B/s wr, 0 op/s 2024-01-24T01:24:37.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:37 smithi099 bash[16312]: cephadm 2024-01-24T01:24:35.548245+0000 mgr.smithi099.npjflm (mgr.14182) 278 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.rvphqg on smithi156 2024-01-24T01:24:37.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:37 smithi156 bash[19595]: cluster 2024-01-24T01:24:35.517632+0000 mgr.smithi099.npjflm (mgr.14182) 277 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 317 B/s wr, 0 op/s 2024-01-24T01:24:37.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:37 smithi156 bash[19595]: cephadm 2024-01-24T01:24:35.548245+0000 mgr.smithi099.npjflm (mgr.14182) 278 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.rvphqg on smithi156 2024-01-24T01:24:38.861 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:38.861 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:35.206385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:34.811726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:35.206769Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:04.859789Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T01:24:25.153400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.odvuci on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\nDeploy daemon haproxy.nfs.foo.smithi156.odvuci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:28.922474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qrqdva on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva\nDeploy daemon haproxy.nfs.foo.smithi099.qrqdva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:28.928764Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hodaec on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:28.930855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.wnxpuk on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:34.814135Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:34.812152Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:34.812436Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:35.208095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:34.812682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:34.813329Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:34.813035Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:39.474 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-24T01:24:39.474 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T01:24:39.484 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-24T01:24:39.485 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:39.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:39 smithi156 bash[19595]: cluster 2024-01-24T01:24:37.518717+0000 mgr.smithi099.npjflm (mgr.14182) 279 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 317 B/s wr, 0 op/s 2024-01-24T01:24:39.525 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:39 smithi099 bash[16312]: cluster 2024-01-24T01:24:37.518717+0000 mgr.smithi099.npjflm (mgr.14182) 279 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 317 B/s wr, 0 op/s 2024-01-24T01:24:40.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:40 smithi156 bash[19595]: audit 2024-01-24T01:24:38.855475+0000 mgr.smithi099.npjflm (mgr.14182) 280 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:40.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:40 smithi156 bash[19595]: audit 2024-01-24T01:24:39.329237+0000 mon.smithi099 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.rvphqg"}]: dispatch 2024-01-24T01:24:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:40 smithi099 bash[16312]: audit 2024-01-24T01:24:38.855475+0000 mgr.smithi099.npjflm (mgr.14182) 280 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:40 smithi099 bash[16312]: audit 2024-01-24T01:24:39.329237+0000 mon.smithi099 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.rvphqg"}]: dispatch 2024-01-24T01:24:41.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: cephadm 2024-01-24T01:24:39.328064+0000 mgr.smithi099.npjflm (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:41.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.rvphqg ... 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.rvphqg ... 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: cephadm 2024-01-24T01:24:39.328634+0000 mgr.smithi099.npjflm (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: cephadm 2024-01-24T01:24:39.331028+0000 mgr.smithi099.npjflm (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.rvphqg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.rvphqg ... 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: cephadm 2024-01-24T01:24:39.333694+0000 mgr.smithi099.npjflm (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.wrwjmg on smithi099 2024-01-24T01:24:41.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:41 smithi099 bash[16312]: cluster 2024-01-24T01:24:39.520010+0000 mgr.smithi099.npjflm (mgr.14182) 285 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 290 B/s wr, 0 op/s 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: cephadm 2024-01-24T01:24:39.328064+0000 mgr.smithi099.npjflm (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.rvphqg ... 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.rvphqg ... 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: cephadm 2024-01-24T01:24:39.328634+0000 mgr.smithi099.npjflm (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: cephadm 2024-01-24T01:24:39.331028+0000 mgr.smithi099.npjflm (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.rvphqg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.rvphqg ... 2024-01-24T01:24:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:41.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:41.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:41.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:41.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: cephadm 2024-01-24T01:24:39.333694+0000 mgr.smithi099.npjflm (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.wrwjmg on smithi099 2024-01-24T01:24:41.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:41 smithi156 bash[19595]: cluster 2024-01-24T01:24:39.520010+0000 mgr.smithi099.npjflm (mgr.14182) 285 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 290 B/s wr, 0 op/s 2024-01-24T01:24:42.774 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:42.774 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:35.206385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:34.811726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:35.206769Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:25.153400Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.odvuci on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-odvuci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.odvuci\nDeploy daemon haproxy.nfs.foo.smithi156.odvuci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:28.922474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qrqdva on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qrqdva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qrqdva\nDeploy daemon haproxy.nfs.foo.smithi099.qrqdva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:28.928764Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hodaec on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:28.930855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.wnxpuk on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:39.330877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.rvphqg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\nDeploy daemon haproxy.nfs.foo.smithi156.rvphqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:34.814135Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:34.812152Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:34.812436Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:35.208095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:34.812682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:34.813329Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:34.813035Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:43.498 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:43 smithi099 bash[16312]: cluster 2024-01-24T01:24:41.521126+0000 mgr.smithi099.npjflm (mgr.14182) 286 : cluster [DBG] pgmap v241: 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-24T01:24:43.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:24:43.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:43 smithi156 bash[19595]: cluster 2024-01-24T01:24:41.521126+0000 mgr.smithi099.npjflm (mgr.14182) 286 : cluster [DBG] pgmap v241: 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-24T01:24:44.500 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:44.511 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:44 smithi099 bash[16312]: audit 2024-01-24T01:24:42.763340+0000 mgr.smithi099.npjflm (mgr.14182) 287 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:44.511 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:44 smithi099 bash[16312]: audit 2024-01-24T01:24:43.375123+0000 mon.smithi099 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.wrwjmg"}]: dispatch 2024-01-24T01:24:44.511 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:44 smithi099 bash[16312]: audit 2024-01-24T01:24:43.388365+0000 mon.smithi099 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:24:44.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:44 smithi156 bash[19595]: audit 2024-01-24T01:24:42.763340+0000 mgr.smithi099.npjflm (mgr.14182) 287 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:44.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:44 smithi156 bash[19595]: audit 2024-01-24T01:24:43.375123+0000 mon.smithi099 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.wrwjmg"}]: dispatch 2024-01-24T01:24:44.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:44 smithi156 bash[19595]: audit 2024-01-24T01:24:43.388365+0000 mon.smithi099 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:24:45.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: cephadm 2024-01-24T01:24:43.374474+0000 mgr.smithi099.npjflm (mgr.14182) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:45.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:45.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.wrwjmg ... 2024-01-24T01:24:45.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:24:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.wrwjmg ... 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: cephadm 2024-01-24T01:24:43.374721+0000 mgr.smithi099.npjflm (mgr.14182) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: cephadm 2024-01-24T01:24:43.376416+0000 mgr.smithi099.npjflm (mgr.14182) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.wrwjmg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:45.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.wrwjmg ... 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:45.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:45.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: cephadm 2024-01-24T01:24:43.381031+0000 mgr.smithi099.npjflm (mgr.14182) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ptkogk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:45.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: cephadm 2024-01-24T01:24:43.383659+0000 mgr.smithi099.npjflm (mgr.14182) 292 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:45.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: cluster 2024-01-24T01:24:43.385052+0000 mgr.smithi099.npjflm (mgr.14182) 293 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-24T01:24:45.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:45 smithi099 bash[16312]: cluster 2024-01-24T01:24:44.245147+0000 mon.smithi099 (mon.0) 701 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: cephadm 2024-01-24T01:24:43.374474+0000 mgr.smithi099.npjflm (mgr.14182) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.wrwjmg ... 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.wrwjmg ... 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: cephadm 2024-01-24T01:24:43.374721+0000 mgr.smithi099.npjflm (mgr.14182) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: cephadm 2024-01-24T01:24:43.376416+0000 mgr.smithi099.npjflm (mgr.14182) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.wrwjmg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.wrwjmg ... 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:45.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:45.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:45.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:45.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: cephadm 2024-01-24T01:24:43.381031+0000 mgr.smithi099.npjflm (mgr.14182) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ptkogk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:45.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: cephadm 2024-01-24T01:24:43.383659+0000 mgr.smithi099.npjflm (mgr.14182) 292 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:45.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: cluster 2024-01-24T01:24:43.385052+0000 mgr.smithi099.npjflm (mgr.14182) 293 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-24T01:24:45.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:45 smithi156 bash[19595]: cluster 2024-01-24T01:24:44.245147+0000 mon.smithi099 (mon.0) 701 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:24:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:47 smithi099 bash[16312]: cluster 2024-01-24T01:24:45.386355+0000 mgr.smithi099.npjflm (mgr.14182) 294 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-24T01:24:47.726 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:47.726 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:35.206385Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:34.811726Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:35.206769Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:28.930855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.wnxpuk on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:39.330877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.rvphqg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\nDeploy daemon haproxy.nfs.foo.smithi156.rvphqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:43.376181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.wrwjmg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg\nDeploy daemon haproxy.nfs.foo.smithi099.wrwjmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:43.380876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ptkogk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:34.814135Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:34.812152Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:34.812436Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:35.208095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:34.812682Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:34.813329Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:34.813035Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:47.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:47 smithi156 bash[19595]: cluster 2024-01-24T01:24:45.386355+0000 mgr.smithi099.npjflm (mgr.14182) 294 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-24T01:24:48.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:24:49.368 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:49.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:49 smithi156 bash[19595]: cluster 2024-01-24T01:24:47.387341+0000 mgr.smithi099.npjflm (mgr.14182) 295 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-24T01:24:49.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:49 smithi156 bash[19595]: audit 2024-01-24T01:24:47.714619+0000 mgr.smithi099.npjflm (mgr.14182) 296 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:49.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:49 smithi156 bash[19595]: audit 2024-01-24T01:24:48.169543+0000 mon.smithi099 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:49 smithi099 bash[16312]: cluster 2024-01-24T01:24:47.387341+0000 mgr.smithi099.npjflm (mgr.14182) 295 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-24T01:24:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:49 smithi099 bash[16312]: audit 2024-01-24T01:24:47.714619+0000 mgr.smithi099.npjflm (mgr.14182) 296 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:49.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:49 smithi099 bash[16312]: audit 2024-01-24T01:24:48.169543+0000 mon.smithi099 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:50.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:50 smithi099 bash[16312]: audit 2024-01-24T01:24:49.309414+0000 mon.smithi099 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:50.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:50 smithi099 bash[16312]: audit 2024-01-24T01:24:50.286470+0000 mon.smithi099 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:50.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:50 smithi099 bash[16312]: audit 2024-01-24T01:24:50.288188+0000 mon.smithi099 (mon.0) 705 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:50.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:50 smithi099 bash[16312]: audit 2024-01-24T01:24:50.289660+0000 mon.smithi099 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:24:50.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:50 smithi099 bash[16312]: audit 2024-01-24T01:24:50.297356+0000 mon.smithi099 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:50 smithi156 bash[19595]: audit 2024-01-24T01:24:49.309414+0000 mon.smithi099 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:50 smithi156 bash[19595]: audit 2024-01-24T01:24:50.286470+0000 mon.smithi099 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:50 smithi156 bash[19595]: audit 2024-01-24T01:24:50.288188+0000 mon.smithi099 (mon.0) 705 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:24:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:50 smithi156 bash[19595]: audit 2024-01-24T01:24:50.289660+0000 mon.smithi099 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:24:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:50 smithi156 bash[19595]: audit 2024-01-24T01:24:50.297356+0000 mon.smithi099 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:51.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:51 smithi099 bash[16312]: cluster 2024-01-24T01:24:49.388185+0000 mgr.smithi099.npjflm (mgr.14182) 297 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-24T01:24:51.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:51 smithi099 bash[16312]: cluster 2024-01-24T01:24:50.298362+0000 mgr.smithi099.npjflm (mgr.14182) 298 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-24T01:24:51.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:51 smithi099 bash[16312]: audit 2024-01-24T01:24:50.305738+0000 mon.smithi099 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:24:51.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:51 smithi099 bash[16312]: cluster 2024-01-24T01:24:50.306114+0000 mon.smithi099 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:24:51.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:51 smithi099 bash[16312]: cluster 2024-01-24T01:24:50.306141+0000 mon.smithi099 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-01-24T01:24:51.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:51 smithi099 bash[16312]: audit 2024-01-24T01:24:50.323959+0000 mon.smithi099 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:51.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:51 smithi099 bash[16312]: cephadm 2024-01-24T01:24:50.327240+0000 mgr.smithi099.npjflm (mgr.14182) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.idsxsb on smithi156 2024-01-24T01:24:51.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:51 smithi156 bash[19595]: cluster 2024-01-24T01:24:49.388185+0000 mgr.smithi099.npjflm (mgr.14182) 297 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-24T01:24:51.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:51 smithi156 bash[19595]: cluster 2024-01-24T01:24:50.298362+0000 mgr.smithi099.npjflm (mgr.14182) 298 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-24T01:24:51.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:51 smithi156 bash[19595]: audit 2024-01-24T01:24:50.305738+0000 mon.smithi099 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:24:51.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:51 smithi156 bash[19595]: cluster 2024-01-24T01:24:50.306114+0000 mon.smithi099 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:24:51.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:51 smithi156 bash[19595]: cluster 2024-01-24T01:24:50.306141+0000 mon.smithi099 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-01-24T01:24:51.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:51 smithi156 bash[19595]: audit 2024-01-24T01:24:50.323959+0000 mon.smithi099 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:24:51.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:51 smithi156 bash[19595]: cephadm 2024-01-24T01:24:50.327240+0000 mgr.smithi099.npjflm (mgr.14182) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.idsxsb on smithi156 2024-01-24T01:24:52.782 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:52.782 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:28.930855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.wnxpuk on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:39.330877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.rvphqg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\nDeploy daemon haproxy.nfs.foo.smithi156.rvphqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:43.376181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.wrwjmg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg\nDeploy daemon haproxy.nfs.foo.smithi099.wrwjmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:43.380876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ptkogk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:53.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:24:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:53 smithi099 bash[16312]: cluster 2024-01-24T01:24:52.299354+0000 mgr.smithi099.npjflm (mgr.14182) 300 : cluster [DBG] pgmap v247: 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-24T01:24:53.716 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:53 smithi156 bash[19595]: cluster 2024-01-24T01:24:52.299354+0000 mgr.smithi099.npjflm (mgr.14182) 300 : cluster [DBG] pgmap v247: 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-24T01:24:54.424 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:54.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:54 smithi099 bash[16312]: audit 2024-01-24T01:24:52.769205+0000 mgr.smithi099.npjflm (mgr.14182) 301 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:54.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:54 smithi156 bash[19595]: audit 2024-01-24T01:24:52.769205+0000 mgr.smithi099.npjflm (mgr.14182) 301 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: cluster 2024-01-24T01:24:54.300169+0000 mgr.smithi099.npjflm (mgr.14182) 302 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-24T01:24:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: cephadm 2024-01-24T01:24:54.701928+0000 mgr.smithi099.npjflm (mgr.14182) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.idsxsb ... 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:24:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.idsxsb ... 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: cephadm 2024-01-24T01:24:54.702408+0000 mgr.smithi099.npjflm (mgr.14182) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: audit 2024-01-24T01:24:54.702972+0000 mon.smithi099 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.idsxsb"}]: dispatch 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: cephadm 2024-01-24T01:24:54.704515+0000 mgr.smithi099.npjflm (mgr.14182) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.idsxsb ... 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:55.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:55 smithi099 bash[16312]: cephadm 2024-01-24T01:24:54.709107+0000 mgr.smithi099.npjflm (mgr.14182) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.hbrenw on smithi099 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: cluster 2024-01-24T01:24:54.300169+0000 mgr.smithi099.npjflm (mgr.14182) 302 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: cephadm 2024-01-24T01:24:54.701928+0000 mgr.smithi099.npjflm (mgr.14182) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.idsxsb ... 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.idsxsb ... 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: cephadm 2024-01-24T01:24:54.702408+0000 mgr.smithi099.npjflm (mgr.14182) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: audit 2024-01-24T01:24:54.702972+0000 mon.smithi099 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.idsxsb"}]: dispatch 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: cephadm 2024-01-24T01:24:54.704515+0000 mgr.smithi099.npjflm (mgr.14182) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb 2024-01-24T01:24:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.idsxsb ... 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:55 smithi156 bash[19595]: cephadm 2024-01-24T01:24:54.709107+0000 mgr.smithi099.npjflm (mgr.14182) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.hbrenw on smithi099 2024-01-24T01:24:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:56 smithi099 bash[16312]: cluster 2024-01-24T01:24:56.300790+0000 mgr.smithi099.npjflm (mgr.14182) 307 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-24T01:24:56.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:56 smithi156 bash[19595]: cluster 2024-01-24T01:24:56.300790+0000 mgr.smithi099.npjflm (mgr.14182) 307 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-24T01:24:57.746 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:24:57.746 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:39.330877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.rvphqg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-rvphqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.rvphqg\nDeploy daemon haproxy.nfs.foo.smithi156.rvphqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:43.376181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.wrwjmg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-wrwjmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.wrwjmg\nDeploy daemon haproxy.nfs.foo.smithi099.wrwjmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:43.380876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ptkogk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:24:58.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:24:58.650 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:58 smithi099 bash[16312]: audit 2024-01-24T01:24:57.732286+0000 mgr.smithi099.npjflm (mgr.14182) 308 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:58.651 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:58 smithi099 bash[16312]: cluster 2024-01-24T01:24:58.301489+0000 mgr.smithi099.npjflm (mgr.14182) 309 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-24T01:24:58.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:58 smithi156 bash[19595]: audit 2024-01-24T01:24:57.732286+0000 mgr.smithi099.npjflm (mgr.14182) 308 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:24:58.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:58 smithi156 bash[19595]: cluster 2024-01-24T01:24:58.301489+0000 mgr.smithi099.npjflm (mgr.14182) 309 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-24T01:24:59.401 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:24:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: cephadm 2024-01-24T01:24:58.649796+0000 mgr.smithi099.npjflm (mgr.14182) 310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.hbrenw ... 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.hbrenw ... 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: cephadm 2024-01-24T01:24:58.650172+0000 mgr.smithi099.npjflm (mgr.14182) 311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: audit 2024-01-24T01:24:58.650703+0000 mon.smithi099 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.hbrenw"}]: dispatch 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: cephadm 2024-01-24T01:24:58.651828+0000 mgr.smithi099.npjflm (mgr.14182) 312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.hbrenw ... 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: cephadm 2024-01-24T01:24:58.653821+0000 mgr.smithi099.npjflm (mgr.14182) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: cephadm 2024-01-24T01:24:58.655373+0000 mgr.smithi099.npjflm (mgr.14182) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:24:59 smithi156 bash[19595]: cluster 2024-01-24T01:24:58.656456+0000 mgr.smithi099.npjflm (mgr.14182) 315 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:24:59.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: cephadm 2024-01-24T01:24:58.649796+0000 mgr.smithi099.npjflm (mgr.14182) 310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:59.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.hbrenw ... 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:24:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.hbrenw ... 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: cephadm 2024-01-24T01:24:58.650172+0000 mgr.smithi099.npjflm (mgr.14182) 311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: audit 2024-01-24T01:24:58.650703+0000 mon.smithi099 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.hbrenw"}]: dispatch 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: cephadm 2024-01-24T01:24:58.651828+0000 mgr.smithi099.npjflm (mgr.14182) 312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.hbrenw ... 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: cephadm 2024-01-24T01:24:58.653821+0000 mgr.smithi099.npjflm (mgr.14182) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: cephadm 2024-01-24T01:24:58.655373+0000 mgr.smithi099.npjflm (mgr.14182) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:24:59.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:24:59 smithi099 bash[16312]: cluster 2024-01-24T01:24:58.656456+0000 mgr.smithi099.npjflm (mgr.14182) 315 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:25:00.693 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:00 smithi099 bash[16312]: cluster 2024-01-24T01:24:59.384138+0000 mon.smithi099 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:25:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:00 smithi156 bash[19595]: cluster 2024-01-24T01:24:59.384138+0000 mon.smithi099 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:25:01.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:01 smithi156 bash[19595]: cluster 2024-01-24T01:25:00.658009+0000 mgr.smithi099.npjflm (mgr.14182) 316 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:01.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:01 smithi099 bash[16312]: cluster 2024-01-24T01:25:00.658009+0000 mgr.smithi099.npjflm (mgr.14182) 316 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:02.837 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:02.837 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:03.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:04.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:04 smithi156 bash[19595]: cluster 2024-01-24T01:25:02.659167+0000 mgr.smithi099.npjflm (mgr.14182) 317 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:04.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:04 smithi156 bash[19595]: audit 2024-01-24T01:25:02.830731+0000 mgr.smithi099.npjflm (mgr.14182) 318 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:04.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:04 smithi156 bash[19595]: audit 2024-01-24T01:25:03.189438+0000 mon.smithi099 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:25:04.493 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:04.506 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:04 smithi099 bash[16312]: cluster 2024-01-24T01:25:02.659167+0000 mgr.smithi099.npjflm (mgr.14182) 317 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:04.506 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:04 smithi099 bash[16312]: audit 2024-01-24T01:25:02.830731+0000 mgr.smithi099.npjflm (mgr.14182) 318 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:04.506 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:04 smithi099 bash[16312]: audit 2024-01-24T01:25:03.189438+0000 mon.smithi099 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:25:06.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:06 smithi156 bash[19595]: cluster 2024-01-24T01:25:04.660483+0000 mgr.smithi099.npjflm (mgr.14182) 319 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:06.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:06 smithi099 bash[16312]: cluster 2024-01-24T01:25:04.660483+0000 mgr.smithi099.npjflm (mgr.14182) 319 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:07.728 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:07.728 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:08.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:08.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:08 smithi156 bash[19595]: cluster 2024-01-24T01:25:06.661751+0000 mgr.smithi099.npjflm (mgr.14182) 320 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:08.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:08 smithi099 bash[16312]: cluster 2024-01-24T01:25:06.661751+0000 mgr.smithi099.npjflm (mgr.14182) 320 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:09.375 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:09 smithi156 bash[19595]: audit 2024-01-24T01:25:07.714132+0000 mgr.smithi099.npjflm (mgr.14182) 321 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:09 smithi099 bash[16312]: audit 2024-01-24T01:25:07.714132+0000 mgr.smithi099.npjflm (mgr.14182) 321 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:10.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:10 smithi156 bash[19595]: cluster 2024-01-24T01:25:08.662782+0000 mgr.smithi099.npjflm (mgr.14182) 322 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:10.491 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:10 smithi099 bash[16312]: cluster 2024-01-24T01:25:08.662782+0000 mgr.smithi099.npjflm (mgr.14182) 322 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T01:25:12.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:12 smithi156 bash[19595]: cluster 2024-01-24T01:25:10.664116+0000 mgr.smithi099.npjflm (mgr.14182) 323 : 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-24T01:25:12.562 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:12.562 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:12.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:12 smithi099 bash[16312]: cluster 2024-01-24T01:25:10.664116+0000 mgr.smithi099.npjflm (mgr.14182) 323 : 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-24T01:25:13.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:14.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:13 smithi156 bash[19595]: audit 2024-01-24T01:25:12.548275+0000 mgr.smithi099.npjflm (mgr.14182) 324 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:14.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:13 smithi156 bash[19595]: cluster 2024-01-24T01:25:12.665294+0000 mgr.smithi099.npjflm (mgr.14182) 325 : 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-24T01:25:14.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:13 smithi156 bash[19595]: audit 2024-01-24T01:25:12.953257+0000 mon.smithi099 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:25:14.245 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:14.258 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:13 smithi099 bash[16312]: audit 2024-01-24T01:25:12.548275+0000 mgr.smithi099.npjflm (mgr.14182) 324 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:14.258 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:13 smithi099 bash[16312]: cluster 2024-01-24T01:25:12.665294+0000 mgr.smithi099.npjflm (mgr.14182) 325 : 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-24T01:25:14.258 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:13 smithi099 bash[16312]: audit 2024-01-24T01:25:12.953257+0000 mon.smithi099 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:25:16.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:15 smithi156 bash[19595]: cluster 2024-01-24T01:25:14.666545+0000 mgr.smithi099.npjflm (mgr.14182) 326 : 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-24T01:25:16.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:15 smithi099 bash[16312]: cluster 2024-01-24T01:25:14.666545+0000 mgr.smithi099.npjflm (mgr.14182) 326 : 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-24T01:25:17.508 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:17.508 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:18.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:18.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:17 smithi156 bash[19595]: cluster 2024-01-24T01:25:16.667852+0000 mgr.smithi099.npjflm (mgr.14182) 327 : 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-24T01:25:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:17 smithi099 bash[16312]: cluster 2024-01-24T01:25:16.667852+0000 mgr.smithi099.npjflm (mgr.14182) 327 : 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-24T01:25:19.156 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:18 smithi156 bash[19595]: audit 2024-01-24T01:25:17.494271+0000 mgr.smithi099.npjflm (mgr.14182) 328 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:18 smithi099 bash[16312]: audit 2024-01-24T01:25:17.494271+0000 mgr.smithi099.npjflm (mgr.14182) 328 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:20.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:19 smithi156 bash[19595]: cluster 2024-01-24T01:25:18.668923+0000 mgr.smithi099.npjflm (mgr.14182) 329 : 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-24T01:25:20.299 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:19 smithi099 bash[16312]: cluster 2024-01-24T01:25:18.668923+0000 mgr.smithi099.npjflm (mgr.14182) 329 : 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-24T01:25:22.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:21 smithi156 bash[19595]: cluster 2024-01-24T01:25:20.670327+0000 mgr.smithi099.npjflm (mgr.14182) 330 : 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-24T01:25:22.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:21 smithi099 bash[16312]: cluster 2024-01-24T01:25:20.670327+0000 mgr.smithi099.npjflm (mgr.14182) 330 : 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-24T01:25:22.426 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:22.426 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:23.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:24.095 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:24.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:23 smithi156 bash[19595]: audit 2024-01-24T01:25:22.413087+0000 mgr.smithi099.npjflm (mgr.14182) 331 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:24.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:23 smithi156 bash[19595]: cluster 2024-01-24T01:25:22.671507+0000 mgr.smithi099.npjflm (mgr.14182) 332 : 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-24T01:25:24.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:23 smithi099 bash[16312]: audit 2024-01-24T01:25:22.413087+0000 mgr.smithi099.npjflm (mgr.14182) 331 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:24.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:23 smithi099 bash[16312]: cluster 2024-01-24T01:25:22.671507+0000 mgr.smithi099.npjflm (mgr.14182) 332 : 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-24T01:25:26.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:25 smithi099 bash[16312]: cluster 2024-01-24T01:25:24.672647+0000 mgr.smithi099.npjflm (mgr.14182) 333 : 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-24T01:25:26.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:25 smithi156 bash[19595]: cluster 2024-01-24T01:25:24.672647+0000 mgr.smithi099.npjflm (mgr.14182) 333 : 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-24T01:25:27.433 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:27.433 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:28.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:28.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:27 smithi099 bash[16312]: cluster 2024-01-24T01:25:26.673969+0000 mgr.smithi099.npjflm (mgr.14182) 334 : 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-24T01:25:28.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:27 smithi156 bash[19595]: cluster 2024-01-24T01:25:26.673969+0000 mgr.smithi099.npjflm (mgr.14182) 334 : 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-24T01:25:29.052 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:29 smithi099 bash[16312]: audit 2024-01-24T01:25:27.426760+0000 mgr.smithi099.npjflm (mgr.14182) 335 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:29.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:29 smithi156 bash[19595]: audit 2024-01-24T01:25:27.426760+0000 mgr.smithi099.npjflm (mgr.14182) 335 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:30.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:30 smithi099 bash[16312]: cluster 2024-01-24T01:25:28.675053+0000 mgr.smithi099.npjflm (mgr.14182) 336 : 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-24T01:25:30.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:30 smithi156 bash[19595]: cluster 2024-01-24T01:25:28.675053+0000 mgr.smithi099.npjflm (mgr.14182) 336 : 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-24T01:25:32.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:32 smithi099 bash[16312]: cluster 2024-01-24T01:25:30.676315+0000 mgr.smithi099.npjflm (mgr.14182) 337 : cluster [DBG] pgmap v267: 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-24T01:25:32.208 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:32.209 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:32 smithi156 bash[19595]: cluster 2024-01-24T01:25:30.676315+0000 mgr.smithi099.npjflm (mgr.14182) 337 : cluster [DBG] pgmap v267: 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-24T01:25:32.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:33.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:33 smithi099 bash[16312]: audit 2024-01-24T01:25:32.202654+0000 mgr.smithi099.npjflm (mgr.14182) 338 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:33.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:33 smithi156 bash[19595]: audit 2024-01-24T01:25:32.202654+0000 mgr.smithi099.npjflm (mgr.14182) 338 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:33.845 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:34.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:34 smithi156 bash[19595]: cluster 2024-01-24T01:25:32.677274+0000 mgr.smithi099.npjflm (mgr.14182) 339 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:34.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:34 smithi099 bash[16312]: cluster 2024-01-24T01:25:32.677274+0000 mgr.smithi099.npjflm (mgr.14182) 339 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:36.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:36 smithi099 bash[16312]: cluster 2024-01-24T01:25:34.678475+0000 mgr.smithi099.npjflm (mgr.14182) 340 : cluster [DBG] pgmap v269: 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-24T01:25:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:36 smithi156 bash[19595]: cluster 2024-01-24T01:25:34.678475+0000 mgr.smithi099.npjflm (mgr.14182) 340 : cluster [DBG] pgmap v269: 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-24T01:25:37.120 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:37.121 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:37.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:38 smithi099 bash[16312]: cluster 2024-01-24T01:25:36.679784+0000 mgr.smithi099.npjflm (mgr.14182) 341 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:38.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:38 smithi099 bash[16312]: audit 2024-01-24T01:25:37.107093+0000 mgr.smithi099.npjflm (mgr.14182) 342 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:38.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:38 smithi156 bash[19595]: cluster 2024-01-24T01:25:36.679784+0000 mgr.smithi099.npjflm (mgr.14182) 341 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:38.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:38 smithi156 bash[19595]: audit 2024-01-24T01:25:37.107093+0000 mgr.smithi099.npjflm (mgr.14182) 342 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:38.745 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:40.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:40 smithi099 bash[16312]: cluster 2024-01-24T01:25:38.680878+0000 mgr.smithi099.npjflm (mgr.14182) 343 : cluster [DBG] pgmap v271: 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-24T01:25:40.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:40 smithi156 bash[19595]: cluster 2024-01-24T01:25:38.680878+0000 mgr.smithi099.npjflm (mgr.14182) 343 : cluster [DBG] pgmap v271: 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-24T01:25:41.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:41 smithi156 bash[19595]: cluster 2024-01-24T01:25:40.058765+0000 mon.smithi099 (mon.0) 717 : cluster [DBG] mgrmap e21: smithi099.npjflm(active, since 7m), standbys: smithi156.esifnu 2024-01-24T01:25:41.513 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:41 smithi099 bash[16312]: cluster 2024-01-24T01:25:40.058765+0000 mon.smithi099 (mon.0) 717 : cluster [DBG] mgrmap e21: smithi099.npjflm(active, since 7m), standbys: smithi156.esifnu 2024-01-24T01:25:41.962 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:41.962 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:42.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:42 smithi099 bash[16312]: cluster 2024-01-24T01:25:40.681974+0000 mgr.smithi099.npjflm (mgr.14182) 344 : 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-24T01:25:42.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:42 smithi156 bash[19595]: cluster 2024-01-24T01:25:40.681974+0000 mgr.smithi099.npjflm (mgr.14182) 344 : 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-24T01:25:42.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:43 smithi099 bash[16312]: audit 2024-01-24T01:25:41.950291+0000 mgr.smithi099.npjflm (mgr.14182) 345 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:43.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:43 smithi156 bash[19595]: audit 2024-01-24T01:25:41.950291+0000 mgr.smithi099.npjflm (mgr.14182) 345 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:43.553 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:44.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:44 smithi156 bash[19595]: cluster 2024-01-24T01:25:42.683074+0000 mgr.smithi099.npjflm (mgr.14182) 346 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T01:25:44.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:44 smithi099 bash[16312]: cluster 2024-01-24T01:25:42.683074+0000 mgr.smithi099.npjflm (mgr.14182) 346 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T01:25:46.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:46 smithi099 bash[16312]: cluster 2024-01-24T01:25:44.684299+0000 mgr.smithi099.npjflm (mgr.14182) 347 : 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, 170 B/s wr, 0 op/s 2024-01-24T01:25:46.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:46 smithi156 bash[19595]: cluster 2024-01-24T01:25:44.684299+0000 mgr.smithi099.npjflm (mgr.14182) 347 : 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, 170 B/s wr, 0 op/s 2024-01-24T01:25:46.777 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:46.778 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:47.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:48.427 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:48.438 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:48 smithi099 bash[16312]: cluster 2024-01-24T01:25:46.685529+0000 mgr.smithi099.npjflm (mgr.14182) 348 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T01:25:48.438 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:48 smithi099 bash[16312]: audit 2024-01-24T01:25:46.771671+0000 mgr.smithi099.npjflm (mgr.14182) 349 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:48.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:48 smithi156 bash[19595]: cluster 2024-01-24T01:25:46.685529+0000 mgr.smithi099.npjflm (mgr.14182) 348 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T01:25:48.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:48 smithi156 bash[19595]: audit 2024-01-24T01:25:46.771671+0000 mgr.smithi099.npjflm (mgr.14182) 349 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:50 smithi156 bash[19595]: cluster 2024-01-24T01:25:48.686487+0000 mgr.smithi099.npjflm (mgr.14182) 350 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T01:25:50.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:50 smithi099 bash[16312]: cluster 2024-01-24T01:25:48.686487+0000 mgr.smithi099.npjflm (mgr.14182) 350 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T01:25:51.617 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:51.617 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:52.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:52.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:52 smithi156 bash[19595]: cluster 2024-01-24T01:25:50.687737+0000 mgr.smithi099.npjflm (mgr.14182) 351 : 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, 170 B/s wr, 0 op/s 2024-01-24T01:25:52.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:52 smithi099 bash[16312]: cluster 2024-01-24T01:25:50.687737+0000 mgr.smithi099.npjflm (mgr.14182) 351 : 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, 170 B/s wr, 0 op/s 2024-01-24T01:25:53.204 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:53.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:53 smithi156 bash[19595]: audit 2024-01-24T01:25:51.609043+0000 mgr.smithi099.npjflm (mgr.14182) 352 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:53 smithi099 bash[16312]: audit 2024-01-24T01:25:51.609043+0000 mgr.smithi099.npjflm (mgr.14182) 352 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:54.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:54 smithi156 bash[19595]: cluster 2024-01-24T01:25:52.688981+0000 mgr.smithi099.npjflm (mgr.14182) 353 : 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-24T01:25:54.512 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:54 smithi099 bash[16312]: cluster 2024-01-24T01:25:52.688981+0000 mgr.smithi099.npjflm (mgr.14182) 353 : 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-24T01:25:56.277 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:25:56.277 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:25:56.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:56 smithi156 bash[19595]: cluster 2024-01-24T01:25:54.690234+0000 mgr.smithi099.npjflm (mgr.14182) 354 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:56 smithi099 bash[16312]: cluster 2024-01-24T01:25:54.690234+0000 mgr.smithi099.npjflm (mgr.14182) 354 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:56.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:25:57.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:57 smithi099 bash[16312]: audit 2024-01-24T01:25:56.266538+0000 mgr.smithi099.npjflm (mgr.14182) 355 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:57.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:57 smithi156 bash[19595]: audit 2024-01-24T01:25:56.266538+0000 mgr.smithi099.npjflm (mgr.14182) 355 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:25:57.894 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:25:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:58 smithi099 bash[16312]: cluster 2024-01-24T01:25:56.691486+0000 mgr.smithi099.npjflm (mgr.14182) 356 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:58.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:58 smithi156 bash[19595]: cluster 2024-01-24T01:25:56.691486+0000 mgr.smithi099.npjflm (mgr.14182) 356 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:25:59.317 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:25:59 smithi099 bash[16312]: audit 2024-01-24T01:25:58.660025+0000 mon.smithi099 (mon.0) 718 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:25:59.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:25:59 smithi156 bash[19595]: audit 2024-01-24T01:25:58.660025+0000 mon.smithi099 (mon.0) 718 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:26:00.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:00 smithi156 bash[19595]: cluster 2024-01-24T01:25:58.692574+0000 mgr.smithi099.npjflm (mgr.14182) 357 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:26:00.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:00 smithi099 bash[16312]: cluster 2024-01-24T01:25:58.692574+0000 mgr.smithi099.npjflm (mgr.14182) 357 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:26:01.221 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:01.222 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:24:50.277108Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:24:49.296255Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:24:50.277315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:24:49.299073Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:24:49.296673Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:24:49.297034Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:24:50.278027Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:24:49.297338Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:24:49.297920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:24:49.297599Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:01.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:02.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:02 smithi156 bash[19595]: cluster 2024-01-24T01:26:00.693875+0000 mgr.smithi099.npjflm (mgr.14182) 358 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:26:02.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:02 smithi156 bash[19595]: audit 2024-01-24T01:26:01.215403+0000 mgr.smithi099.npjflm (mgr.14182) 359 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:02.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:02 smithi099 bash[16312]: cluster 2024-01-24T01:26:00.693875+0000 mgr.smithi099.npjflm (mgr.14182) 358 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:26:02.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:02 smithi099 bash[16312]: audit 2024-01-24T01:26:01.215403+0000 mgr.smithi099.npjflm (mgr.14182) 359 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:02.862 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:04.202 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:04 smithi099 bash[16312]: cluster 2024-01-24T01:26:02.695021+0000 mgr.smithi099.npjflm (mgr.14182) 360 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:26:04.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:04 smithi156 bash[19595]: cluster 2024-01-24T01:26:02.695021+0000 mgr.smithi099.npjflm (mgr.14182) 360 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: audit 2024-01-24T01:26:04.563351+0000 mon.smithi099 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: cluster 2024-01-24T01:26:04.695925+0000 mgr.smithi099.npjflm (mgr.14182) 361 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: audit 2024-01-24T01:26:05.070475+0000 mon.smithi099 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: audit 2024-01-24T01:26:05.363603+0000 mon.smithi099 (mon.0) 721 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: audit 2024-01-24T01:26:05.365165+0000 mon.smithi099 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: audit 2024-01-24T01:26:05.373958+0000 mon.smithi099 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: audit 2024-01-24T01:26:05.381397+0000 mon.smithi099 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:26:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:05 smithi099 bash[16312]: audit 2024-01-24T01:26:05.396680+0000 mon.smithi099 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: audit 2024-01-24T01:26:04.563351+0000 mon.smithi099 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: cluster 2024-01-24T01:26:04.695925+0000 mgr.smithi099.npjflm (mgr.14182) 361 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: audit 2024-01-24T01:26:05.070475+0000 mon.smithi099 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: audit 2024-01-24T01:26:05.363603+0000 mon.smithi099 (mon.0) 721 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: audit 2024-01-24T01:26:05.365165+0000 mon.smithi099 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: audit 2024-01-24T01:26:05.373958+0000 mon.smithi099 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: audit 2024-01-24T01:26:05.381397+0000 mon.smithi099 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:26:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:05 smithi156 bash[19595]: audit 2024-01-24T01:26:05.396680+0000 mon.smithi099 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:06.083 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:06.083 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:43.383513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.vplcoo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:06.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:06.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:06 smithi099 bash[16312]: cluster 2024-01-24T01:26:05.375144+0000 mgr.smithi099.npjflm (mgr.14182) 362 : cluster [DBG] pgmap v285: 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-24T01:26:06.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:06 smithi099 bash[16312]: cephadm 2024-01-24T01:26:05.400173+0000 mgr.smithi099.npjflm (mgr.14182) 363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ytrisb on smithi156 2024-01-24T01:26:06.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:06 smithi099 bash[16312]: cluster 2024-01-24T01:26:05.558945+0000 mon.smithi099 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:26:06.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:06 smithi099 bash[16312]: cluster 2024-01-24T01:26:05.559014+0000 mon.smithi099 (mon.0) 727 : cluster [INF] Cluster is now healthy 2024-01-24T01:26:06.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:06 smithi099 bash[16312]: audit 2024-01-24T01:26:06.071426+0000 mgr.smithi099.npjflm (mgr.14182) 364 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:06.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:06 smithi156 bash[19595]: cluster 2024-01-24T01:26:05.375144+0000 mgr.smithi099.npjflm (mgr.14182) 362 : cluster [DBG] pgmap v285: 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-24T01:26:06.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:06 smithi156 bash[19595]: cephadm 2024-01-24T01:26:05.400173+0000 mgr.smithi099.npjflm (mgr.14182) 363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ytrisb on smithi156 2024-01-24T01:26:06.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:06 smithi156 bash[19595]: cluster 2024-01-24T01:26:05.558945+0000 mon.smithi099 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:26:06.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:06 smithi156 bash[19595]: cluster 2024-01-24T01:26:05.559014+0000 mon.smithi099 (mon.0) 727 : cluster [INF] Cluster is now healthy 2024-01-24T01:26:06.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:06 smithi156 bash[19595]: audit 2024-01-24T01:26:06.071426+0000 mgr.smithi099.npjflm (mgr.14182) 364 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:07.768 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:08.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:08 smithi099 bash[16312]: cluster 2024-01-24T01:26:07.376076+0000 mgr.smithi099.npjflm (mgr.14182) 365 : cluster [DBG] pgmap v286: 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-24T01:26:08.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:08 smithi156 bash[19595]: cluster 2024-01-24T01:26:07.376076+0000 mgr.smithi099.npjflm (mgr.14182) 365 : cluster [DBG] pgmap v286: 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-24T01:26:09.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:09 smithi156 bash[19595]: audit 2024-01-24T01:26:09.437947+0000 mon.smithi099 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ytrisb"}]: dispatch 2024-01-24T01:26:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:09 smithi099 bash[16312]: audit 2024-01-24T01:26:09.437947+0000 mon.smithi099 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ytrisb"}]: dispatch 2024-01-24T01:26:10.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: cluster 2024-01-24T01:26:09.377072+0000 mgr.smithi099.npjflm (mgr.14182) 366 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: cephadm 2024-01-24T01:26:09.436488+0000 mgr.smithi099.npjflm (mgr.14182) 367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ytrisb ... 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:10.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ytrisb ... 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:10.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: cephadm 2024-01-24T01:26:09.437159+0000 mgr.smithi099.npjflm (mgr.14182) 368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: cephadm 2024-01-24T01:26:09.439896+0000 mgr.smithi099.npjflm (mgr.14182) 369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ytrisb ... 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:10.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:10 smithi156 bash[19595]: cephadm 2024-01-24T01:26:09.445126+0000 mgr.smithi099.npjflm (mgr.14182) 370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.iekpxy on smithi099 2024-01-24T01:26:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: cluster 2024-01-24T01:26:09.377072+0000 mgr.smithi099.npjflm (mgr.14182) 366 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-24T01:26:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: cephadm 2024-01-24T01:26:09.436488+0000 mgr.smithi099.npjflm (mgr.14182) 367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ytrisb ... 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:26:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ytrisb ... 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: cephadm 2024-01-24T01:26:09.437159+0000 mgr.smithi099.npjflm (mgr.14182) 368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: cephadm 2024-01-24T01:26:09.439896+0000 mgr.smithi099.npjflm (mgr.14182) 369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:11.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ytrisb ... 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:11.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:10 smithi099 bash[16312]: cephadm 2024-01-24T01:26:09.445126+0000 mgr.smithi099.npjflm (mgr.14182) 370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.iekpxy on smithi099 2024-01-24T01:26:11.240 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:11.240 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:54.704244Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.idsxsb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-idsxsb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.idsxsb\nDeploy daemon haproxy.nfs.foo.smithi156.idsxsb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.651705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hbrenw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hbrenw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hbrenw\nDeploy daemon haproxy.nfs.foo.smithi099.hbrenw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:24:58.653715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cqsqmf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:11.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:12.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:11 smithi099 bash[16312]: audit 2024-01-24T01:26:11.226222+0000 mgr.smithi099.npjflm (mgr.14182) 371 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:12.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:11 smithi156 bash[19595]: audit 2024-01-24T01:26:11.226222+0000 mgr.smithi099.npjflm (mgr.14182) 371 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:12.886 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:13.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:12 smithi099 bash[16312]: cluster 2024-01-24T01:26:11.378237+0000 mgr.smithi099.npjflm (mgr.14182) 372 : cluster [DBG] pgmap v288: 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-24T01:26:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:12 smithi156 bash[19595]: cluster 2024-01-24T01:26:11.378237+0000 mgr.smithi099.npjflm (mgr.14182) 372 : cluster [DBG] pgmap v288: 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-24T01:26:14.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:13 smithi156 bash[19595]: audit 2024-01-24T01:26:12.954347+0000 mon.smithi099 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:14.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:13 smithi156 bash[19595]: audit 2024-01-24T01:26:13.799175+0000 mon.smithi099 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.iekpxy"}]: dispatch 2024-01-24T01:26:14.251 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:13 smithi099 bash[16312]: audit 2024-01-24T01:26:12.954347+0000 mon.smithi099 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:14.251 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:13 smithi099 bash[16312]: audit 2024-01-24T01:26:13.799175+0000 mon.smithi099 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.iekpxy"}]: dispatch 2024-01-24T01:26:15.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cluster 2024-01-24T01:26:13.378989+0000 mgr.smithi099.npjflm (mgr.14182) 373 : cluster [DBG] pgmap v289: 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-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cephadm 2024-01-24T01:26:13.797912+0000 mgr.smithi099.npjflm (mgr.14182) 374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.iekpxy ... 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:26:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.iekpxy ... 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cephadm 2024-01-24T01:26:13.798406+0000 mgr.smithi099.npjflm (mgr.14182) 375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cephadm 2024-01-24T01:26:13.800610+0000 mgr.smithi099.npjflm (mgr.14182) 376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.iekpxy ... 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cephadm 2024-01-24T01:26:13.804880+0000 mgr.smithi099.npjflm (mgr.14182) 377 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:26:15.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cephadm 2024-01-24T01:26:13.808974+0000 mgr.smithi099.npjflm (mgr.14182) 378 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:26:15.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cluster 2024-01-24T01:26:13.810550+0000 mgr.smithi099.npjflm (mgr.14182) 379 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-24T01:26:15.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:14 smithi156 bash[19595]: cluster 2024-01-24T01:26:13.950367+0000 mon.smithi099 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cluster 2024-01-24T01:26:13.378989+0000 mgr.smithi099.npjflm (mgr.14182) 373 : cluster [DBG] pgmap v289: 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-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cephadm 2024-01-24T01:26:13.797912+0000 mgr.smithi099.npjflm (mgr.14182) 374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.iekpxy ... 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.iekpxy ... 2024-01-24T01:26:15.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cephadm 2024-01-24T01:26:13.798406+0000 mgr.smithi099.npjflm (mgr.14182) 375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cephadm 2024-01-24T01:26:13.800610+0000 mgr.smithi099.npjflm (mgr.14182) 376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.iekpxy ... 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:26:15.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:26:15.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:26:15.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:26:15.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cephadm 2024-01-24T01:26:13.804880+0000 mgr.smithi099.npjflm (mgr.14182) 377 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:26:15.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cephadm 2024-01-24T01:26:13.808974+0000 mgr.smithi099.npjflm (mgr.14182) 378 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:26:15.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cluster 2024-01-24T01:26:13.810550+0000 mgr.smithi099.npjflm (mgr.14182) 379 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-24T01:26:15.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:14 smithi099 bash[16312]: cluster 2024-01-24T01:26:13.950367+0000 mon.smithi099 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:26:16.505 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:16.505 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:17.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:17.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:16 smithi156 bash[19595]: cluster 2024-01-24T01:26:15.811717+0000 mgr.smithi099.npjflm (mgr.14182) 380 : cluster [DBG] pgmap v291: 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-24T01:26:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:16 smithi099 bash[16312]: cluster 2024-01-24T01:26:15.811717+0000 mgr.smithi099.npjflm (mgr.14182) 380 : cluster [DBG] pgmap v291: 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-24T01:26:18.085 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:17 smithi156 bash[19595]: audit 2024-01-24T01:26:16.494451+0000 mgr.smithi099.npjflm (mgr.14182) 381 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:17 smithi099 bash[16312]: audit 2024-01-24T01:26:16.494451+0000 mgr.smithi099.npjflm (mgr.14182) 381 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:19.426 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:19 smithi099 bash[16312]: cluster 2024-01-24T01:26:17.812860+0000 mgr.smithi099.npjflm (mgr.14182) 382 : cluster [DBG] pgmap v292: 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-24T01:26:19.426 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:19 smithi099 bash[16312]: audit 2024-01-24T01:26:18.248619+0000 mon.smithi099 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:19.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:19 smithi156 bash[19595]: cluster 2024-01-24T01:26:17.812860+0000 mgr.smithi099.npjflm (mgr.14182) 382 : cluster [DBG] pgmap v292: 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-24T01:26:19.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:19 smithi156 bash[19595]: audit 2024-01-24T01:26:18.248619+0000 mon.smithi099 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:20 smithi099 bash[16312]: cluster 2024-01-24T01:26:19.814014+0000 mgr.smithi099.npjflm (mgr.14182) 383 : cluster [DBG] pgmap v293: 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-24T01:26:21.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:20 smithi156 bash[19595]: cluster 2024-01-24T01:26:19.814014+0000 mgr.smithi099.npjflm (mgr.14182) 383 : cluster [DBG] pgmap v293: 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-24T01:26:21.259 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:21.259 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:21.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:22.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:21 smithi099 bash[16312]: audit 2024-01-24T01:26:21.246340+0000 mgr.smithi099.npjflm (mgr.14182) 384 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:22.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:21 smithi156 bash[19595]: audit 2024-01-24T01:26:21.246340+0000 mgr.smithi099.npjflm (mgr.14182) 384 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:22.907 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:23.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:22 smithi099 bash[16312]: cluster 2024-01-24T01:26:21.815222+0000 mgr.smithi099.npjflm (mgr.14182) 385 : cluster [DBG] pgmap v294: 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-24T01:26:23.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:22 smithi156 bash[19595]: cluster 2024-01-24T01:26:21.815222+0000 mgr.smithi099.npjflm (mgr.14182) 385 : cluster [DBG] pgmap v294: 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-24T01:26:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:24 smithi156 bash[19595]: cluster 2024-01-24T01:26:23.816478+0000 mgr.smithi099.npjflm (mgr.14182) 386 : cluster [DBG] pgmap v295: 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-24T01:26:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:24 smithi099 bash[16312]: cluster 2024-01-24T01:26:23.816478+0000 mgr.smithi099.npjflm (mgr.14182) 386 : cluster [DBG] pgmap v295: 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-24T01:26:26.178 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:26.178 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:26.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:27.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:26 smithi099 bash[16312]: cluster 2024-01-24T01:26:25.817408+0000 mgr.smithi099.npjflm (mgr.14182) 387 : 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-24T01:26:27.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:26 smithi099 bash[16312]: audit 2024-01-24T01:26:26.172012+0000 mgr.smithi099.npjflm (mgr.14182) 388 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:26 smithi156 bash[19595]: cluster 2024-01-24T01:26:25.817408+0000 mgr.smithi099.npjflm (mgr.14182) 387 : 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-24T01:26:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:26 smithi156 bash[19595]: audit 2024-01-24T01:26:26.172012+0000 mgr.smithi099.npjflm (mgr.14182) 388 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:27.768 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:29.107 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:28 smithi099 bash[16312]: cluster 2024-01-24T01:26:27.818595+0000 mgr.smithi099.npjflm (mgr.14182) 389 : 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-24T01:26:29.107 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:28 smithi099 bash[16312]: audit 2024-01-24T01:26:27.954127+0000 mon.smithi099 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:29.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:28 smithi156 bash[19595]: cluster 2024-01-24T01:26:27.818595+0000 mgr.smithi099.npjflm (mgr.14182) 389 : 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-24T01:26:29.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:28 smithi156 bash[19595]: audit 2024-01-24T01:26:27.954127+0000 mon.smithi099 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:26:30.905 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:30.906 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:30 smithi099 bash[16312]: cluster 2024-01-24T01:26:29.819900+0000 mgr.smithi099.npjflm (mgr.14182) 390 : 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-24T01:26:31.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:30 smithi156 bash[19595]: cluster 2024-01-24T01:26:29.819900+0000 mgr.smithi099.npjflm (mgr.14182) 390 : 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-24T01:26:31.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:31.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:31 smithi099 bash[16312]: audit 2024-01-24T01:26:30.897081+0000 mgr.smithi099.npjflm (mgr.14182) 391 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:32.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:31 smithi156 bash[19595]: audit 2024-01-24T01:26:30.897081+0000 mgr.smithi099.npjflm (mgr.14182) 391 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:32.563 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:32.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:32 smithi099 bash[16312]: cluster 2024-01-24T01:26:31.821336+0000 mgr.smithi099.npjflm (mgr.14182) 392 : 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-24T01:26:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:32 smithi156 bash[19595]: cluster 2024-01-24T01:26:31.821336+0000 mgr.smithi099.npjflm (mgr.14182) 392 : 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-24T01:26:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:34 smithi156 bash[19595]: cluster 2024-01-24T01:26:33.822579+0000 mgr.smithi099.npjflm (mgr.14182) 393 : 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-24T01:26:35.334 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:34 smithi099 bash[16312]: cluster 2024-01-24T01:26:33.822579+0000 mgr.smithi099.npjflm (mgr.14182) 393 : 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-24T01:26:35.783 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:35.783 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:36.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:36 smithi156 bash[19595]: audit 2024-01-24T01:26:35.771270+0000 mgr.smithi099.npjflm (mgr.14182) 394 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:36 smithi156 bash[19595]: cluster 2024-01-24T01:26:35.823875+0000 mgr.smithi099.npjflm (mgr.14182) 395 : 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-24T01:26:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:36 smithi099 bash[16312]: audit 2024-01-24T01:26:35.771270+0000 mgr.smithi099.npjflm (mgr.14182) 394 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:37.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:36 smithi099 bash[16312]: cluster 2024-01-24T01:26:35.823875+0000 mgr.smithi099.npjflm (mgr.14182) 395 : 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-24T01:26:37.448 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:39.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:38 smithi099 bash[16312]: cluster 2024-01-24T01:26:37.825049+0000 mgr.smithi099.npjflm (mgr.14182) 396 : 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-24T01:26:39.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:38 smithi156 bash[19595]: cluster 2024-01-24T01:26:37.825049+0000 mgr.smithi099.npjflm (mgr.14182) 396 : 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-24T01:26:40.594 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:40.594 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:41.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:40 smithi099 bash[16312]: cluster 2024-01-24T01:26:39.826278+0000 mgr.smithi099.npjflm (mgr.14182) 397 : 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-24T01:26:41.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:41.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:40 smithi156 bash[19595]: cluster 2024-01-24T01:26:39.826278+0000 mgr.smithi099.npjflm (mgr.14182) 397 : 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-24T01:26:42.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:41 smithi099 bash[16312]: audit 2024-01-24T01:26:40.580951+0000 mgr.smithi099.npjflm (mgr.14182) 398 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:42.236 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:42.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:41 smithi156 bash[19595]: audit 2024-01-24T01:26:40.580951+0000 mgr.smithi099.npjflm (mgr.14182) 398 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:43.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:42 smithi099 bash[16312]: cluster 2024-01-24T01:26:41.827652+0000 mgr.smithi099.npjflm (mgr.14182) 399 : 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-24T01:26:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:42 smithi156 bash[19595]: cluster 2024-01-24T01:26:41.827652+0000 mgr.smithi099.npjflm (mgr.14182) 399 : 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-24T01:26:45.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:44 smithi156 bash[19595]: cluster 2024-01-24T01:26:43.828815+0000 mgr.smithi099.npjflm (mgr.14182) 400 : 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-24T01:26:45.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:44 smithi099 bash[16312]: cluster 2024-01-24T01:26:43.828815+0000 mgr.smithi099.npjflm (mgr.14182) 400 : 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-24T01:26:45.382 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:45.382 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:46.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:47.029 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:47.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:46 smithi156 bash[19595]: audit 2024-01-24T01:26:45.376414+0000 mgr.smithi099.npjflm (mgr.14182) 401 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:47.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:46 smithi156 bash[19595]: cluster 2024-01-24T01:26:45.830032+0000 mgr.smithi099.npjflm (mgr.14182) 402 : 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-24T01:26:47.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:46 smithi099 bash[16312]: audit 2024-01-24T01:26:45.376414+0000 mgr.smithi099.npjflm (mgr.14182) 401 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:47.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:46 smithi099 bash[16312]: cluster 2024-01-24T01:26:45.830032+0000 mgr.smithi099.npjflm (mgr.14182) 402 : 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-24T01:26:49.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:48 smithi156 bash[19595]: cluster 2024-01-24T01:26:47.831181+0000 mgr.smithi099.npjflm (mgr.14182) 403 : 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-24T01:26:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:48 smithi099 bash[16312]: cluster 2024-01-24T01:26:47.831181+0000 mgr.smithi099.npjflm (mgr.14182) 403 : 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-24T01:26:50.344 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:50.344 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:50.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:50 smithi099 bash[16312]: cluster 2024-01-24T01:26:49.832437+0000 mgr.smithi099.npjflm (mgr.14182) 404 : 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-24T01:26:51.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:50 smithi099 bash[16312]: audit 2024-01-24T01:26:50.330446+0000 mgr.smithi099.npjflm (mgr.14182) 405 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:51.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:50 smithi156 bash[19595]: cluster 2024-01-24T01:26:49.832437+0000 mgr.smithi099.npjflm (mgr.14182) 404 : 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-24T01:26:51.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:50 smithi156 bash[19595]: audit 2024-01-24T01:26:50.330446+0000 mgr.smithi099.npjflm (mgr.14182) 405 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:51.975 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:53.205 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:52 smithi099 bash[16312]: cluster 2024-01-24T01:26:51.833735+0000 mgr.smithi099.npjflm (mgr.14182) 406 : 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-24T01:26:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:52 smithi156 bash[19595]: cluster 2024-01-24T01:26:51.833735+0000 mgr.smithi099.npjflm (mgr.14182) 406 : 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-24T01:26:55.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:54 smithi099 bash[16312]: cluster 2024-01-24T01:26:53.834758+0000 mgr.smithi099.npjflm (mgr.14182) 407 : 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-24T01:26:55.207 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:26:55.207 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:26:55.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:54 smithi156 bash[19595]: cluster 2024-01-24T01:26:53.834758+0000 mgr.smithi099.npjflm (mgr.14182) 407 : 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-24T01:26:55.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:26:56.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:55 smithi099 bash[16312]: audit 2024-01-24T01:26:55.193488+0000 mgr.smithi099.npjflm (mgr.14182) 408 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:56.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:55 smithi156 bash[19595]: audit 2024-01-24T01:26:55.193488+0000 mgr.smithi099.npjflm (mgr.14182) 408 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:26:56.849 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:26:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:56 smithi156 bash[19595]: cluster 2024-01-24T01:26:55.835625+0000 mgr.smithi099.npjflm (mgr.14182) 409 : 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-24T01:26:57.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:56 smithi099 bash[16312]: cluster 2024-01-24T01:26:55.835625+0000 mgr.smithi099.npjflm (mgr.14182) 409 : 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-24T01:26:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:26:58 smithi156 bash[19595]: cluster 2024-01-24T01:26:57.836674+0000 mgr.smithi099.npjflm (mgr.14182) 410 : 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-24T01:26:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:26:58 smithi099 bash[16312]: cluster 2024-01-24T01:26:57.836674+0000 mgr.smithi099.npjflm (mgr.14182) 410 : 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-24T01:27:00.190 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:00.190 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:00.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:01.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:00 smithi099 bash[16312]: cluster 2024-01-24T01:26:59.837569+0000 mgr.smithi099.npjflm (mgr.14182) 411 : 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-24T01:27:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:00 smithi099 bash[16312]: audit 2024-01-24T01:27:00.179416+0000 mgr.smithi099.npjflm (mgr.14182) 412 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:01.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:00 smithi156 bash[19595]: cluster 2024-01-24T01:26:59.837569+0000 mgr.smithi099.npjflm (mgr.14182) 411 : 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-24T01:27:01.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:00 smithi156 bash[19595]: audit 2024-01-24T01:27:00.179416+0000 mgr.smithi099.npjflm (mgr.14182) 412 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:01.855 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:02 smithi156 bash[19595]: cluster 2024-01-24T01:27:01.838826+0000 mgr.smithi099.npjflm (mgr.14182) 413 : 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-24T01:27:03.244 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:02 smithi099 bash[16312]: cluster 2024-01-24T01:27:01.838826+0000 mgr.smithi099.npjflm (mgr.14182) 413 : 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-24T01:27:05.008 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:05.008 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:05.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:04 smithi156 bash[19595]: cluster 2024-01-24T01:27:03.839939+0000 mgr.smithi099.npjflm (mgr.14182) 414 : 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-24T01:27:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:04 smithi099 bash[16312]: cluster 2024-01-24T01:27:03.839939+0000 mgr.smithi099.npjflm (mgr.14182) 414 : 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-24T01:27:05.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:06.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:05 smithi099 bash[16312]: audit 2024-01-24T01:27:05.001550+0000 mgr.smithi099.npjflm (mgr.14182) 415 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:05 smithi156 bash[19595]: audit 2024-01-24T01:27:05.001550+0000 mgr.smithi099.npjflm (mgr.14182) 415 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:06.668 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:07.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:06 smithi099 bash[16312]: cluster 2024-01-24T01:27:05.841274+0000 mgr.smithi099.npjflm (mgr.14182) 416 : 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-24T01:27:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:06 smithi156 bash[19595]: cluster 2024-01-24T01:27:05.841274+0000 mgr.smithi099.npjflm (mgr.14182) 416 : 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-24T01:27:09.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:08 smithi156 bash[19595]: cluster 2024-01-24T01:27:07.842373+0000 mgr.smithi099.npjflm (mgr.14182) 417 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:08 smithi099 bash[16312]: cluster 2024-01-24T01:27:07.842373+0000 mgr.smithi099.npjflm (mgr.14182) 417 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:10.243 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:10.243 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:10.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:10 smithi099 bash[16312]: cluster 2024-01-24T01:27:09.843601+0000 mgr.smithi099.npjflm (mgr.14182) 418 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:10 smithi099 bash[16312]: audit 2024-01-24T01:27:10.232159+0000 mgr.smithi099.npjflm (mgr.14182) 419 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:10 smithi156 bash[19595]: cluster 2024-01-24T01:27:09.843601+0000 mgr.smithi099.npjflm (mgr.14182) 418 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:10 smithi156 bash[19595]: audit 2024-01-24T01:27:10.232159+0000 mgr.smithi099.npjflm (mgr.14182) 419 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:11.887 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:12 smithi156 bash[19595]: cluster 2024-01-24T01:27:11.844926+0000 mgr.smithi099.npjflm (mgr.14182) 420 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:13.297 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:12 smithi099 bash[16312]: cluster 2024-01-24T01:27:11.844926+0000 mgr.smithi099.npjflm (mgr.14182) 420 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:14.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:13 smithi156 bash[19595]: audit 2024-01-24T01:27:13.815185+0000 mon.smithi099 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:27:14.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:13 smithi099 bash[16312]: audit 2024-01-24T01:27:13.815185+0000 mon.smithi099 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:27:15.273 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:15.274 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:04.549131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:04.551532Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:04.549516Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:04.549786Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:04.550042Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:04.550542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:26:04.550293Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:15 smithi156 bash[19595]: cluster 2024-01-24T01:27:13.845821+0000 mgr.smithi099.npjflm (mgr.14182) 421 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:15 smithi156 bash[19595]: audit 2024-01-24T01:27:14.118332+0000 mon.smithi099 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:15 smithi099 bash[16312]: cluster 2024-01-24T01:27:13.845821+0000 mgr.smithi099.npjflm (mgr.14182) 421 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:15 smithi099 bash[16312]: audit 2024-01-24T01:27:14.118332+0000 mon.smithi099 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:15.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:16.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:16 smithi156 bash[19595]: audit 2024-01-24T01:27:15.262576+0000 mgr.smithi099.npjflm (mgr.14182) 422 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:16.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:16 smithi099 bash[16312]: audit 2024-01-24T01:27:15.262576+0000 mgr.smithi099.npjflm (mgr.14182) 422 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:16.867 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:17.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:17 smithi156 bash[19595]: cluster 2024-01-24T01:27:15.846751+0000 mgr.smithi099.npjflm (mgr.14182) 423 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:17.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:17 smithi099 bash[16312]: cluster 2024-01-24T01:27:15.846751+0000 mgr.smithi099.npjflm (mgr.14182) 423 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:19 smithi156 bash[19595]: cluster 2024-01-24T01:27:17.847818+0000 mgr.smithi099.npjflm (mgr.14182) 424 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:19.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:19 smithi099 bash[16312]: cluster 2024-01-24T01:27:17.847818+0000 mgr.smithi099.npjflm (mgr.14182) 424 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:20.410 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:20.410 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:24:58.655271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.asiwpy on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:20.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: audit 2024-01-24T01:27:19.697333+0000 mon.smithi099 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:20.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: cluster 2024-01-24T01:27:19.849151+0000 mgr.smithi099.npjflm (mgr.14182) 425 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:20.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: audit 2024-01-24T01:27:19.991001+0000 mon.smithi099 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:27:20.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: audit 2024-01-24T01:27:19.992714+0000 mon.smithi099 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:27:20.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: audit 2024-01-24T01:27:20.004555+0000 mon.smithi099 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:20.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: cluster 2024-01-24T01:27:20.006408+0000 mgr.smithi099.npjflm (mgr.14182) 426 : cluster [DBG] pgmap v324: 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-24T01:27:20.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: audit 2024-01-24T01:27:20.014566+0000 mon.smithi099 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:27:20.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: audit 2024-01-24T01:27:20.027329+0000 mon.smithi099 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:20.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:20 smithi099 bash[16312]: cephadm 2024-01-24T01:27:20.031138+0000 mgr.smithi099.npjflm (mgr.14182) 427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.exungt on smithi156 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: audit 2024-01-24T01:27:19.697333+0000 mon.smithi099 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: cluster 2024-01-24T01:27:19.849151+0000 mgr.smithi099.npjflm (mgr.14182) 425 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: audit 2024-01-24T01:27:19.991001+0000 mon.smithi099 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: audit 2024-01-24T01:27:19.992714+0000 mon.smithi099 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: audit 2024-01-24T01:27:20.004555+0000 mon.smithi099 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: cluster 2024-01-24T01:27:20.006408+0000 mgr.smithi099.npjflm (mgr.14182) 426 : cluster [DBG] pgmap v324: 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-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: audit 2024-01-24T01:27:20.014566+0000 mon.smithi099 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: audit 2024-01-24T01:27:20.027329+0000 mon.smithi099 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:20.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:20 smithi156 bash[19595]: cephadm 2024-01-24T01:27:20.031138+0000 mgr.smithi099.npjflm (mgr.14182) 427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.exungt on smithi156 2024-01-24T01:27:21.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:21.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:21 smithi156 bash[19595]: audit 2024-01-24T01:27:20.402062+0000 mgr.smithi099.npjflm (mgr.14182) 428 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:21.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:21 smithi156 bash[19595]: cluster 2024-01-24T01:27:20.753313+0000 mon.smithi099 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:27:21.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:21 smithi156 bash[19595]: cluster 2024-01-24T01:27:20.753380+0000 mon.smithi099 (mon.0) 743 : cluster [INF] Cluster is now healthy 2024-01-24T01:27:22.007 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:22.020 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:21 smithi099 bash[16312]: audit 2024-01-24T01:27:20.402062+0000 mgr.smithi099.npjflm (mgr.14182) 428 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:22.020 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:21 smithi099 bash[16312]: cluster 2024-01-24T01:27:20.753313+0000 mon.smithi099 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:27:22.021 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:21 smithi099 bash[16312]: cluster 2024-01-24T01:27:20.753380+0000 mon.smithi099 (mon.0) 743 : cluster [INF] Cluster is now healthy 2024-01-24T01:27:22.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:22 smithi156 bash[19595]: cluster 2024-01-24T01:27:22.007552+0000 mgr.smithi099.npjflm (mgr.14182) 429 : cluster [DBG] pgmap v325: 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-24T01:27:23.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:22 smithi099 bash[16312]: cluster 2024-01-24T01:27:22.007552+0000 mgr.smithi099.npjflm (mgr.14182) 429 : cluster [DBG] pgmap v325: 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-24T01:27:24.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:24 smithi156 bash[19595]: audit 2024-01-24T01:27:23.970412+0000 mon.smithi099 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.exungt"}]: dispatch 2024-01-24T01:27:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:24 smithi099 bash[16312]: audit 2024-01-24T01:27:23.970412+0000 mon.smithi099 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.exungt"}]: dispatch 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: cephadm 2024-01-24T01:27:23.969349+0000 mgr.smithi099.npjflm (mgr.14182) 430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.exungt ... 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:25.070 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.071 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.exungt ... 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: cephadm 2024-01-24T01:27:23.969801+0000 mgr.smithi099.npjflm (mgr.14182) 431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: cephadm 2024-01-24T01:27:23.971915+0000 mgr.smithi099.npjflm (mgr.14182) 432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:25.072 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.exungt ... 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: cephadm 2024-01-24T01:27:23.976150+0000 mgr.smithi099.npjflm (mgr.14182) 433 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.cxmlrw on smithi099 2024-01-24T01:27:25.073 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:25 smithi099 bash[16312]: cluster 2024-01-24T01:27:24.008252+0000 mgr.smithi099.npjflm (mgr.14182) 434 : cluster [DBG] pgmap v326: 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-24T01:27:25.250 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:25.251 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:09.439626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ytrisb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ytrisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ytrisb\nDeploy daemon haproxy.nfs.foo.smithi156.ytrisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.800377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.iekpxy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-iekpxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.iekpxy\nDeploy daemon haproxy.nfs.foo.smithi099.iekpxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:26:13.804638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.spikbw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: cephadm 2024-01-24T01:27:23.969349+0000 mgr.smithi099.npjflm (mgr.14182) 430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.exungt ... 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.exungt ... 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: cephadm 2024-01-24T01:27:23.969801+0000 mgr.smithi099.npjflm (mgr.14182) 431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: cephadm 2024-01-24T01:27:23.971915+0000 mgr.smithi099.npjflm (mgr.14182) 432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.exungt ... 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: cephadm 2024-01-24T01:27:23.976150+0000 mgr.smithi099.npjflm (mgr.14182) 433 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.cxmlrw on smithi099 2024-01-24T01:27:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:25 smithi156 bash[19595]: cluster 2024-01-24T01:27:24.008252+0000 mgr.smithi099.npjflm (mgr.14182) 434 : cluster [DBG] pgmap v326: 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-24T01:27:25.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:26.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:26 smithi099 bash[16312]: audit 2024-01-24T01:27:25.236355+0000 mgr.smithi099.npjflm (mgr.14182) 435 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:26 smithi156 bash[19595]: audit 2024-01-24T01:27:25.236355+0000 mgr.smithi099.npjflm (mgr.14182) 435 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:26.932 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:27 smithi099 bash[16312]: cluster 2024-01-24T01:27:26.009291+0000 mgr.smithi099.npjflm (mgr.14182) 436 : cluster [DBG] pgmap v327: 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-24T01:27:27.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:27 smithi156 bash[19595]: cluster 2024-01-24T01:27:26.009291+0000 mgr.smithi099.npjflm (mgr.14182) 436 : cluster [DBG] pgmap v327: 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-24T01:27:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: audit 2024-01-24T01:27:27.955189+0000 mon.smithi099 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: cluster 2024-01-24T01:27:28.009851+0000 mgr.smithi099.npjflm (mgr.14182) 437 : cluster [DBG] pgmap v328: 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-24T01:27:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: cephadm 2024-01-24T01:27:28.020256+0000 mgr.smithi099.npjflm (mgr.14182) 438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.cxmlrw ... 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:27:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.cxmlrw ... 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: cephadm 2024-01-24T01:27:28.020769+0000 mgr.smithi099.npjflm (mgr.14182) 439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: audit 2024-01-24T01:27:28.021222+0000 mon.smithi099 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.cxmlrw"}]: dispatch 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: cephadm 2024-01-24T01:27:28.022173+0000 mgr.smithi099.npjflm (mgr.14182) 440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.cxmlrw ... 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: cephadm 2024-01-24T01:27:28.024543+0000 mgr.smithi099.npjflm (mgr.14182) 441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:27:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: cephadm 2024-01-24T01:27:28.026696+0000 mgr.smithi099.npjflm (mgr.14182) 442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:27:29.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: cluster 2024-01-24T01:27:28.027685+0000 mgr.smithi099.npjflm (mgr.14182) 443 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:27:29.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:28 smithi156 bash[19595]: audit 2024-01-24T01:27:28.300295+0000 mon.smithi099 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:29.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: audit 2024-01-24T01:27:27.955189+0000 mon.smithi099 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:29.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: cluster 2024-01-24T01:27:28.009851+0000 mgr.smithi099.npjflm (mgr.14182) 437 : cluster [DBG] pgmap v328: 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-24T01:27:29.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: cephadm 2024-01-24T01:27:28.020256+0000 mgr.smithi099.npjflm (mgr.14182) 438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.cxmlrw ... 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:27:29.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.cxmlrw ... 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: cephadm 2024-01-24T01:27:28.020769+0000 mgr.smithi099.npjflm (mgr.14182) 439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: audit 2024-01-24T01:27:28.021222+0000 mon.smithi099 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.cxmlrw"}]: dispatch 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: cephadm 2024-01-24T01:27:28.022173+0000 mgr.smithi099.npjflm (mgr.14182) 440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.cxmlrw ... 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:27:29.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:27:29.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: cephadm 2024-01-24T01:27:28.024543+0000 mgr.smithi099.npjflm (mgr.14182) 441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:27:29.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: cephadm 2024-01-24T01:27:28.026696+0000 mgr.smithi099.npjflm (mgr.14182) 442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:27:29.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: cluster 2024-01-24T01:27:28.027685+0000 mgr.smithi099.npjflm (mgr.14182) 443 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:27:29.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:28 smithi099 bash[16312]: audit 2024-01-24T01:27:28.300295+0000 mon.smithi099 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:29 smithi156 bash[19595]: cluster 2024-01-24T01:27:28.952562+0000 mon.smithi099 (mon.0) 748 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:27:30.344 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:30.345 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:30.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:29 smithi099 bash[16312]: cluster 2024-01-24T01:27:28.952562+0000 mon.smithi099 (mon.0) 748 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:27:30.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:31.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:30 smithi099 bash[16312]: cluster 2024-01-24T01:27:30.028563+0000 mgr.smithi099.npjflm (mgr.14182) 444 : cluster [DBG] pgmap v330: 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-24T01:27:31.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:30 smithi099 bash[16312]: audit 2024-01-24T01:27:30.332401+0000 mgr.smithi099.npjflm (mgr.14182) 445 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:31.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:30 smithi156 bash[19595]: cluster 2024-01-24T01:27:30.028563+0000 mgr.smithi099.npjflm (mgr.14182) 444 : cluster [DBG] pgmap v330: 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-24T01:27:31.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:30 smithi156 bash[19595]: audit 2024-01-24T01:27:30.332401+0000 mgr.smithi099.npjflm (mgr.14182) 445 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:31.961 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:33.343 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:33 smithi099 bash[16312]: cluster 2024-01-24T01:27:32.029734+0000 mgr.smithi099.npjflm (mgr.14182) 446 : cluster [DBG] pgmap v331: 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-24T01:27:33.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:33 smithi156 bash[19595]: cluster 2024-01-24T01:27:32.029734+0000 mgr.smithi099.npjflm (mgr.14182) 446 : cluster [DBG] pgmap v331: 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-24T01:27:35.164 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:35.164 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:35.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:35 smithi099 bash[16312]: cluster 2024-01-24T01:27:34.030821+0000 mgr.smithi099.npjflm (mgr.14182) 447 : cluster [DBG] pgmap v332: 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-24T01:27:35.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:35 smithi156 bash[19595]: cluster 2024-01-24T01:27:34.030821+0000 mgr.smithi099.npjflm (mgr.14182) 447 : cluster [DBG] pgmap v332: 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-24T01:27:35.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:36.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:36 smithi156 bash[19595]: audit 2024-01-24T01:27:35.156242+0000 mgr.smithi099.npjflm (mgr.14182) 448 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:36.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:36 smithi099 bash[16312]: audit 2024-01-24T01:27:35.156242+0000 mgr.smithi099.npjflm (mgr.14182) 448 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:36.734 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:37 smithi156 bash[19595]: cluster 2024-01-24T01:27:36.032092+0000 mgr.smithi099.npjflm (mgr.14182) 449 : cluster [DBG] pgmap v333: 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-24T01:27:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:37 smithi099 bash[16312]: cluster 2024-01-24T01:27:36.032092+0000 mgr.smithi099.npjflm (mgr.14182) 449 : cluster [DBG] pgmap v333: 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-24T01:27:39.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:39 smithi099 bash[16312]: cluster 2024-01-24T01:27:38.033385+0000 mgr.smithi099.npjflm (mgr.14182) 450 : cluster [DBG] pgmap v334: 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-24T01:27:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:39 smithi156 bash[19595]: cluster 2024-01-24T01:27:38.033385+0000 mgr.smithi099.npjflm (mgr.14182) 450 : cluster [DBG] pgmap v334: 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-24T01:27:39.922 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:39.922 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:40.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:40.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:40 smithi099 bash[16312]: audit 2024-01-24T01:27:39.911576+0000 mgr.smithi099.npjflm (mgr.14182) 451 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:40.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:40 smithi099 bash[16312]: cluster 2024-01-24T01:27:40.034602+0000 mgr.smithi099.npjflm (mgr.14182) 452 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:41.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:40 smithi156 bash[19595]: audit 2024-01-24T01:27:39.911576+0000 mgr.smithi099.npjflm (mgr.14182) 451 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:41.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:40 smithi156 bash[19595]: cluster 2024-01-24T01:27:40.034602+0000 mgr.smithi099.npjflm (mgr.14182) 452 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:41.528 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:43 smithi099 bash[16312]: cluster 2024-01-24T01:27:42.035870+0000 mgr.smithi099.npjflm (mgr.14182) 453 : 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-24T01:27:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:43 smithi099 bash[16312]: audit 2024-01-24T01:27:42.957088+0000 mon.smithi099 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:43.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:43 smithi156 bash[19595]: cluster 2024-01-24T01:27:42.035870+0000 mgr.smithi099.npjflm (mgr.14182) 453 : 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-24T01:27:43.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:43 smithi156 bash[19595]: audit 2024-01-24T01:27:42.957088+0000 mon.smithi099 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:27:44.699 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:44.699 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:45.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:45.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:45 smithi156 bash[19595]: cluster 2024-01-24T01:27:44.036980+0000 mgr.smithi099.npjflm (mgr.14182) 454 : 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-24T01:27:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:45 smithi099 bash[16312]: cluster 2024-01-24T01:27:44.036980+0000 mgr.smithi099.npjflm (mgr.14182) 454 : 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-24T01:27:46.323 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:46 smithi156 bash[19595]: audit 2024-01-24T01:27:44.685103+0000 mgr.smithi099.npjflm (mgr.14182) 455 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:46.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:46 smithi099 bash[16312]: audit 2024-01-24T01:27:44.685103+0000 mgr.smithi099.npjflm (mgr.14182) 455 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:47.425 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:47 smithi099 bash[16312]: cluster 2024-01-24T01:27:46.038170+0000 mgr.smithi099.npjflm (mgr.14182) 456 : 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-24T01:27:47.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:47 smithi156 bash[19595]: cluster 2024-01-24T01:27:46.038170+0000 mgr.smithi099.npjflm (mgr.14182) 456 : 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-24T01:27:49.291 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:49.291 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:49.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:49 smithi156 bash[19595]: cluster 2024-01-24T01:27:48.039381+0000 mgr.smithi099.npjflm (mgr.14182) 457 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:49.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:49 smithi099 bash[16312]: cluster 2024-01-24T01:27:48.039381+0000 mgr.smithi099.npjflm (mgr.14182) 457 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:49.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:50.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:50 smithi099 bash[16312]: audit 2024-01-24T01:27:49.280681+0000 mgr.smithi099.npjflm (mgr.14182) 458 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:50.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:50 smithi156 bash[19595]: audit 2024-01-24T01:27:49.280681+0000 mgr.smithi099.npjflm (mgr.14182) 458 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:50.941 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:51 smithi156 bash[19595]: cluster 2024-01-24T01:27:50.040553+0000 mgr.smithi099.npjflm (mgr.14182) 459 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:51.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:51 smithi099 bash[16312]: cluster 2024-01-24T01:27:50.040553+0000 mgr.smithi099.npjflm (mgr.14182) 459 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:27:53.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:53 smithi156 bash[19595]: cluster 2024-01-24T01:27:52.041330+0000 mgr.smithi099.npjflm (mgr.14182) 460 : 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-24T01:27:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:53 smithi099 bash[16312]: cluster 2024-01-24T01:27:52.041330+0000 mgr.smithi099.npjflm (mgr.14182) 460 : 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-24T01:27:54.159 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:54.159 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:54.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:27:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:55 smithi156 bash[19595]: cluster 2024-01-24T01:27:54.042350+0000 mgr.smithi099.npjflm (mgr.14182) 461 : 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-24T01:27:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:55 smithi156 bash[19595]: audit 2024-01-24T01:27:54.148162+0000 mgr.smithi099.npjflm (mgr.14182) 462 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:55 smithi099 bash[16312]: cluster 2024-01-24T01:27:54.042350+0000 mgr.smithi099.npjflm (mgr.14182) 461 : 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-24T01:27:55.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:55 smithi099 bash[16312]: audit 2024-01-24T01:27:54.148162+0000 mgr.smithi099.npjflm (mgr.14182) 462 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:27:55.799 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:27:57.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:57 smithi156 bash[19595]: cluster 2024-01-24T01:27:56.043579+0000 mgr.smithi099.npjflm (mgr.14182) 463 : 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-24T01:27:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:57 smithi099 bash[16312]: cluster 2024-01-24T01:27:56.043579+0000 mgr.smithi099.npjflm (mgr.14182) 463 : 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-24T01:27:58.939 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:27:58.939 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:27:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:27:59 smithi099 bash[16312]: cluster 2024-01-24T01:27:58.044847+0000 mgr.smithi099.npjflm (mgr.14182) 464 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:27:59 smithi156 bash[19595]: cluster 2024-01-24T01:27:58.044847+0000 mgr.smithi099.npjflm (mgr.14182) 464 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:27:59.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:00 smithi156 bash[19595]: audit 2024-01-24T01:27:58.926563+0000 mgr.smithi099.npjflm (mgr.14182) 465 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:00.584 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:00.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:00 smithi099 bash[16312]: audit 2024-01-24T01:27:58.926563+0000 mgr.smithi099.npjflm (mgr.14182) 465 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:01 smithi156 bash[19595]: cluster 2024-01-24T01:28:00.045646+0000 mgr.smithi099.npjflm (mgr.14182) 466 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:28:01.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:01 smithi099 bash[16312]: cluster 2024-01-24T01:28:00.045646+0000 mgr.smithi099.npjflm (mgr.14182) 466 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:28:03.415 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:03 smithi099 bash[16312]: cluster 2024-01-24T01:28:02.046717+0000 mgr.smithi099.npjflm (mgr.14182) 467 : 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-24T01:28:03.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:03 smithi156 bash[19595]: cluster 2024-01-24T01:28:02.046717+0000 mgr.smithi099.npjflm (mgr.14182) 467 : 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-24T01:28:03.859 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:03.859 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:04.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:05.469 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:05.482 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:05 smithi099 bash[16312]: audit 2024-01-24T01:28:03.850005+0000 mgr.smithi099.npjflm (mgr.14182) 468 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:05.482 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:05 smithi099 bash[16312]: cluster 2024-01-24T01:28:04.047801+0000 mgr.smithi099.npjflm (mgr.14182) 469 : 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-24T01:28:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:05 smithi156 bash[19595]: audit 2024-01-24T01:28:03.850005+0000 mgr.smithi099.npjflm (mgr.14182) 468 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:05 smithi156 bash[19595]: cluster 2024-01-24T01:28:04.047801+0000 mgr.smithi099.npjflm (mgr.14182) 469 : 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-24T01:28:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:07 smithi156 bash[19595]: cluster 2024-01-24T01:28:06.049030+0000 mgr.smithi099.npjflm (mgr.14182) 470 : 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-24T01:28:07.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:07 smithi099 bash[16312]: cluster 2024-01-24T01:28:06.049030+0000 mgr.smithi099.npjflm (mgr.14182) 470 : 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-24T01:28:08.684 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:08.685 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:09.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:09 smithi156 bash[19595]: cluster 2024-01-24T01:28:08.050214+0000 mgr.smithi099.npjflm (mgr.14182) 471 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:09 smithi099 bash[16312]: cluster 2024-01-24T01:28:08.050214+0000 mgr.smithi099.npjflm (mgr.14182) 471 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:10.287 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:10.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:10 smithi156 bash[19595]: audit 2024-01-24T01:28:08.673889+0000 mgr.smithi099.npjflm (mgr.14182) 472 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:10.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:10 smithi099 bash[16312]: audit 2024-01-24T01:28:08.673889+0000 mgr.smithi099.npjflm (mgr.14182) 472 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:11 smithi156 bash[19595]: cluster 2024-01-24T01:28:10.051328+0000 mgr.smithi099.npjflm (mgr.14182) 473 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:28:11.517 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:11 smithi099 bash[16312]: cluster 2024-01-24T01:28:10.051328+0000 mgr.smithi099.npjflm (mgr.14182) 473 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:28:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:13 smithi099 bash[16312]: cluster 2024-01-24T01:28:12.052565+0000 mgr.smithi099.npjflm (mgr.14182) 474 : 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-24T01:28:13.489 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:13.489 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:13.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:13 smithi156 bash[19595]: cluster 2024-01-24T01:28:12.052565+0000 mgr.smithi099.npjflm (mgr.14182) 474 : 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-24T01:28:14.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:15.078 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:15 smithi099 bash[16312]: audit 2024-01-24T01:28:13.477916+0000 mgr.smithi099.npjflm (mgr.14182) 475 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:15 smithi099 bash[16312]: cluster 2024-01-24T01:28:14.053680+0000 mgr.smithi099.npjflm (mgr.14182) 476 : 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-24T01:28:15.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:15 smithi156 bash[19595]: audit 2024-01-24T01:28:13.477916+0000 mgr.smithi099.npjflm (mgr.14182) 475 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:15.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:15 smithi156 bash[19595]: cluster 2024-01-24T01:28:14.053680+0000 mgr.smithi099.npjflm (mgr.14182) 476 : 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-24T01:28:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:17 smithi156 bash[19595]: cluster 2024-01-24T01:28:16.054897+0000 mgr.smithi099.npjflm (mgr.14182) 477 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:17.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:17 smithi099 bash[16312]: cluster 2024-01-24T01:28:16.054897+0000 mgr.smithi099.npjflm (mgr.14182) 477 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:18.314 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:18.314 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:18.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:19 smithi099 bash[16312]: cluster 2024-01-24T01:28:18.056073+0000 mgr.smithi099.npjflm (mgr.14182) 478 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:19 smithi099 bash[16312]: audit 2024-01-24T01:28:18.300808+0000 mgr.smithi099.npjflm (mgr.14182) 479 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:19 smithi156 bash[19595]: cluster 2024-01-24T01:28:18.056073+0000 mgr.smithi099.npjflm (mgr.14182) 478 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:19 smithi156 bash[19595]: audit 2024-01-24T01:28:18.300808+0000 mgr.smithi099.npjflm (mgr.14182) 479 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:19.968 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:20 smithi099 bash[16312]: cluster 2024-01-24T01:28:20.057162+0000 mgr.smithi099.npjflm (mgr.14182) 480 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:28:21.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:20 smithi156 bash[19595]: cluster 2024-01-24T01:28:20.057162+0000 mgr.smithi099.npjflm (mgr.14182) 480 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:28:23.164 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:23.164 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:23.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:23 smithi156 bash[19595]: cluster 2024-01-24T01:28:22.058408+0000 mgr.smithi099.npjflm (mgr.14182) 481 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:23.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:23 smithi099 bash[16312]: cluster 2024-01-24T01:28:22.058408+0000 mgr.smithi099.npjflm (mgr.14182) 481 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:23.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:24.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:24 smithi156 bash[19595]: audit 2024-01-24T01:28:23.150705+0000 mgr.smithi099.npjflm (mgr.14182) 482 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:24 smithi099 bash[16312]: audit 2024-01-24T01:28:23.150705+0000 mgr.smithi099.npjflm (mgr.14182) 482 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:24.780 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:25 smithi156 bash[19595]: cluster 2024-01-24T01:28:24.059580+0000 mgr.smithi099.npjflm (mgr.14182) 483 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:25 smithi099 bash[16312]: cluster 2024-01-24T01:28:24.059580+0000 mgr.smithi099.npjflm (mgr.14182) 483 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:27.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:27 smithi156 bash[19595]: cluster 2024-01-24T01:28:26.060985+0000 mgr.smithi099.npjflm (mgr.14182) 484 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:27.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:27 smithi099 bash[16312]: cluster 2024-01-24T01:28:26.060985+0000 mgr.smithi099.npjflm (mgr.14182) 484 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:28.243 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:28.243 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:26:13.808693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mubyct on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:28.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:28 smithi156 bash[19595]: audit 2024-01-24T01:28:28.033799+0000 mon.smithi099 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:28:28.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:28 smithi099 bash[16312]: audit 2024-01-24T01:28:28.033799+0000 mon.smithi099 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:28:28.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: cluster 2024-01-24T01:28:28.062172+0000 mgr.smithi099.npjflm (mgr.14182) 485 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: audit 2024-01-24T01:28:28.236026+0000 mgr.smithi099.npjflm (mgr.14182) 486 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: audit 2024-01-24T01:28:28.334416+0000 mon.smithi099 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: audit 2024-01-24T01:28:28.632796+0000 mon.smithi099 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: audit 2024-01-24T01:28:28.634640+0000 mon.smithi099 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: audit 2024-01-24T01:28:28.645519+0000 mon.smithi099 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: audit 2024-01-24T01:28:28.653620+0000 mon.smithi099 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:28:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:29 smithi099 bash[16312]: audit 2024-01-24T01:28:28.671764+0000 mon.smithi099 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: cluster 2024-01-24T01:28:28.062172+0000 mgr.smithi099.npjflm (mgr.14182) 485 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:28:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: audit 2024-01-24T01:28:28.236026+0000 mgr.smithi099.npjflm (mgr.14182) 486 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: audit 2024-01-24T01:28:28.334416+0000 mon.smithi099 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: audit 2024-01-24T01:28:28.632796+0000 mon.smithi099 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:28:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: audit 2024-01-24T01:28:28.634640+0000 mon.smithi099 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:28:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: audit 2024-01-24T01:28:28.645519+0000 mon.smithi099 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: audit 2024-01-24T01:28:28.653620+0000 mon.smithi099 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:28:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:29 smithi156 bash[19595]: audit 2024-01-24T01:28:28.671764+0000 mon.smithi099 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:29.885 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:30 smithi099 bash[16312]: cluster 2024-01-24T01:28:28.646531+0000 mgr.smithi099.npjflm (mgr.14182) 487 : cluster [DBG] pgmap v360: 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-24T01:28:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:30 smithi099 bash[16312]: cephadm 2024-01-24T01:28:28.675519+0000 mgr.smithi099.npjflm (mgr.14182) 488 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.uekwoy on smithi156 2024-01-24T01:28:30.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:30 smithi099 bash[16312]: cluster 2024-01-24T01:28:29.642017+0000 mon.smithi099 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:28:30.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:30 smithi099 bash[16312]: cluster 2024-01-24T01:28:29.642096+0000 mon.smithi099 (mon.0) 758 : cluster [INF] Cluster is now healthy 2024-01-24T01:28:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:30 smithi156 bash[19595]: cluster 2024-01-24T01:28:28.646531+0000 mgr.smithi099.npjflm (mgr.14182) 487 : cluster [DBG] pgmap v360: 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-24T01:28:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:30 smithi156 bash[19595]: cephadm 2024-01-24T01:28:28.675519+0000 mgr.smithi099.npjflm (mgr.14182) 488 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.uekwoy on smithi156 2024-01-24T01:28:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:30 smithi156 bash[19595]: cluster 2024-01-24T01:28:29.642017+0000 mon.smithi099 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:28:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:30 smithi156 bash[19595]: cluster 2024-01-24T01:28:29.642096+0000 mon.smithi099 (mon.0) 758 : cluster [INF] Cluster is now healthy 2024-01-24T01:28:32.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:32 smithi099 bash[16312]: cluster 2024-01-24T01:28:30.647585+0000 mgr.smithi099.npjflm (mgr.14182) 489 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-24T01:28:32.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:32 smithi156 bash[19595]: cluster 2024-01-24T01:28:30.647585+0000 mgr.smithi099.npjflm (mgr.14182) 489 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-24T01:28:33.301 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:33.301 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:23.971690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.exungt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-exungt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.exungt\nDeploy daemon haproxy.nfs.foo.smithi156.exungt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.022064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.cxmlrw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-cxmlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.cxmlrw\nDeploy daemon haproxy.nfs.foo.smithi099.cxmlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:27:28.024398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xsjvzm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:33.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:33 smithi156 bash[19595]: audit 2024-01-24T01:28:32.407284+0000 mon.smithi099 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.uekwoy"}]: dispatch 2024-01-24T01:28:33.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:33 smithi099 bash[16312]: audit 2024-01-24T01:28:32.407284+0000 mon.smithi099 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.uekwoy"}]: dispatch 2024-01-24T01:28:33.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: cephadm 2024-01-24T01:28:32.405941+0000 mgr.smithi099.npjflm (mgr.14182) 490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.uekwoy ... 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.uekwoy ... 2024-01-24T01:28:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: cephadm 2024-01-24T01:28:32.406509+0000 mgr.smithi099.npjflm (mgr.14182) 491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: cephadm 2024-01-24T01:28:32.409075+0000 mgr.smithi099.npjflm (mgr.14182) 492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.uekwoy ... 2024-01-24T01:28:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:34.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:34.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:34.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: cephadm 2024-01-24T01:28:32.414004+0000 mgr.smithi099.npjflm (mgr.14182) 493 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xkvxrg on smithi099 2024-01-24T01:28:34.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: cluster 2024-01-24T01:28:32.648122+0000 mgr.smithi099.npjflm (mgr.14182) 494 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-24T01:28:34.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:34 smithi156 bash[19595]: audit 2024-01-24T01:28:33.287331+0000 mgr.smithi099.npjflm (mgr.14182) 495 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:34.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: cephadm 2024-01-24T01:28:32.405941+0000 mgr.smithi099.npjflm (mgr.14182) 490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:34.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.uekwoy ... 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:28:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.uekwoy ... 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: cephadm 2024-01-24T01:28:32.406509+0000 mgr.smithi099.npjflm (mgr.14182) 491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: cephadm 2024-01-24T01:28:32.409075+0000 mgr.smithi099.npjflm (mgr.14182) 492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.uekwoy ... 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: cephadm 2024-01-24T01:28:32.414004+0000 mgr.smithi099.npjflm (mgr.14182) 493 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xkvxrg on smithi099 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: cluster 2024-01-24T01:28:32.648122+0000 mgr.smithi099.npjflm (mgr.14182) 494 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-24T01:28:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:34 smithi099 bash[16312]: audit 2024-01-24T01:28:33.287331+0000 mgr.smithi099.npjflm (mgr.14182) 495 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:34.956 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:36.493 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:36 smithi099 bash[16312]: cluster 2024-01-24T01:28:34.649079+0000 mgr.smithi099.npjflm (mgr.14182) 496 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-24T01:28:36.493 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:36 smithi099 bash[16312]: audit 2024-01-24T01:28:36.213460+0000 mon.smithi099 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xkvxrg"}]: dispatch 2024-01-24T01:28:36.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:36 smithi156 bash[19595]: cluster 2024-01-24T01:28:34.649079+0000 mgr.smithi099.npjflm (mgr.14182) 496 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-24T01:28:36.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:36 smithi156 bash[19595]: audit 2024-01-24T01:28:36.213460+0000 mon.smithi099 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xkvxrg"}]: dispatch 2024-01-24T01:28:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: cephadm 2024-01-24T01:28:36.212497+0000 mgr.smithi099.npjflm (mgr.14182) 497 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xkvxrg ... 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:28:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xkvxrg ... 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:37.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: cephadm 2024-01-24T01:28:36.212952+0000 mgr.smithi099.npjflm (mgr.14182) 498 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: cephadm 2024-01-24T01:28:36.214578+0000 mgr.smithi099.npjflm (mgr.14182) 499 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xkvxrg ... 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:37.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:37.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:37.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: cephadm 2024-01-24T01:28:36.218069+0000 mgr.smithi099.npjflm (mgr.14182) 500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:28:37.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: cephadm 2024-01-24T01:28:36.220945+0000 mgr.smithi099.npjflm (mgr.14182) 501 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:28:37.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: cluster 2024-01-24T01:28:36.222054+0000 mgr.smithi099.npjflm (mgr.14182) 502 : cluster [DBG] pgmap v364: 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-24T01:28:37.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:37 smithi156 bash[19595]: cluster 2024-01-24T01:28:36.361194+0000 mon.smithi099 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:28:37.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: cephadm 2024-01-24T01:28:36.212497+0000 mgr.smithi099.npjflm (mgr.14182) 497 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:37.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xkvxrg ... 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:28:37.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xkvxrg ... 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: cephadm 2024-01-24T01:28:36.212952+0000 mgr.smithi099.npjflm (mgr.14182) 498 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: cephadm 2024-01-24T01:28:36.214578+0000 mgr.smithi099.npjflm (mgr.14182) 499 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xkvxrg ... 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:28:37.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: cephadm 2024-01-24T01:28:36.218069+0000 mgr.smithi099.npjflm (mgr.14182) 500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:28:37.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: cephadm 2024-01-24T01:28:36.220945+0000 mgr.smithi099.npjflm (mgr.14182) 501 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:28:37.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: cluster 2024-01-24T01:28:36.222054+0000 mgr.smithi099.npjflm (mgr.14182) 502 : cluster [DBG] pgmap v364: 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-24T01:28:37.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:37 smithi099 bash[16312]: cluster 2024-01-24T01:28:36.361194+0000 mon.smithi099 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:28:38.482 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:38.483 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:39.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:39.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:39 smithi099 bash[16312]: cluster 2024-01-24T01:28:38.223329+0000 mgr.smithi099.npjflm (mgr.14182) 503 : cluster [DBG] pgmap v365: 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-24T01:28:39.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:39 smithi099 bash[16312]: audit 2024-01-24T01:28:38.354181+0000 mon.smithi099 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:39.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:39 smithi156 bash[19595]: cluster 2024-01-24T01:28:38.223329+0000 mgr.smithi099.npjflm (mgr.14182) 503 : cluster [DBG] pgmap v365: 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-24T01:28:39.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:39 smithi156 bash[19595]: audit 2024-01-24T01:28:38.354181+0000 mon.smithi099 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:28:40.126 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:40 smithi099 bash[16312]: audit 2024-01-24T01:28:38.470067+0000 mgr.smithi099.npjflm (mgr.14182) 504 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:40.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:40 smithi156 bash[19595]: audit 2024-01-24T01:28:38.470067+0000 mgr.smithi099.npjflm (mgr.14182) 504 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:41.698 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:41 smithi099 bash[16312]: cluster 2024-01-24T01:28:40.224406+0000 mgr.smithi099.npjflm (mgr.14182) 505 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T01:28:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:41 smithi156 bash[19595]: cluster 2024-01-24T01:28:40.224406+0000 mgr.smithi099.npjflm (mgr.14182) 505 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T01:28:43.435 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:43.435 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:43.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:43 smithi156 bash[19595]: cluster 2024-01-24T01:28:42.225910+0000 mgr.smithi099.npjflm (mgr.14182) 506 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:28:43.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:43 smithi099 bash[16312]: cluster 2024-01-24T01:28:42.225910+0000 mgr.smithi099.npjflm (mgr.14182) 506 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:28:44.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:45.064 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:45 smithi156 bash[19595]: audit 2024-01-24T01:28:43.425062+0000 mgr.smithi099.npjflm (mgr.14182) 507 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:45 smithi156 bash[19595]: cluster 2024-01-24T01:28:44.227067+0000 mgr.smithi099.npjflm (mgr.14182) 508 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:28:45.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:45 smithi099 bash[16312]: audit 2024-01-24T01:28:43.425062+0000 mgr.smithi099.npjflm (mgr.14182) 507 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:45.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:45 smithi099 bash[16312]: cluster 2024-01-24T01:28:44.227067+0000 mgr.smithi099.npjflm (mgr.14182) 508 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:28:47.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:47 smithi156 bash[19595]: cluster 2024-01-24T01:28:46.228563+0000 mgr.smithi099.npjflm (mgr.14182) 509 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:28:47.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:47 smithi099 bash[16312]: cluster 2024-01-24T01:28:46.228563+0000 mgr.smithi099.npjflm (mgr.14182) 509 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:28:48.492 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:48.492 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:48.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:48 smithi156 bash[19595]: cluster 2024-01-24T01:28:48.229672+0000 mgr.smithi099.npjflm (mgr.14182) 510 : 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-24T01:28:48.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:48 smithi099 bash[16312]: cluster 2024-01-24T01:28:48.229672+0000 mgr.smithi099.npjflm (mgr.14182) 510 : 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-24T01:28:49.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:49.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:49 smithi156 bash[19595]: audit 2024-01-24T01:28:48.486216+0000 mgr.smithi099.npjflm (mgr.14182) 511 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:49.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:49 smithi099 bash[16312]: audit 2024-01-24T01:28:48.486216+0000 mgr.smithi099.npjflm (mgr.14182) 511 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:50.111 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:50 smithi099 bash[16312]: cluster 2024-01-24T01:28:50.230778+0000 mgr.smithi099.npjflm (mgr.14182) 512 : 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-24T01:28:51.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:50 smithi156 bash[19595]: cluster 2024-01-24T01:28:50.230778+0000 mgr.smithi099.npjflm (mgr.14182) 512 : 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-24T01:28:53.359 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:53.359 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:53.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:53 smithi099 bash[16312]: cluster 2024-01-24T01:28:52.232079+0000 mgr.smithi099.npjflm (mgr.14182) 513 : 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-24T01:28:53.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:53 smithi156 bash[19595]: cluster 2024-01-24T01:28:52.232079+0000 mgr.smithi099.npjflm (mgr.14182) 513 : 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-24T01:28:54.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:54.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:54 smithi099 bash[16312]: audit 2024-01-24T01:28:53.346826+0000 mgr.smithi099.npjflm (mgr.14182) 514 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:54 smithi156 bash[19595]: audit 2024-01-24T01:28:53.346826+0000 mgr.smithi099.npjflm (mgr.14182) 514 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:55.063 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:28:55.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:55 smithi099 bash[16312]: cluster 2024-01-24T01:28:54.233256+0000 mgr.smithi099.npjflm (mgr.14182) 515 : 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-24T01:28:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:55 smithi156 bash[19595]: cluster 2024-01-24T01:28:54.233256+0000 mgr.smithi099.npjflm (mgr.14182) 515 : 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-24T01:28:57.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:57 smithi099 bash[16312]: cluster 2024-01-24T01:28:56.234596+0000 mgr.smithi099.npjflm (mgr.14182) 516 : 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-24T01:28:57.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:57 smithi156 bash[19595]: cluster 2024-01-24T01:28:56.234596+0000 mgr.smithi099.npjflm (mgr.14182) 516 : 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-24T01:28:58.331 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:28:58.332 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:28:58.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:28:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:59 smithi099 bash[16312]: cluster 2024-01-24T01:28:58.235799+0000 mgr.smithi099.npjflm (mgr.14182) 517 : 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-24T01:28:59.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:28:59 smithi099 bash[16312]: audit 2024-01-24T01:28:58.325663+0000 mgr.smithi099.npjflm (mgr.14182) 518 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:59 smithi156 bash[19595]: cluster 2024-01-24T01:28:58.235799+0000 mgr.smithi099.npjflm (mgr.14182) 517 : 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-24T01:28:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:28:59 smithi156 bash[19595]: audit 2024-01-24T01:28:58.325663+0000 mgr.smithi099.npjflm (mgr.14182) 518 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:28:59.913 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:01.053 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:00 smithi099 bash[16312]: cluster 2024-01-24T01:29:00.236995+0000 mgr.smithi099.npjflm (mgr.14182) 519 : 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-24T01:29:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:00 smithi156 bash[19595]: cluster 2024-01-24T01:29:00.236995+0000 mgr.smithi099.npjflm (mgr.14182) 519 : 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-24T01:29:03.071 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:03.072 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:03 smithi099 bash[16312]: cluster 2024-01-24T01:29:02.238396+0000 mgr.smithi099.npjflm (mgr.14182) 520 : 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-24T01:29:03.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:03.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:03 smithi156 bash[19595]: cluster 2024-01-24T01:29:02.238396+0000 mgr.smithi099.npjflm (mgr.14182) 520 : 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-24T01:29:04.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:04 smithi099 bash[16312]: audit 2024-01-24T01:29:03.060480+0000 mgr.smithi099.npjflm (mgr.14182) 521 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:04.683 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:04.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:04 smithi156 bash[19595]: audit 2024-01-24T01:29:03.060480+0000 mgr.smithi099.npjflm (mgr.14182) 521 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:05.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:05 smithi099 bash[16312]: cluster 2024-01-24T01:29:04.239519+0000 mgr.smithi099.npjflm (mgr.14182) 522 : 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-24T01:29:05.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:05 smithi156 bash[19595]: cluster 2024-01-24T01:29:04.239519+0000 mgr.smithi099.npjflm (mgr.14182) 522 : 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-24T01:29:07.584 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:07 smithi099 bash[16312]: cluster 2024-01-24T01:29:06.240916+0000 mgr.smithi099.npjflm (mgr.14182) 523 : 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-24T01:29:07.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:07 smithi156 bash[19595]: cluster 2024-01-24T01:29:06.240916+0000 mgr.smithi099.npjflm (mgr.14182) 523 : 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-24T01:29:08.012 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:08.012 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:08.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:09 smithi099 bash[16312]: audit 2024-01-24T01:29:08.005895+0000 mgr.smithi099.npjflm (mgr.14182) 524 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:09 smithi099 bash[16312]: cluster 2024-01-24T01:29:08.242090+0000 mgr.smithi099.npjflm (mgr.14182) 525 : 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-24T01:29:09.672 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:09.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:09 smithi156 bash[19595]: audit 2024-01-24T01:29:08.005895+0000 mgr.smithi099.npjflm (mgr.14182) 524 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:09.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:09 smithi156 bash[19595]: cluster 2024-01-24T01:29:08.242090+0000 mgr.smithi099.npjflm (mgr.14182) 525 : 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-24T01:29:11.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:10 smithi099 bash[16312]: cluster 2024-01-24T01:29:10.243294+0000 mgr.smithi099.npjflm (mgr.14182) 526 : 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-24T01:29:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:10 smithi156 bash[19595]: cluster 2024-01-24T01:29:10.243294+0000 mgr.smithi099.npjflm (mgr.14182) 526 : 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-24T01:29:12.803 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:12.803 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:13.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:13.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:13 smithi099 bash[16312]: cluster 2024-01-24T01:29:12.244709+0000 mgr.smithi099.npjflm (mgr.14182) 527 : 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-24T01:29:13.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:13 smithi156 bash[19595]: cluster 2024-01-24T01:29:12.244709+0000 mgr.smithi099.npjflm (mgr.14182) 527 : 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-24T01:29:14.422 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:14.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:14 smithi099 bash[16312]: audit 2024-01-24T01:29:12.791380+0000 mgr.smithi099.npjflm (mgr.14182) 528 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:14 smithi156 bash[19595]: audit 2024-01-24T01:29:12.791380+0000 mgr.smithi099.npjflm (mgr.14182) 528 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:15 smithi099 bash[16312]: cluster 2024-01-24T01:29:14.245838+0000 mgr.smithi099.npjflm (mgr.14182) 529 : 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-24T01:29:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:15 smithi156 bash[19595]: cluster 2024-01-24T01:29:14.245838+0000 mgr.smithi099.npjflm (mgr.14182) 529 : 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-24T01:29:17.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:17 smithi099 bash[16312]: cluster 2024-01-24T01:29:16.247157+0000 mgr.smithi099.npjflm (mgr.14182) 530 : 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-24T01:29:17.648 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:17.649 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:17.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:17 smithi156 bash[19595]: cluster 2024-01-24T01:29:16.247157+0000 mgr.smithi099.npjflm (mgr.14182) 530 : 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-24T01:29:18.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:19.317 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:19.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:19 smithi099 bash[16312]: audit 2024-01-24T01:29:17.642535+0000 mgr.smithi099.npjflm (mgr.14182) 531 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:19.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:19 smithi099 bash[16312]: cluster 2024-01-24T01:29:18.248258+0000 mgr.smithi099.npjflm (mgr.14182) 532 : 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-24T01:29:19.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:19 smithi156 bash[19595]: audit 2024-01-24T01:29:17.642535+0000 mgr.smithi099.npjflm (mgr.14182) 531 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:19.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:19 smithi156 bash[19595]: cluster 2024-01-24T01:29:18.248258+0000 mgr.smithi099.npjflm (mgr.14182) 532 : 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-24T01:29:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:20 smithi099 bash[16312]: cluster 2024-01-24T01:29:20.249477+0000 mgr.smithi099.npjflm (mgr.14182) 533 : 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-24T01:29:21.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:20 smithi156 bash[19595]: cluster 2024-01-24T01:29:20.249477+0000 mgr.smithi099.npjflm (mgr.14182) 533 : 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-24T01:29:22.550 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:22.550 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:23.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:23.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:23 smithi099 bash[16312]: cluster 2024-01-24T01:29:22.250774+0000 mgr.smithi099.npjflm (mgr.14182) 534 : 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-24T01:29:23.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:23 smithi156 bash[19595]: cluster 2024-01-24T01:29:22.250774+0000 mgr.smithi099.npjflm (mgr.14182) 534 : 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-24T01:29:24.246 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:24 smithi099 bash[16312]: audit 2024-01-24T01:29:22.537110+0000 mgr.smithi099.npjflm (mgr.14182) 535 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:24.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:24 smithi156 bash[19595]: audit 2024-01-24T01:29:22.537110+0000 mgr.smithi099.npjflm (mgr.14182) 535 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:25 smithi099 bash[16312]: cluster 2024-01-24T01:29:24.252185+0000 mgr.smithi099.npjflm (mgr.14182) 536 : 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-24T01:29:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:25 smithi156 bash[19595]: cluster 2024-01-24T01:29:24.252185+0000 mgr.smithi099.npjflm (mgr.14182) 536 : 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-24T01:29:27.446 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:27.446 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:27.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:27 smithi099 bash[16312]: cluster 2024-01-24T01:29:26.253570+0000 mgr.smithi099.npjflm (mgr.14182) 537 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:27.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:27 smithi156 bash[19595]: cluster 2024-01-24T01:29:26.253570+0000 mgr.smithi099.npjflm (mgr.14182) 537 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:28.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:29.066 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:29.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:29 smithi099 bash[16312]: audit 2024-01-24T01:29:27.432946+0000 mgr.smithi099.npjflm (mgr.14182) 538 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:29 smithi099 bash[16312]: cluster 2024-01-24T01:29:28.254715+0000 mgr.smithi099.npjflm (mgr.14182) 539 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:29 smithi156 bash[19595]: audit 2024-01-24T01:29:27.432946+0000 mgr.smithi099.npjflm (mgr.14182) 538 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:29 smithi156 bash[19595]: cluster 2024-01-24T01:29:28.254715+0000 mgr.smithi099.npjflm (mgr.14182) 539 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:30 smithi099 bash[16312]: cluster 2024-01-24T01:29:30.255865+0000 mgr.smithi099.npjflm (mgr.14182) 540 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:29:31.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:30 smithi156 bash[19595]: cluster 2024-01-24T01:29:30.255865+0000 mgr.smithi099.npjflm (mgr.14182) 540 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:29:32.345 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:32.346 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:33.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:33 smithi099 bash[16312]: cluster 2024-01-24T01:29:32.257063+0000 mgr.smithi099.npjflm (mgr.14182) 541 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:33.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:33 smithi099 bash[16312]: audit 2024-01-24T01:29:32.339687+0000 mgr.smithi099.npjflm (mgr.14182) 542 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:33.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:33 smithi156 bash[19595]: cluster 2024-01-24T01:29:32.257063+0000 mgr.smithi099.npjflm (mgr.14182) 541 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:33 smithi156 bash[19595]: audit 2024-01-24T01:29:32.339687+0000 mgr.smithi099.npjflm (mgr.14182) 542 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:34.094 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:35.503 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:35 smithi099 bash[16312]: cluster 2024-01-24T01:29:34.258109+0000 mgr.smithi099.npjflm (mgr.14182) 543 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:35.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:35 smithi156 bash[19595]: cluster 2024-01-24T01:29:34.258109+0000 mgr.smithi099.npjflm (mgr.14182) 543 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:36.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:36 smithi099 bash[16312]: audit 2024-01-24T01:29:36.226593+0000 mon.smithi099 (mon.0) 763 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:29:36.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:36 smithi156 bash[19595]: audit 2024-01-24T01:29:36.226593+0000 mon.smithi099 (mon.0) 763 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:29:37.500 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:37.500 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:27:28.026569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ovwuul on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:37 smithi099 bash[16312]: cluster 2024-01-24T01:29:36.259455+0000 mgr.smithi099.npjflm (mgr.14182) 544 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:37 smithi099 bash[16312]: audit 2024-01-24T01:29:36.528400+0000 mon.smithi099 (mon.0) 764 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:29:37.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:37 smithi099 bash[16312]: audit 2024-01-24T01:29:36.529937+0000 mon.smithi099 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:29:37.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:37 smithi099 bash[16312]: audit 2024-01-24T01:29:36.538790+0000 mon.smithi099 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:37.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:37 smithi099 bash[16312]: audit 2024-01-24T01:29:36.546811+0000 mon.smithi099 (mon.0) 767 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:29:37.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:37 smithi099 bash[16312]: audit 2024-01-24T01:29:36.557978+0000 mon.smithi099 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:37.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:37 smithi156 bash[19595]: cluster 2024-01-24T01:29:36.259455+0000 mgr.smithi099.npjflm (mgr.14182) 544 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:29:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:37 smithi156 bash[19595]: audit 2024-01-24T01:29:36.528400+0000 mon.smithi099 (mon.0) 764 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:29:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:37 smithi156 bash[19595]: audit 2024-01-24T01:29:36.529937+0000 mon.smithi099 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:29:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:37 smithi156 bash[19595]: audit 2024-01-24T01:29:36.538790+0000 mon.smithi099 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:37 smithi156 bash[19595]: audit 2024-01-24T01:29:36.546811+0000 mon.smithi099 (mon.0) 767 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:29:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:37 smithi156 bash[19595]: audit 2024-01-24T01:29:36.557978+0000 mon.smithi099 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:38.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:38.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:38 smithi099 bash[16312]: cluster 2024-01-24T01:29:36.539857+0000 mgr.smithi099.npjflm (mgr.14182) 545 : 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-24T01:29:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:38 smithi099 bash[16312]: cephadm 2024-01-24T01:29:36.560543+0000 mgr.smithi099.npjflm (mgr.14182) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.dunolg on smithi156 2024-01-24T01:29:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:38 smithi099 bash[16312]: cluster 2024-01-24T01:29:37.535864+0000 mon.smithi099 (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:29:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:38 smithi099 bash[16312]: cluster 2024-01-24T01:29:37.535944+0000 mon.smithi099 (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-01-24T01:29:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:38 smithi156 bash[19595]: cluster 2024-01-24T01:29:36.539857+0000 mgr.smithi099.npjflm (mgr.14182) 545 : 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-24T01:29:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:38 smithi156 bash[19595]: cephadm 2024-01-24T01:29:36.560543+0000 mgr.smithi099.npjflm (mgr.14182) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.dunolg on smithi156 2024-01-24T01:29:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:38 smithi156 bash[19595]: cluster 2024-01-24T01:29:37.535864+0000 mon.smithi099 (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:29:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:38 smithi156 bash[19595]: cluster 2024-01-24T01:29:37.535944+0000 mon.smithi099 (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-01-24T01:29:39.176 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:39.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:39 smithi099 bash[16312]: audit 2024-01-24T01:29:37.486544+0000 mgr.smithi099.npjflm (mgr.14182) 547 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:39.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:39 smithi156 bash[19595]: audit 2024-01-24T01:29:37.486544+0000 mgr.smithi099.npjflm (mgr.14182) 547 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:40.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:40 smithi156 bash[19595]: cluster 2024-01-24T01:29:38.540559+0000 mgr.smithi099.npjflm (mgr.14182) 548 : cluster [DBG] pgmap v396: 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-24T01:29:40.688 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:40 smithi099 bash[16312]: cluster 2024-01-24T01:29:38.540559+0000 mgr.smithi099.npjflm (mgr.14182) 548 : cluster [DBG] pgmap v396: 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-24T01:29:41.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:41 smithi156 bash[19595]: audit 2024-01-24T01:29:40.705592+0000 mon.smithi099 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.dunolg"}]: dispatch 2024-01-24T01:29:41.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:41 smithi099 bash[16312]: audit 2024-01-24T01:29:40.705592+0000 mon.smithi099 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.dunolg"}]: dispatch 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: cluster 2024-01-24T01:29:40.541614+0000 mgr.smithi099.npjflm (mgr.14182) 549 : cluster [DBG] pgmap v397: 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-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: cephadm 2024-01-24T01:29:40.704315+0000 mgr.smithi099.npjflm (mgr.14182) 550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:29:42.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: cephadm 2024-01-24T01:29:40.704849+0000 mgr.smithi099.npjflm (mgr.14182) 551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: cephadm 2024-01-24T01:29:40.707074+0000 mgr.smithi099.npjflm (mgr.14182) 552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:42 smithi099 bash[16312]: cephadm 2024-01-24T01:29:40.709433+0000 mgr.smithi099.npjflm (mgr.14182) 553 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xkodkb on smithi099 2024-01-24T01:29:42.637 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:42.637 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:32.408709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uekwoy on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-uekwoy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.uekwoy\nDeploy daemon haproxy.nfs.foo.smithi156.uekwoy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.214366Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkvxrg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkvxrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkvxrg\nDeploy daemon haproxy.nfs.foo.smithi099.xkvxrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:28:36.217911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tfuglf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: cluster 2024-01-24T01:29:40.541614+0000 mgr.smithi099.npjflm (mgr.14182) 549 : cluster [DBG] pgmap v397: 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-24T01:29:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: cephadm 2024-01-24T01:29:40.704315+0000 mgr.smithi099.npjflm (mgr.14182) 550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:29:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: cephadm 2024-01-24T01:29:40.704849+0000 mgr.smithi099.npjflm (mgr.14182) 551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: cephadm 2024-01-24T01:29:40.707074+0000 mgr.smithi099.npjflm (mgr.14182) 552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:42.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:42 smithi156 bash[19595]: cephadm 2024-01-24T01:29:40.709433+0000 mgr.smithi099.npjflm (mgr.14182) 553 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xkodkb on smithi099 2024-01-24T01:29:43.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:43 smithi156 bash[19595]: cluster 2024-01-24T01:29:42.542420+0000 mgr.smithi099.npjflm (mgr.14182) 554 : cluster [DBG] pgmap v398: 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-24T01:29:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:43 smithi156 bash[19595]: audit 2024-01-24T01:29:42.626375+0000 mgr.smithi099.npjflm (mgr.14182) 555 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:43 smithi156 bash[19595]: audit 2024-01-24T01:29:42.960069+0000 mon.smithi099 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:44.288 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:44.301 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:43 smithi099 bash[16312]: cluster 2024-01-24T01:29:42.542420+0000 mgr.smithi099.npjflm (mgr.14182) 554 : cluster [DBG] pgmap v398: 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-24T01:29:44.301 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:43 smithi099 bash[16312]: audit 2024-01-24T01:29:42.626375+0000 mgr.smithi099.npjflm (mgr.14182) 555 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:44.301 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:43 smithi099 bash[16312]: audit 2024-01-24T01:29:42.960069+0000 mon.smithi099 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:45.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:44 smithi156 bash[19595]: audit 2024-01-24T01:29:44.576923+0000 mon.smithi099 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xkodkb"}]: dispatch 2024-01-24T01:29:45.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:44 smithi099 bash[16312]: audit 2024-01-24T01:29:44.576923+0000 mon.smithi099 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xkodkb"}]: dispatch 2024-01-24T01:29:46.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cluster 2024-01-24T01:29:44.543359+0000 mgr.smithi099.npjflm (mgr.14182) 556 : cluster [DBG] pgmap v399: 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-24T01:29:46.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cephadm 2024-01-24T01:29:44.575864+0000 mgr.smithi099.npjflm (mgr.14182) 557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:29:46.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:46.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cephadm 2024-01-24T01:29:44.576362+0000 mgr.smithi099.npjflm (mgr.14182) 558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cephadm 2024-01-24T01:29:44.578109+0000 mgr.smithi099.npjflm (mgr.14182) 559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cephadm 2024-01-24T01:29:44.579994+0000 mgr.smithi099.npjflm (mgr.14182) 560 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:29:46.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cephadm 2024-01-24T01:29:44.581467+0000 mgr.smithi099.npjflm (mgr.14182) 561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:29:46.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cluster 2024-01-24T01:29:44.582512+0000 mgr.smithi099.npjflm (mgr.14182) 562 : cluster [DBG] pgmap v400: 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-24T01:29:46.246 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:45 smithi156 bash[19595]: cluster 2024-01-24T01:29:44.959677+0000 mon.smithi099 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:29:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cluster 2024-01-24T01:29:44.543359+0000 mgr.smithi099.npjflm (mgr.14182) 556 : cluster [DBG] pgmap v399: 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-24T01:29:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cephadm 2024-01-24T01:29:44.575864+0000 mgr.smithi099.npjflm (mgr.14182) 557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:29:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cephadm 2024-01-24T01:29:44.576362+0000 mgr.smithi099.npjflm (mgr.14182) 558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cephadm 2024-01-24T01:29:44.578109+0000 mgr.smithi099.npjflm (mgr.14182) 559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cephadm 2024-01-24T01:29:44.579994+0000 mgr.smithi099.npjflm (mgr.14182) 560 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:29:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cephadm 2024-01-24T01:29:44.581467+0000 mgr.smithi099.npjflm (mgr.14182) 561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:29:46.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cluster 2024-01-24T01:29:44.582512+0000 mgr.smithi099.npjflm (mgr.14182) 562 : cluster [DBG] pgmap v400: 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-24T01:29:46.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:45 smithi099 bash[16312]: cluster 2024-01-24T01:29:44.959677+0000 mon.smithi099 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:29:47.757 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:47.757 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:48.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:47 smithi099 bash[16312]: cluster 2024-01-24T01:29:46.583855+0000 mgr.smithi099.npjflm (mgr.14182) 563 : cluster [DBG] pgmap v401: 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-24T01:29:48.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:47 smithi156 bash[19595]: cluster 2024-01-24T01:29:46.583855+0000 mgr.smithi099.npjflm (mgr.14182) 563 : cluster [DBG] pgmap v401: 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-24T01:29:48.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:49.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:48 smithi156 bash[19595]: audit 2024-01-24T01:29:47.746322+0000 mgr.smithi099.npjflm (mgr.14182) 564 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:49.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:48 smithi156 bash[19595]: audit 2024-01-24T01:29:48.407782+0000 mon.smithi099 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:48 smithi099 bash[16312]: audit 2024-01-24T01:29:47.746322+0000 mgr.smithi099.npjflm (mgr.14182) 564 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:48 smithi099 bash[16312]: audit 2024-01-24T01:29:48.407782+0000 mon.smithi099 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:49.362 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:50.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:49 smithi156 bash[19595]: cluster 2024-01-24T01:29:48.584895+0000 mgr.smithi099.npjflm (mgr.14182) 565 : cluster [DBG] pgmap v402: 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-24T01:29:50.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:49 smithi099 bash[16312]: cluster 2024-01-24T01:29:48.584895+0000 mgr.smithi099.npjflm (mgr.14182) 565 : cluster [DBG] pgmap v402: 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-24T01:29:52.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:51 smithi099 bash[16312]: cluster 2024-01-24T01:29:50.585607+0000 mgr.smithi099.npjflm (mgr.14182) 566 : cluster [DBG] pgmap v403: 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-24T01:29:52.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:51 smithi156 bash[19595]: cluster 2024-01-24T01:29:50.585607+0000 mgr.smithi099.npjflm (mgr.14182) 566 : cluster [DBG] pgmap v403: 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-24T01:29:52.682 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:52.682 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:53.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:54.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:53 smithi156 bash[19595]: cluster 2024-01-24T01:29:52.586241+0000 mgr.smithi099.npjflm (mgr.14182) 567 : cluster [DBG] pgmap v404: 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-24T01:29:54.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:53 smithi156 bash[19595]: audit 2024-01-24T01:29:52.669485+0000 mgr.smithi099.npjflm (mgr.14182) 568 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:54.316 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:54.328 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:53 smithi099 bash[16312]: cluster 2024-01-24T01:29:52.586241+0000 mgr.smithi099.npjflm (mgr.14182) 567 : cluster [DBG] pgmap v404: 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-24T01:29:54.329 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:53 smithi099 bash[16312]: audit 2024-01-24T01:29:52.669485+0000 mgr.smithi099.npjflm (mgr.14182) 568 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:56.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:56 smithi099 bash[16312]: cluster 2024-01-24T01:29:54.587412+0000 mgr.smithi099.npjflm (mgr.14182) 569 : cluster [DBG] pgmap v405: 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-24T01:29:56.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:55 smithi156 bash[19595]: cluster 2024-01-24T01:29:54.587412+0000 mgr.smithi099.npjflm (mgr.14182) 569 : cluster [DBG] pgmap v405: 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-24T01:29:57.631 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:29:57.631 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:29:58.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:29:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:58 smithi099 bash[16312]: cluster 2024-01-24T01:29:56.588818+0000 mgr.smithi099.npjflm (mgr.14182) 570 : 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-24T01:29:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:58 smithi099 bash[16312]: audit 2024-01-24T01:29:57.961109+0000 mon.smithi099 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:58 smithi156 bash[19595]: cluster 2024-01-24T01:29:56.588818+0000 mgr.smithi099.npjflm (mgr.14182) 570 : 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-24T01:29:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:58 smithi156 bash[19595]: audit 2024-01-24T01:29:57.961109+0000 mon.smithi099 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:29:59.222 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:29:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:29:59 smithi099 bash[16312]: audit 2024-01-24T01:29:57.619011+0000 mgr.smithi099.npjflm (mgr.14182) 571 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:29:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:29:59 smithi156 bash[19595]: audit 2024-01-24T01:29:57.619011+0000 mgr.smithi099.npjflm (mgr.14182) 571 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:29:58.589886+0000 mgr.smithi099.npjflm (mgr.14182) 572 : 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-24T01:30:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000151+0000 mon.smithi099 (mon.0) 777 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T01:30:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000233+0000 mon.smithi099 (mon.0) 778 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-24T01:30:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000277+0000 mon.smithi099 (mon.0) 779 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:30:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000324+0000 mon.smithi099 (mon.0) 780 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000373+0000 mon.smithi099 (mon.0) 781 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000430+0000 mon.smithi099 (mon.0) 782 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000475+0000 mon.smithi099 (mon.0) 783 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000526+0000 mon.smithi099 (mon.0) 784 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000570+0000 mon.smithi099 (mon.0) 785 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000616+0000 mon.smithi099 (mon.0) 786 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000662+0000 mon.smithi099 (mon.0) 787 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000707+0000 mon.smithi099 (mon.0) 788 : 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-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000786+0000 mon.smithi099 (mon.0) 789 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000833+0000 mon.smithi099 (mon.0) 790 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000917+0000 mon.smithi099 (mon.0) 791 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.000959+0000 mon.smithi099 (mon.0) 792 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001003+0000 mon.smithi099 (mon.0) 793 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:30:00.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001044+0000 mon.smithi099 (mon.0) 794 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001089+0000 mon.smithi099 (mon.0) 795 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001135+0000 mon.smithi099 (mon.0) 796 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001180+0000 mon.smithi099 (mon.0) 797 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001227+0000 mon.smithi099 (mon.0) 798 : 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=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001273+0000 mon.smithi099 (mon.0) 799 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001318+0000 mon.smithi099 (mon.0) 800 : 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-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001365+0000 mon.smithi099 (mon.0) 801 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001409+0000 mon.smithi099 (mon.0) 802 : 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=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001454+0000 mon.smithi099 (mon.0) 803 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:00.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.001500+0000 mon.smithi099 (mon.0) 804 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:29:58.589886+0000 mgr.smithi099.npjflm (mgr.14182) 572 : 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-24T01:30:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000151+0000 mon.smithi099 (mon.0) 777 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000233+0000 mon.smithi099 (mon.0) 778 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000277+0000 mon.smithi099 (mon.0) 779 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000324+0000 mon.smithi099 (mon.0) 780 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000373+0000 mon.smithi099 (mon.0) 781 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000430+0000 mon.smithi099 (mon.0) 782 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000475+0000 mon.smithi099 (mon.0) 783 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000526+0000 mon.smithi099 (mon.0) 784 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000570+0000 mon.smithi099 (mon.0) 785 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi156.dunolg ... 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000616+0000 mon.smithi099 (mon.0) 786 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000662+0000 mon.smithi099 (mon.0) 787 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000707+0000 mon.smithi099 (mon.0) 788 : 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-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000786+0000 mon.smithi099 (mon.0) 789 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000833+0000 mon.smithi099 (mon.0) 790 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000917+0000 mon.smithi099 (mon.0) 791 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.000959+0000 mon.smithi099 (mon.0) 792 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001003+0000 mon.smithi099 (mon.0) 793 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001044+0000 mon.smithi099 (mon.0) 794 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001089+0000 mon.smithi099 (mon.0) 795 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001135+0000 mon.smithi099 (mon.0) 796 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001180+0000 mon.smithi099 (mon.0) 797 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi099.xkodkb ... 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001227+0000 mon.smithi099 (mon.0) 798 : 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=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001273+0000 mon.smithi099 (mon.0) 799 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001318+0000 mon.smithi099 (mon.0) 800 : 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-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001365+0000 mon.smithi099 (mon.0) 801 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001409+0000 mon.smithi099 (mon.0) 802 : 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=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001454+0000 mon.smithi099 (mon.0) 803 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.001500+0000 mon.smithi099 (mon.0) 804 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:02.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:02 smithi099 bash[16312]: cluster 2024-01-24T01:30:00.591432+0000 mgr.smithi099.npjflm (mgr.14182) 573 : 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-24T01:30:02.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:02 smithi156 bash[19595]: cluster 2024-01-24T01:30:00.591432+0000 mgr.smithi099.npjflm (mgr.14182) 573 : 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-24T01:30:02.509 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:02.509 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:03.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:04.154 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:04.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:04 smithi156 bash[19595]: audit 2024-01-24T01:30:02.495327+0000 mgr.smithi099.npjflm (mgr.14182) 574 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:04.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:04 smithi156 bash[19595]: cluster 2024-01-24T01:30:02.592322+0000 mgr.smithi099.npjflm (mgr.14182) 575 : 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-24T01:30:04.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:04 smithi099 bash[16312]: audit 2024-01-24T01:30:02.495327+0000 mgr.smithi099.npjflm (mgr.14182) 574 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:04.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:04 smithi099 bash[16312]: cluster 2024-01-24T01:30:02.592322+0000 mgr.smithi099.npjflm (mgr.14182) 575 : 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-24T01:30:06.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:06 smithi099 bash[16312]: cluster 2024-01-24T01:30:04.593547+0000 mgr.smithi099.npjflm (mgr.14182) 576 : 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-24T01:30:06.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:06 smithi156 bash[19595]: cluster 2024-01-24T01:30:04.593547+0000 mgr.smithi099.npjflm (mgr.14182) 576 : 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-24T01:30:07.418 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:07.418 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:08.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:08.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:08 smithi099 bash[16312]: cluster 2024-01-24T01:30:06.594810+0000 mgr.smithi099.npjflm (mgr.14182) 577 : 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-24T01:30:08.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:08 smithi156 bash[19595]: cluster 2024-01-24T01:30:06.594810+0000 mgr.smithi099.npjflm (mgr.14182) 577 : 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-24T01:30:09.021 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:09 smithi099 bash[16312]: audit 2024-01-24T01:30:07.408332+0000 mgr.smithi099.npjflm (mgr.14182) 578 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:09 smithi156 bash[19595]: audit 2024-01-24T01:30:07.408332+0000 mgr.smithi099.npjflm (mgr.14182) 578 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:10 smithi099 bash[16312]: cluster 2024-01-24T01:30:08.595809+0000 mgr.smithi099.npjflm (mgr.14182) 579 : 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-24T01:30:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:10 smithi156 bash[19595]: cluster 2024-01-24T01:30:08.595809+0000 mgr.smithi099.npjflm (mgr.14182) 579 : 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-24T01:30:12.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:12 smithi099 bash[16312]: cluster 2024-01-24T01:30:10.597145+0000 mgr.smithi099.npjflm (mgr.14182) 580 : 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-24T01:30:12.364 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:12.364 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:12 smithi156 bash[19595]: cluster 2024-01-24T01:30:10.597145+0000 mgr.smithi099.npjflm (mgr.14182) 580 : 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-24T01:30:13.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:13 smithi099 bash[16312]: audit 2024-01-24T01:30:12.357797+0000 mgr.smithi099.npjflm (mgr.14182) 581 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:13 smithi156 bash[19595]: audit 2024-01-24T01:30:12.357797+0000 mgr.smithi099.npjflm (mgr.14182) 581 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:14.030 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:14.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:14 smithi156 bash[19595]: cluster 2024-01-24T01:30:12.597880+0000 mgr.smithi099.npjflm (mgr.14182) 582 : 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-24T01:30:14.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:14 smithi099 bash[16312]: cluster 2024-01-24T01:30:12.597880+0000 mgr.smithi099.npjflm (mgr.14182) 582 : 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-24T01:30:16.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:16 smithi099 bash[16312]: cluster 2024-01-24T01:30:14.599053+0000 mgr.smithi099.npjflm (mgr.14182) 583 : 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-24T01:30:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:16 smithi156 bash[19595]: cluster 2024-01-24T01:30:14.599053+0000 mgr.smithi099.npjflm (mgr.14182) 583 : 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-24T01:30:17.354 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:17.355 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:17.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:18 smithi099 bash[16312]: cluster 2024-01-24T01:30:16.600422+0000 mgr.smithi099.npjflm (mgr.14182) 584 : 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-24T01:30:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:18 smithi099 bash[16312]: audit 2024-01-24T01:30:17.341371+0000 mgr.smithi099.npjflm (mgr.14182) 585 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:18 smithi156 bash[19595]: cluster 2024-01-24T01:30:16.600422+0000 mgr.smithi099.npjflm (mgr.14182) 584 : 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-24T01:30:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:18 smithi156 bash[19595]: audit 2024-01-24T01:30:17.341371+0000 mgr.smithi099.npjflm (mgr.14182) 585 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:18.967 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:20.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:20 smithi099 bash[16312]: cluster 2024-01-24T01:30:18.601593+0000 mgr.smithi099.npjflm (mgr.14182) 586 : 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-24T01:30:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:20 smithi156 bash[19595]: cluster 2024-01-24T01:30:18.601593+0000 mgr.smithi099.npjflm (mgr.14182) 586 : 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-24T01:30:22.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:22 smithi099 bash[16312]: cluster 2024-01-24T01:30:20.603094+0000 mgr.smithi099.npjflm (mgr.14182) 587 : 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-24T01:30:22.400 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:22.400 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:22 smithi156 bash[19595]: cluster 2024-01-24T01:30:20.603094+0000 mgr.smithi099.npjflm (mgr.14182) 587 : 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-24T01:30:23.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:23 smithi099 bash[16312]: audit 2024-01-24T01:30:22.385734+0000 mgr.smithi099.npjflm (mgr.14182) 588 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:23.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:23 smithi156 bash[19595]: audit 2024-01-24T01:30:22.385734+0000 mgr.smithi099.npjflm (mgr.14182) 588 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:24.021 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:24.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:24 smithi156 bash[19595]: cluster 2024-01-24T01:30:22.604294+0000 mgr.smithi099.npjflm (mgr.14182) 589 : 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-24T01:30:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:24 smithi099 bash[16312]: cluster 2024-01-24T01:30:22.604294+0000 mgr.smithi099.npjflm (mgr.14182) 589 : 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-24T01:30:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:26 smithi156 bash[19595]: cluster 2024-01-24T01:30:24.605557+0000 mgr.smithi099.npjflm (mgr.14182) 590 : 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-24T01:30:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:26 smithi099 bash[16312]: cluster 2024-01-24T01:30:24.605557+0000 mgr.smithi099.npjflm (mgr.14182) 590 : 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-24T01:30:27.336 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:27.337 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:28.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:28.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:28 smithi099 bash[16312]: cluster 2024-01-24T01:30:26.606986+0000 mgr.smithi099.npjflm (mgr.14182) 591 : 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-24T01:30:28.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:28 smithi099 bash[16312]: audit 2024-01-24T01:30:27.325640+0000 mgr.smithi099.npjflm (mgr.14182) 592 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:28 smithi156 bash[19595]: cluster 2024-01-24T01:30:26.606986+0000 mgr.smithi099.npjflm (mgr.14182) 591 : 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-24T01:30:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:28 smithi156 bash[19595]: audit 2024-01-24T01:30:27.325640+0000 mgr.smithi099.npjflm (mgr.14182) 592 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:29.015 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:30.431 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:30 smithi099 bash[16312]: cluster 2024-01-24T01:30:28.608040+0000 mgr.smithi099.npjflm (mgr.14182) 593 : 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-24T01:30:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:30 smithi156 bash[19595]: cluster 2024-01-24T01:30:28.608040+0000 mgr.smithi099.npjflm (mgr.14182) 593 : 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-24T01:30:32.311 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:32.311 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:32.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:32 smithi156 bash[19595]: cluster 2024-01-24T01:30:30.609428+0000 mgr.smithi099.npjflm (mgr.14182) 594 : 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-24T01:30:32.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:32 smithi099 bash[16312]: cluster 2024-01-24T01:30:30.609428+0000 mgr.smithi099.npjflm (mgr.14182) 594 : 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-24T01:30:32.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:33 smithi099 bash[16312]: audit 2024-01-24T01:30:32.303071+0000 mgr.smithi099.npjflm (mgr.14182) 595 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:33 smithi156 bash[19595]: audit 2024-01-24T01:30:32.303071+0000 mgr.smithi099.npjflm (mgr.14182) 595 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:33.991 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:34.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:34 smithi099 bash[16312]: cluster 2024-01-24T01:30:32.610238+0000 mgr.smithi099.npjflm (mgr.14182) 596 : 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-24T01:30:34.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:34 smithi156 bash[19595]: cluster 2024-01-24T01:30:32.610238+0000 mgr.smithi099.npjflm (mgr.14182) 596 : 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-24T01:30:36.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:36 smithi156 bash[19595]: cluster 2024-01-24T01:30:34.611420+0000 mgr.smithi099.npjflm (mgr.14182) 597 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:36.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:36 smithi099 bash[16312]: cluster 2024-01-24T01:30:34.611420+0000 mgr.smithi099.npjflm (mgr.14182) 597 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:37.393 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:37.393 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:37.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:38 smithi099 bash[16312]: cluster 2024-01-24T01:30:36.612754+0000 mgr.smithi099.npjflm (mgr.14182) 598 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:38.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:38 smithi099 bash[16312]: audit 2024-01-24T01:30:37.381029+0000 mgr.smithi099.npjflm (mgr.14182) 599 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:38 smithi156 bash[19595]: cluster 2024-01-24T01:30:36.612754+0000 mgr.smithi099.npjflm (mgr.14182) 598 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:38 smithi156 bash[19595]: audit 2024-01-24T01:30:37.381029+0000 mgr.smithi099.npjflm (mgr.14182) 599 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:38.985 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:40.399 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:40 smithi099 bash[16312]: cluster 2024-01-24T01:30:38.613776+0000 mgr.smithi099.npjflm (mgr.14182) 600 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:40.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:40 smithi156 bash[19595]: cluster 2024-01-24T01:30:38.613776+0000 mgr.smithi099.npjflm (mgr.14182) 600 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:42.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:42 smithi099 bash[16312]: cluster 2024-01-24T01:30:40.615066+0000 mgr.smithi099.npjflm (mgr.14182) 601 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:30:42.396 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:42.397 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:42.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:42 smithi156 bash[19595]: cluster 2024-01-24T01:30:40.615066+0000 mgr.smithi099.npjflm (mgr.14182) 601 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:30:43.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:43 smithi099 bash[16312]: audit 2024-01-24T01:30:42.390640+0000 mgr.smithi099.npjflm (mgr.14182) 602 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:43 smithi156 bash[19595]: audit 2024-01-24T01:30:42.390640+0000 mgr.smithi099.npjflm (mgr.14182) 602 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:44.081 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:44.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:44 smithi099 bash[16312]: cluster 2024-01-24T01:30:42.616100+0000 mgr.smithi099.npjflm (mgr.14182) 603 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:44 smithi156 bash[19595]: cluster 2024-01-24T01:30:42.616100+0000 mgr.smithi099.npjflm (mgr.14182) 603 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.585005+0000 mon.smithi099 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.884085+0000 mon.smithi099 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.887995+0000 mon.smithi099 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.888584+0000 mon.smithi099 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.889281+0000 mon.smithi099 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.889927+0000 mon.smithi099 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.890492+0000 mon.smithi099 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.891170+0000 mon.smithi099 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.892504+0000 mon.smithi099 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.897928+0000 mon.smithi099 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.906443+0000 mon.smithi099 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.907704+0000 mon.smithi099 (mon.0) 816 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.908820+0000 mon.smithi099 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.913932+0000 mon.smithi099 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.922597+0000 mon.smithi099 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:30:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:45 smithi156 bash[19595]: audit 2024-01-24T01:30:44.935161+0000 mon.smithi099 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.585005+0000 mon.smithi099 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.884085+0000 mon.smithi099 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.887995+0000 mon.smithi099 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.888584+0000 mon.smithi099 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.889281+0000 mon.smithi099 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.889927+0000 mon.smithi099 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.890492+0000 mon.smithi099 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.891170+0000 mon.smithi099 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.892504+0000 mon.smithi099 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.897928+0000 mon.smithi099 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.906443+0000 mon.smithi099 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:45.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.907704+0000 mon.smithi099 (mon.0) 816 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:30:45.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.908820+0000 mon.smithi099 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:30:45.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.913932+0000 mon.smithi099 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:45.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.922597+0000 mon.smithi099 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:30:45.607 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:45 smithi099 bash[16312]: audit 2024-01-24T01:30:44.935161+0000 mon.smithi099 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:46 smithi156 bash[19595]: cluster 2024-01-24T01:30:44.617286+0000 mgr.smithi099.npjflm (mgr.14182) 604 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:46 smithi156 bash[19595]: cephadm 2024-01-24T01:30:44.891443+0000 mgr.smithi099.npjflm (mgr.14182) 605 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 2249M 2024-01-24T01:30:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:46 smithi156 bash[19595]: cephadm 2024-01-24T01:30:44.900074+0000 mgr.smithi099.npjflm (mgr.14182) 606 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 2761M 2024-01-24T01:30:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:46 smithi156 bash[19595]: cluster 2024-01-24T01:30:44.914695+0000 mgr.smithi099.npjflm (mgr.14182) 607 : cluster [DBG] pgmap v431: 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-24T01:30:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:46 smithi156 bash[19595]: cephadm 2024-01-24T01:30:44.938024+0000 mgr.smithi099.npjflm (mgr.14182) 608 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ddatnv on smithi156 2024-01-24T01:30:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:46 smithi156 bash[19595]: cluster 2024-01-24T01:30:45.194834+0000 mon.smithi099 (mon.0) 821 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:30:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:46 smithi156 bash[19595]: cluster 2024-01-24T01:30:45.194927+0000 mon.smithi099 (mon.0) 822 : cluster [INF] Cluster is now healthy 2024-01-24T01:30:46.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:46 smithi099 bash[16312]: cluster 2024-01-24T01:30:44.617286+0000 mgr.smithi099.npjflm (mgr.14182) 604 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:30:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:46 smithi099 bash[16312]: cephadm 2024-01-24T01:30:44.891443+0000 mgr.smithi099.npjflm (mgr.14182) 605 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 2249M 2024-01-24T01:30:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:46 smithi099 bash[16312]: cephadm 2024-01-24T01:30:44.900074+0000 mgr.smithi099.npjflm (mgr.14182) 606 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 2761M 2024-01-24T01:30:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:46 smithi099 bash[16312]: cluster 2024-01-24T01:30:44.914695+0000 mgr.smithi099.npjflm (mgr.14182) 607 : cluster [DBG] pgmap v431: 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-24T01:30:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:46 smithi099 bash[16312]: cephadm 2024-01-24T01:30:44.938024+0000 mgr.smithi099.npjflm (mgr.14182) 608 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ddatnv on smithi156 2024-01-24T01:30:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:46 smithi099 bash[16312]: cluster 2024-01-24T01:30:45.194834+0000 mon.smithi099 (mon.0) 821 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:30:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:46 smithi099 bash[16312]: cluster 2024-01-24T01:30:45.194927+0000 mon.smithi099 (mon.0) 822 : cluster [INF] Cluster is now healthy 2024-01-24T01:30:47.376 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:47.376 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:28:36.220783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.crwout on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:48.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:48 smithi099 bash[16312]: cluster 2024-01-24T01:30:46.915821+0000 mgr.smithi099.npjflm (mgr.14182) 609 : cluster [DBG] pgmap v432: 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-24T01:30:48.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:48 smithi099 bash[16312]: audit 2024-01-24T01:30:47.365926+0000 mgr.smithi099.npjflm (mgr.14182) 610 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:48 smithi156 bash[19595]: cluster 2024-01-24T01:30:46.915821+0000 mgr.smithi099.npjflm (mgr.14182) 609 : cluster [DBG] pgmap v432: 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-24T01:30:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:48 smithi156 bash[19595]: audit 2024-01-24T01:30:47.365926+0000 mgr.smithi099.npjflm (mgr.14182) 610 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:49.071 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:49 smithi099 bash[16312]: audit 2024-01-24T01:30:48.972625+0000 mon.smithi099 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ddatnv"}]: dispatch 2024-01-24T01:30:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:49 smithi156 bash[19595]: audit 2024-01-24T01:30:48.972625+0000 mon.smithi099 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ddatnv"}]: dispatch 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: cluster 2024-01-24T01:30:48.916657+0000 mgr.smithi099.npjflm (mgr.14182) 611 : cluster [DBG] pgmap v433: 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-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: cephadm 2024-01-24T01:30:48.971472+0000 mgr.smithi099.npjflm (mgr.14182) 612 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ddatnv ... 2024-01-24T01:30:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ddatnv ... 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: cephadm 2024-01-24T01:30:48.972005+0000 mgr.smithi099.npjflm (mgr.14182) 613 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: cephadm 2024-01-24T01:30:48.974435+0000 mgr.smithi099.npjflm (mgr.14182) 614 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ddatnv ... 2024-01-24T01:30:50.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:50.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:50.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:50.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:50 smithi156 bash[19595]: cephadm 2024-01-24T01:30:48.979433+0000 mgr.smithi099.npjflm (mgr.14182) 615 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.dpnqsm on smithi099 2024-01-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: cluster 2024-01-24T01:30:48.916657+0000 mgr.smithi099.npjflm (mgr.14182) 611 : cluster [DBG] pgmap v433: 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-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: cephadm 2024-01-24T01:30:48.971472+0000 mgr.smithi099.npjflm (mgr.14182) 612 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.588 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ddatnv ... 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.589 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ddatnv ... 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: cephadm 2024-01-24T01:30:48.972005+0000 mgr.smithi099.npjflm (mgr.14182) 613 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: cephadm 2024-01-24T01:30:48.974435+0000 mgr.smithi099.npjflm (mgr.14182) 614 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:50.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv 2024-01-24T01:30:50.591 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ddatnv ... 2024-01-24T01:30:50.591 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.591 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:50.591 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:50.591 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:50.591 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:50.591 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:50 smithi099 bash[16312]: cephadm 2024-01-24T01:30:48.979433+0000 mgr.smithi099.npjflm (mgr.14182) 615 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.dpnqsm on smithi099 2024-01-24T01:30:52.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:52 smithi099 bash[16312]: cluster 2024-01-24T01:30:50.917611+0000 mgr.smithi099.npjflm (mgr.14182) 616 : cluster [DBG] pgmap v434: 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-24T01:30:52.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:52 smithi156 bash[19595]: cluster 2024-01-24T01:30:50.917611+0000 mgr.smithi099.npjflm (mgr.14182) 616 : cluster [DBG] pgmap v434: 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-24T01:30:52.523 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:52.523 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:40.706919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dunolg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-dunolg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.dunolg\nDeploy daemon haproxy.nfs.foo.smithi156.dunolg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.577982Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xkodkb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xkodkb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xkodkb\nDeploy daemon haproxy.nfs.foo.smithi099.xkodkb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:29:44.579904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shxwvf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:53.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:53 smithi099 bash[16312]: audit 2024-01-24T01:30:52.990204+0000 mon.smithi099 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.dpnqsm"}]: dispatch 2024-01-24T01:30:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:53 smithi156 bash[19595]: audit 2024-01-24T01:30:52.990204+0000 mon.smithi099 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.dpnqsm"}]: dispatch 2024-01-24T01:30:54.208 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: audit 2024-01-24T01:30:52.515415+0000 mgr.smithi099.npjflm (mgr.14182) 617 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cluster 2024-01-24T01:30:52.918543+0000 mgr.smithi099.npjflm (mgr.14182) 618 : cluster [DBG] pgmap v435: 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-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cephadm 2024-01-24T01:30:52.989094+0000 mgr.smithi099.npjflm (mgr.14182) 619 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.dpnqsm ... 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.dpnqsm ... 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cephadm 2024-01-24T01:30:52.989596+0000 mgr.smithi099.npjflm (mgr.14182) 620 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cephadm 2024-01-24T01:30:52.991620+0000 mgr.smithi099.npjflm (mgr.14182) 621 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.dpnqsm ... 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cephadm 2024-01-24T01:30:52.995965+0000 mgr.smithi099.npjflm (mgr.14182) 622 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cephadm 2024-01-24T01:30:52.998198+0000 mgr.smithi099.npjflm (mgr.14182) 623 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cluster 2024-01-24T01:30:52.999279+0000 mgr.smithi099.npjflm (mgr.14182) 624 : cluster [DBG] pgmap v436: 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-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: cluster 2024-01-24T01:30:53.228304+0000 mon.smithi099 (mon.0) 825 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:30:54.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:54 smithi099 bash[16312]: audit 2024-01-24T01:30:53.459289+0000 mon.smithi099 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: audit 2024-01-24T01:30:52.515415+0000 mgr.smithi099.npjflm (mgr.14182) 617 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cluster 2024-01-24T01:30:52.918543+0000 mgr.smithi099.npjflm (mgr.14182) 618 : cluster [DBG] pgmap v435: 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-24T01:30:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cephadm 2024-01-24T01:30:52.989094+0000 mgr.smithi099.npjflm (mgr.14182) 619 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.dpnqsm ... 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:30:54.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.dpnqsm ... 2024-01-24T01:30:54.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cephadm 2024-01-24T01:30:52.989596+0000 mgr.smithi099.npjflm (mgr.14182) 620 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cephadm 2024-01-24T01:30:52.991620+0000 mgr.smithi099.npjflm (mgr.14182) 621 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.dpnqsm ... 2024-01-24T01:30:54.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cephadm 2024-01-24T01:30:52.995965+0000 mgr.smithi099.npjflm (mgr.14182) 622 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cephadm 2024-01-24T01:30:52.998198+0000 mgr.smithi099.npjflm (mgr.14182) 623 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cluster 2024-01-24T01:30:52.999279+0000 mgr.smithi099.npjflm (mgr.14182) 624 : cluster [DBG] pgmap v436: 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-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: cluster 2024-01-24T01:30:53.228304+0000 mon.smithi099 (mon.0) 825 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:30:54.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:54 smithi156 bash[19595]: audit 2024-01-24T01:30:53.459289+0000 mon.smithi099 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:30:56.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:55 smithi099 bash[16312]: cluster 2024-01-24T01:30:55.000403+0000 mgr.smithi099.npjflm (mgr.14182) 625 : cluster [DBG] pgmap v437: 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-24T01:30:56.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:55 smithi156 bash[19595]: cluster 2024-01-24T01:30:55.000403+0000 mgr.smithi099.npjflm (mgr.14182) 625 : cluster [DBG] pgmap v437: 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-24T01:30:57.535 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:30:57.535 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:30:58.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:30:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:58 smithi099 bash[16312]: cluster 2024-01-24T01:30:57.001820+0000 mgr.smithi099.npjflm (mgr.14182) 626 : cluster [DBG] pgmap v438: 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-24T01:30:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:58 smithi156 bash[19595]: cluster 2024-01-24T01:30:57.001820+0000 mgr.smithi099.npjflm (mgr.14182) 626 : cluster [DBG] pgmap v438: 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-24T01:30:59.199 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:30:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:30:59 smithi099 bash[16312]: audit 2024-01-24T01:30:57.523307+0000 mgr.smithi099.npjflm (mgr.14182) 627 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:30:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:30:59 smithi156 bash[19595]: audit 2024-01-24T01:30:57.523307+0000 mgr.smithi099.npjflm (mgr.14182) 627 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:00.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:00 smithi099 bash[16312]: cluster 2024-01-24T01:30:59.002922+0000 mgr.smithi099.npjflm (mgr.14182) 628 : cluster [DBG] pgmap v439: 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-24T01:31:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:00 smithi156 bash[19595]: cluster 2024-01-24T01:30:59.002922+0000 mgr.smithi099.npjflm (mgr.14182) 628 : cluster [DBG] pgmap v439: 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-24T01:31:02.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:02 smithi099 bash[16312]: cluster 2024-01-24T01:31:01.004190+0000 mgr.smithi099.npjflm (mgr.14182) 629 : cluster [DBG] pgmap v440: 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-24T01:31:02.410 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:02.410 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:02 smithi156 bash[19595]: cluster 2024-01-24T01:31:01.004190+0000 mgr.smithi099.npjflm (mgr.14182) 629 : cluster [DBG] pgmap v440: 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-24T01:31:03.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:03 smithi099 bash[16312]: audit 2024-01-24T01:31:02.397397+0000 mgr.smithi099.npjflm (mgr.14182) 630 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:03 smithi156 bash[19595]: audit 2024-01-24T01:31:02.397397+0000 mgr.smithi099.npjflm (mgr.14182) 630 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:04.137 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:04.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:04 smithi156 bash[19595]: cluster 2024-01-24T01:31:03.005518+0000 mgr.smithi099.npjflm (mgr.14182) 631 : cluster [DBG] pgmap v441: 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-24T01:31:04.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:04 smithi099 bash[16312]: cluster 2024-01-24T01:31:03.005518+0000 mgr.smithi099.npjflm (mgr.14182) 631 : cluster [DBG] pgmap v441: 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-24T01:31:06.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:05 smithi099 bash[16312]: cluster 2024-01-24T01:31:05.006522+0000 mgr.smithi099.npjflm (mgr.14182) 632 : 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-24T01:31:06.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:05 smithi156 bash[19595]: cluster 2024-01-24T01:31:05.006522+0000 mgr.smithi099.npjflm (mgr.14182) 632 : 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-24T01:31:07.406 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:07.407 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:08.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:08.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:08 smithi099 bash[16312]: cluster 2024-01-24T01:31:07.008239+0000 mgr.smithi099.npjflm (mgr.14182) 633 : 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-24T01:31:08.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:08 smithi099 bash[16312]: audit 2024-01-24T01:31:07.395422+0000 mgr.smithi099.npjflm (mgr.14182) 634 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:08 smithi156 bash[19595]: cluster 2024-01-24T01:31:07.008239+0000 mgr.smithi099.npjflm (mgr.14182) 633 : 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-24T01:31:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:08 smithi156 bash[19595]: audit 2024-01-24T01:31:07.395422+0000 mgr.smithi099.npjflm (mgr.14182) 634 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:09.037 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:10 smithi099 bash[16312]: cluster 2024-01-24T01:31:09.009361+0000 mgr.smithi099.npjflm (mgr.14182) 635 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:10 smithi156 bash[19595]: cluster 2024-01-24T01:31:09.009361+0000 mgr.smithi099.npjflm (mgr.14182) 635 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:12.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:12 smithi099 bash[16312]: cluster 2024-01-24T01:31:11.010583+0000 mgr.smithi099.npjflm (mgr.14182) 636 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:12 smithi156 bash[19595]: cluster 2024-01-24T01:31:11.010583+0000 mgr.smithi099.npjflm (mgr.14182) 636 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:12.502 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:12.502 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:13.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:14.181 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:14.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:14 smithi156 bash[19595]: audit 2024-01-24T01:31:12.496345+0000 mgr.smithi099.npjflm (mgr.14182) 637 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:14.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:14 smithi156 bash[19595]: cluster 2024-01-24T01:31:13.011438+0000 mgr.smithi099.npjflm (mgr.14182) 638 : 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-24T01:31:14.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:14 smithi099 bash[16312]: audit 2024-01-24T01:31:12.496345+0000 mgr.smithi099.npjflm (mgr.14182) 637 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:14.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:14 smithi099 bash[16312]: cluster 2024-01-24T01:31:13.011438+0000 mgr.smithi099.npjflm (mgr.14182) 638 : 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-24T01:31:16.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:15 smithi099 bash[16312]: cluster 2024-01-24T01:31:15.012492+0000 mgr.smithi099.npjflm (mgr.14182) 639 : 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-24T01:31:16.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:15 smithi156 bash[19595]: cluster 2024-01-24T01:31:15.012492+0000 mgr.smithi099.npjflm (mgr.14182) 639 : 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-24T01:31:17.416 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:17.417 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:18.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:18 smithi099 bash[16312]: cluster 2024-01-24T01:31:17.013874+0000 mgr.smithi099.npjflm (mgr.14182) 640 : 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-24T01:31:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:18 smithi099 bash[16312]: audit 2024-01-24T01:31:17.402856+0000 mgr.smithi099.npjflm (mgr.14182) 641 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:18 smithi156 bash[19595]: cluster 2024-01-24T01:31:17.013874+0000 mgr.smithi099.npjflm (mgr.14182) 640 : 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-24T01:31:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:18 smithi156 bash[19595]: audit 2024-01-24T01:31:17.402856+0000 mgr.smithi099.npjflm (mgr.14182) 641 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:19.069 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:20.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:20 smithi099 bash[16312]: cluster 2024-01-24T01:31:19.014944+0000 mgr.smithi099.npjflm (mgr.14182) 642 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:20 smithi156 bash[19595]: cluster 2024-01-24T01:31:19.014944+0000 mgr.smithi099.npjflm (mgr.14182) 642 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:22 smithi099 bash[16312]: cluster 2024-01-24T01:31:21.016144+0000 mgr.smithi099.npjflm (mgr.14182) 643 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:22.384 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:22.384 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:22 smithi156 bash[19595]: cluster 2024-01-24T01:31:21.016144+0000 mgr.smithi099.npjflm (mgr.14182) 643 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:23.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:23 smithi099 bash[16312]: audit 2024-01-24T01:31:22.372763+0000 mgr.smithi099.npjflm (mgr.14182) 644 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:23.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:23 smithi156 bash[19595]: audit 2024-01-24T01:31:22.372763+0000 mgr.smithi099.npjflm (mgr.14182) 644 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:24.014 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:24.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:24 smithi156 bash[19595]: cluster 2024-01-24T01:31:23.017398+0000 mgr.smithi099.npjflm (mgr.14182) 645 : 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-24T01:31:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:24 smithi099 bash[16312]: cluster 2024-01-24T01:31:23.017398+0000 mgr.smithi099.npjflm (mgr.14182) 645 : 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-24T01:31:26.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:25 smithi099 bash[16312]: cluster 2024-01-24T01:31:25.018523+0000 mgr.smithi099.npjflm (mgr.14182) 646 : 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-24T01:31:26.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:25 smithi156 bash[19595]: cluster 2024-01-24T01:31:25.018523+0000 mgr.smithi099.npjflm (mgr.14182) 646 : 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-24T01:31:27.306 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:27.306 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:28.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:28.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:28 smithi099 bash[16312]: cluster 2024-01-24T01:31:27.019824+0000 mgr.smithi099.npjflm (mgr.14182) 647 : 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-24T01:31:28.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:28 smithi099 bash[16312]: audit 2024-01-24T01:31:27.292904+0000 mgr.smithi099.npjflm (mgr.14182) 648 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:28 smithi156 bash[19595]: cluster 2024-01-24T01:31:27.019824+0000 mgr.smithi099.npjflm (mgr.14182) 647 : 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-24T01:31:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:28 smithi156 bash[19595]: audit 2024-01-24T01:31:27.292904+0000 mgr.smithi099.npjflm (mgr.14182) 648 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:29.018 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:30.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:30 smithi099 bash[16312]: cluster 2024-01-24T01:31:29.020934+0000 mgr.smithi099.npjflm (mgr.14182) 649 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:30 smithi156 bash[19595]: cluster 2024-01-24T01:31:29.020934+0000 mgr.smithi099.npjflm (mgr.14182) 649 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:32.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:32 smithi099 bash[16312]: cluster 2024-01-24T01:31:31.022129+0000 mgr.smithi099.npjflm (mgr.14182) 650 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:32.402 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:32.402 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:32.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:32 smithi156 bash[19595]: cluster 2024-01-24T01:31:31.022129+0000 mgr.smithi099.npjflm (mgr.14182) 650 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:33.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:33 smithi099 bash[16312]: audit 2024-01-24T01:31:32.395996+0000 mgr.smithi099.npjflm (mgr.14182) 651 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:33 smithi156 bash[19595]: audit 2024-01-24T01:31:32.395996+0000 mgr.smithi099.npjflm (mgr.14182) 651 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:34.087 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:34.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:34 smithi156 bash[19595]: cluster 2024-01-24T01:31:33.023273+0000 mgr.smithi099.npjflm (mgr.14182) 652 : 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-24T01:31:34.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:34 smithi099 bash[16312]: cluster 2024-01-24T01:31:33.023273+0000 mgr.smithi099.npjflm (mgr.14182) 652 : 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-24T01:31:36.104 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:35 smithi099 bash[16312]: cluster 2024-01-24T01:31:35.024380+0000 mgr.smithi099.npjflm (mgr.14182) 653 : 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-24T01:31:36.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:35 smithi156 bash[19595]: cluster 2024-01-24T01:31:35.024380+0000 mgr.smithi099.npjflm (mgr.14182) 653 : 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-24T01:31:37.344 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:37.344 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:37.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:38 smithi099 bash[16312]: cluster 2024-01-24T01:31:37.025385+0000 mgr.smithi099.npjflm (mgr.14182) 654 : 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-24T01:31:38.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:38 smithi099 bash[16312]: audit 2024-01-24T01:31:37.330733+0000 mgr.smithi099.npjflm (mgr.14182) 655 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:38 smithi156 bash[19595]: cluster 2024-01-24T01:31:37.025385+0000 mgr.smithi099.npjflm (mgr.14182) 654 : 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-24T01:31:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:38 smithi156 bash[19595]: audit 2024-01-24T01:31:37.330733+0000 mgr.smithi099.npjflm (mgr.14182) 655 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:38.923 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:40.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:40 smithi099 bash[16312]: cluster 2024-01-24T01:31:39.026330+0000 mgr.smithi099.npjflm (mgr.14182) 656 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:40.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:40 smithi156 bash[19595]: cluster 2024-01-24T01:31:39.026330+0000 mgr.smithi099.npjflm (mgr.14182) 656 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:42.346 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:42.346 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:42.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:42 smithi099 bash[16312]: cluster 2024-01-24T01:31:41.027661+0000 mgr.smithi099.npjflm (mgr.14182) 657 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:42 smithi156 bash[19595]: cluster 2024-01-24T01:31:41.027661+0000 mgr.smithi099.npjflm (mgr.14182) 657 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:42.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:43 smithi099 bash[16312]: audit 2024-01-24T01:31:42.332560+0000 mgr.smithi099.npjflm (mgr.14182) 658 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:43 smithi156 bash[19595]: audit 2024-01-24T01:31:42.332560+0000 mgr.smithi099.npjflm (mgr.14182) 658 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:43.984 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:44 smithi156 bash[19595]: cluster 2024-01-24T01:31:43.028837+0000 mgr.smithi099.npjflm (mgr.14182) 659 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:44.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:44 smithi099 bash[16312]: cluster 2024-01-24T01:31:43.028837+0000 mgr.smithi099.npjflm (mgr.14182) 659 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:46.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:45 smithi156 bash[19595]: cluster 2024-01-24T01:31:45.029879+0000 mgr.smithi099.npjflm (mgr.14182) 660 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:46.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:45 smithi099 bash[16312]: cluster 2024-01-24T01:31:45.029879+0000 mgr.smithi099.npjflm (mgr.14182) 660 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:47.238 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:47.239 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:47.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:48 smithi099 bash[16312]: cluster 2024-01-24T01:31:47.031148+0000 mgr.smithi099.npjflm (mgr.14182) 661 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:48.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:48 smithi099 bash[16312]: audit 2024-01-24T01:31:47.224917+0000 mgr.smithi099.npjflm (mgr.14182) 662 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:48 smithi156 bash[19595]: cluster 2024-01-24T01:31:47.031148+0000 mgr.smithi099.npjflm (mgr.14182) 661 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:48 smithi156 bash[19595]: audit 2024-01-24T01:31:47.224917+0000 mgr.smithi099.npjflm (mgr.14182) 662 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:48.868 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:50.246 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:50 smithi099 bash[16312]: cluster 2024-01-24T01:31:49.032190+0000 mgr.smithi099.npjflm (mgr.14182) 663 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:50 smithi156 bash[19595]: cluster 2024-01-24T01:31:49.032190+0000 mgr.smithi099.npjflm (mgr.14182) 663 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:52.185 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:52.185 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:52.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:52 smithi156 bash[19595]: cluster 2024-01-24T01:31:51.033408+0000 mgr.smithi099.npjflm (mgr.14182) 664 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:52.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:52 smithi099 bash[16312]: cluster 2024-01-24T01:31:51.033408+0000 mgr.smithi099.npjflm (mgr.14182) 664 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:31:52.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:53 smithi099 bash[16312]: audit 2024-01-24T01:31:52.174382+0000 mgr.smithi099.npjflm (mgr.14182) 665 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:53.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:53 smithi099 bash[16312]: audit 2024-01-24T01:31:53.002087+0000 mon.smithi099 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:31:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:53 smithi156 bash[19595]: audit 2024-01-24T01:31:52.174382+0000 mgr.smithi099.npjflm (mgr.14182) 665 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:53 smithi156 bash[19595]: audit 2024-01-24T01:31:53.002087+0000 mon.smithi099 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:31:53.888 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:54.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: cluster 2024-01-24T01:31:53.034843+0000 mgr.smithi099.npjflm (mgr.14182) 666 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:54.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: audit 2024-01-24T01:31:53.304956+0000 mon.smithi099 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:31:54.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: audit 2024-01-24T01:31:53.306299+0000 mon.smithi099 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:31:54.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: audit 2024-01-24T01:31:53.313043+0000 mon.smithi099 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:31:54.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: cluster 2024-01-24T01:31:53.313726+0000 mgr.smithi099.npjflm (mgr.14182) 667 : cluster [DBG] pgmap v467: 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-24T01:31:54.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: audit 2024-01-24T01:31:53.319054+0000 mon.smithi099 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:31:54.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: audit 2024-01-24T01:31:53.332703+0000 mon.smithi099 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:31:54.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:54 smithi156 bash[19595]: cephadm 2024-01-24T01:31:53.336469+0000 mgr.smithi099.npjflm (mgr.14182) 668 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qavsbd on smithi156 2024-01-24T01:31:54.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: cluster 2024-01-24T01:31:53.034843+0000 mgr.smithi099.npjflm (mgr.14182) 666 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:31:54.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: audit 2024-01-24T01:31:53.304956+0000 mon.smithi099 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:31:54.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: audit 2024-01-24T01:31:53.306299+0000 mon.smithi099 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:31:54.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: audit 2024-01-24T01:31:53.313043+0000 mon.smithi099 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:31:54.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: cluster 2024-01-24T01:31:53.313726+0000 mgr.smithi099.npjflm (mgr.14182) 667 : cluster [DBG] pgmap v467: 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-24T01:31:54.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: audit 2024-01-24T01:31:53.319054+0000 mon.smithi099 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:31:54.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: audit 2024-01-24T01:31:53.332703+0000 mon.smithi099 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:31:54.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:54 smithi099 bash[16312]: cephadm 2024-01-24T01:31:53.336469+0000 mgr.smithi099.npjflm (mgr.14182) 668 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qavsbd on smithi156 2024-01-24T01:31:55.318 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:55 smithi099 bash[16312]: cluster 2024-01-24T01:31:54.310656+0000 mon.smithi099 (mon.0) 833 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:31:55.318 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:55 smithi099 bash[16312]: cluster 2024-01-24T01:31:54.310725+0000 mon.smithi099 (mon.0) 834 : cluster [INF] Cluster is now healthy 2024-01-24T01:31:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:55 smithi156 bash[19595]: cluster 2024-01-24T01:31:54.310656+0000 mon.smithi099 (mon.0) 833 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:31:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:55 smithi156 bash[19595]: cluster 2024-01-24T01:31:54.310725+0000 mon.smithi099 (mon.0) 834 : cluster [INF] Cluster is now healthy 2024-01-24T01:31:56.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:56 smithi156 bash[19595]: cluster 2024-01-24T01:31:55.314666+0000 mgr.smithi099.npjflm (mgr.14182) 669 : cluster [DBG] pgmap v468: 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-24T01:31:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:56 smithi099 bash[16312]: cluster 2024-01-24T01:31:55.314666+0000 mgr.smithi099.npjflm (mgr.14182) 669 : cluster [DBG] pgmap v468: 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-24T01:31:57.297 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:31:57.297 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:29:44.581379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.etovnn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:48.974102Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ddatnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ddatnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ddatnv\nDeploy daemon haproxy.nfs.foo.smithi156.ddatnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.991321Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.dpnqsm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-dpnqsm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.dpnqsm\nDeploy daemon haproxy.nfs.foo.smithi099.dpnqsm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:30:52.995748Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.utchyp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:31:57.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:31:58.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:58 smithi156 bash[19595]: audit 2024-01-24T01:31:57.288495+0000 mgr.smithi099.npjflm (mgr.14182) 670 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:58.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:58 smithi156 bash[19595]: cluster 2024-01-24T01:31:57.315825+0000 mgr.smithi099.npjflm (mgr.14182) 671 : cluster [DBG] pgmap v469: 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-24T01:31:58.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:58 smithi156 bash[19595]: audit 2024-01-24T01:31:57.600093+0000 mon.smithi099 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qavsbd"}]: dispatch 2024-01-24T01:31:58.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:58 smithi156 bash[19595]: audit 2024-01-24T01:31:57.963775+0000 mon.smithi099 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:31:58.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:58 smithi099 bash[16312]: audit 2024-01-24T01:31:57.288495+0000 mgr.smithi099.npjflm (mgr.14182) 670 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:58.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:58 smithi099 bash[16312]: cluster 2024-01-24T01:31:57.315825+0000 mgr.smithi099.npjflm (mgr.14182) 671 : cluster [DBG] pgmap v469: 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-24T01:31:58.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:58 smithi099 bash[16312]: audit 2024-01-24T01:31:57.600093+0000 mon.smithi099 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qavsbd"}]: dispatch 2024-01-24T01:31:58.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:58 smithi099 bash[16312]: audit 2024-01-24T01:31:57.963775+0000 mon.smithi099 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:31:58.939 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: cephadm 2024-01-24T01:31:57.598883+0000 mgr.smithi099.npjflm (mgr.14182) 672 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qavsbd ... 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:31:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qavsbd ... 2024-01-24T01:31:59.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: cephadm 2024-01-24T01:31:57.599399+0000 mgr.smithi099.npjflm (mgr.14182) 673 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: cephadm 2024-01-24T01:31:57.601969+0000 mgr.smithi099.npjflm (mgr.14182) 674 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qavsbd ... 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:31:59.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:31:59.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:31:59 smithi156 bash[19595]: cephadm 2024-01-24T01:31:57.606659+0000 mgr.smithi099.npjflm (mgr.14182) 675 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.hfcarb on smithi099 2024-01-24T01:31:59.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: cephadm 2024-01-24T01:31:57.598883+0000 mgr.smithi099.npjflm (mgr.14182) 672 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:31:59.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qavsbd ... 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:31:59.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qavsbd ... 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: cephadm 2024-01-24T01:31:57.599399+0000 mgr.smithi099.npjflm (mgr.14182) 673 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: cephadm 2024-01-24T01:31:57.601969+0000 mgr.smithi099.npjflm (mgr.14182) 674 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qavsbd ... 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:31:59.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:31:59 smithi099 bash[16312]: cephadm 2024-01-24T01:31:57.606659+0000 mgr.smithi099.npjflm (mgr.14182) 675 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.hfcarb on smithi099 2024-01-24T01:32:00.446 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:00 smithi099 bash[16312]: cluster 2024-01-24T01:31:59.316878+0000 mgr.smithi099.npjflm (mgr.14182) 676 : cluster [DBG] pgmap v470: 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-24T01:32:00.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:00 smithi156 bash[19595]: cluster 2024-01-24T01:31:59.316878+0000 mgr.smithi099.npjflm (mgr.14182) 676 : cluster [DBG] pgmap v470: 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-24T01:32:02.527 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:02.527 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:02.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:02 smithi156 bash[19595]: cluster 2024-01-24T01:32:01.317957+0000 mgr.smithi099.npjflm (mgr.14182) 677 : cluster [DBG] pgmap v471: 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-24T01:32:02.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:02 smithi156 bash[19595]: audit 2024-01-24T01:32:01.687625+0000 mon.smithi099 (mon.0) 837 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.hfcarb"}]: dispatch 2024-01-24T01:32:02.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:02 smithi099 bash[16312]: cluster 2024-01-24T01:32:01.317957+0000 mgr.smithi099.npjflm (mgr.14182) 677 : cluster [DBG] pgmap v471: 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-24T01:32:02.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:02 smithi099 bash[16312]: audit 2024-01-24T01:32:01.687625+0000 mon.smithi099 (mon.0) 837 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.hfcarb"}]: dispatch 2024-01-24T01:32:03.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: cephadm 2024-01-24T01:32:01.686728+0000 mgr.smithi099.npjflm (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-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:32:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.hfcarb ... 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:32:03.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.hfcarb ... 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: cephadm 2024-01-24T01:32:01.686957+0000 mgr.smithi099.npjflm (mgr.14182) 679 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: cephadm 2024-01-24T01:32:01.688938+0000 mgr.smithi099.npjflm (mgr.14182) 680 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:32:03.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.hfcarb ... 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: cephadm 2024-01-24T01:32:01.691105+0000 mgr.smithi099.npjflm (mgr.14182) 681 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: cephadm 2024-01-24T01:32:01.692661+0000 mgr.smithi099.npjflm (mgr.14182) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: cluster 2024-01-24T01:32:01.693311+0000 mgr.smithi099.npjflm (mgr.14182) 683 : cluster [DBG] pgmap v472: 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-24T01:32:03.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:03 smithi099 bash[16312]: cluster 2024-01-24T01:32:02.387151+0000 mon.smithi099 (mon.0) 838 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:32:03.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: cephadm 2024-01-24T01:32:01.686728+0000 mgr.smithi099.npjflm (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-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.hfcarb ... 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:32:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.hfcarb ... 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: cephadm 2024-01-24T01:32:01.686957+0000 mgr.smithi099.npjflm (mgr.14182) 679 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: cephadm 2024-01-24T01:32:01.688938+0000 mgr.smithi099.npjflm (mgr.14182) 680 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.hfcarb ... 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: cephadm 2024-01-24T01:32:01.691105+0000 mgr.smithi099.npjflm (mgr.14182) 681 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: cephadm 2024-01-24T01:32:01.692661+0000 mgr.smithi099.npjflm (mgr.14182) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: cluster 2024-01-24T01:32:01.693311+0000 mgr.smithi099.npjflm (mgr.14182) 683 : cluster [DBG] pgmap v472: 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-24T01:32:03.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:03 smithi156 bash[19595]: cluster 2024-01-24T01:32:02.387151+0000 mon.smithi099 (mon.0) 838 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:32:04.225 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:04.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:04 smithi099 bash[16312]: audit 2024-01-24T01:32:02.513220+0000 mgr.smithi099.npjflm (mgr.14182) 684 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:04.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:04 smithi099 bash[16312]: audit 2024-01-24T01:32:03.514386+0000 mon.smithi099 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:32:04.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:04 smithi156 bash[19595]: audit 2024-01-24T01:32:02.513220+0000 mgr.smithi099.npjflm (mgr.14182) 684 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:04.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:04 smithi156 bash[19595]: audit 2024-01-24T01:32:03.514386+0000 mon.smithi099 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:32:05.650 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:05 smithi099 bash[16312]: cluster 2024-01-24T01:32:03.694362+0000 mgr.smithi099.npjflm (mgr.14182) 685 : cluster [DBG] pgmap v473: 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-24T01:32:05.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:05 smithi156 bash[19595]: cluster 2024-01-24T01:32:03.694362+0000 mgr.smithi099.npjflm (mgr.14182) 685 : cluster [DBG] pgmap v473: 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-24T01:32:07.384 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:07.384 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:07.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:07 smithi156 bash[19595]: cluster 2024-01-24T01:32:05.695778+0000 mgr.smithi099.npjflm (mgr.14182) 686 : cluster [DBG] pgmap v474: 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-24T01:32:07.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:07 smithi099 bash[16312]: cluster 2024-01-24T01:32:05.695778+0000 mgr.smithi099.npjflm (mgr.14182) 686 : cluster [DBG] pgmap v474: 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-24T01:32:08.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:08.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:08 smithi156 bash[19595]: audit 2024-01-24T01:32:07.377515+0000 mgr.smithi099.npjflm (mgr.14182) 687 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:08.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:08 smithi099 bash[16312]: audit 2024-01-24T01:32:07.377515+0000 mgr.smithi099.npjflm (mgr.14182) 687 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:09.049 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:09.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:09 smithi156 bash[19595]: cluster 2024-01-24T01:32:07.697021+0000 mgr.smithi099.npjflm (mgr.14182) 688 : cluster [DBG] pgmap v475: 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-24T01:32:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:09 smithi099 bash[16312]: cluster 2024-01-24T01:32:07.697021+0000 mgr.smithi099.npjflm (mgr.14182) 688 : cluster [DBG] pgmap v475: 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-24T01:32:11.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:11 smithi156 bash[19595]: cluster 2024-01-24T01:32:09.697822+0000 mgr.smithi099.npjflm (mgr.14182) 689 : cluster [DBG] pgmap v476: 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-24T01:32:11.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:11 smithi099 bash[16312]: cluster 2024-01-24T01:32:09.697822+0000 mgr.smithi099.npjflm (mgr.14182) 689 : cluster [DBG] pgmap v476: 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-24T01:32:12.546 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:12.546 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:12 smithi156 bash[19595]: cluster 2024-01-24T01:32:11.699076+0000 mgr.smithi099.npjflm (mgr.14182) 690 : cluster [DBG] pgmap v477: 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-24T01:32:12.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:12 smithi099 bash[16312]: cluster 2024-01-24T01:32:11.699076+0000 mgr.smithi099.npjflm (mgr.14182) 690 : cluster [DBG] pgmap v477: 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-24T01:32:13.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:14.225 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:14.236 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:13 smithi099 bash[16312]: audit 2024-01-24T01:32:12.531787+0000 mgr.smithi099.npjflm (mgr.14182) 691 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:14.236 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:13 smithi099 bash[16312]: audit 2024-01-24T01:32:12.964377+0000 mon.smithi099 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:32:14.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:13 smithi156 bash[19595]: audit 2024-01-24T01:32:12.531787+0000 mgr.smithi099.npjflm (mgr.14182) 691 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:14.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:13 smithi156 bash[19595]: audit 2024-01-24T01:32:12.964377+0000 mon.smithi099 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:32:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:14 smithi156 bash[19595]: cluster 2024-01-24T01:32:13.700118+0000 mgr.smithi099.npjflm (mgr.14182) 692 : 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-24T01:32:15.305 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:14 smithi099 bash[16312]: cluster 2024-01-24T01:32:13.700118+0000 mgr.smithi099.npjflm (mgr.14182) 692 : 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-24T01:32:17.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:16 smithi156 bash[19595]: cluster 2024-01-24T01:32:15.701524+0000 mgr.smithi099.npjflm (mgr.14182) 693 : 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-24T01:32:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:16 smithi099 bash[16312]: cluster 2024-01-24T01:32:15.701524+0000 mgr.smithi099.npjflm (mgr.14182) 693 : 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-24T01:32:17.430 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:17.430 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:18.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:18.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:17 smithi156 bash[19595]: audit 2024-01-24T01:32:17.416524+0000 mgr.smithi099.npjflm (mgr.14182) 694 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:18.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:17 smithi099 bash[16312]: audit 2024-01-24T01:32:17.416524+0000 mgr.smithi099.npjflm (mgr.14182) 694 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:19.115 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:18 smithi099 bash[16312]: cluster 2024-01-24T01:32:17.702677+0000 mgr.smithi099.npjflm (mgr.14182) 695 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:19.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:18 smithi156 bash[19595]: cluster 2024-01-24T01:32:17.702677+0000 mgr.smithi099.npjflm (mgr.14182) 695 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:20 smithi099 bash[16312]: cluster 2024-01-24T01:32:19.703903+0000 mgr.smithi099.npjflm (mgr.14182) 696 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:20 smithi156 bash[19595]: cluster 2024-01-24T01:32:19.703903+0000 mgr.smithi099.npjflm (mgr.14182) 696 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:22.447 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:22.447 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:23.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:23.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:23 smithi099 bash[16312]: cluster 2024-01-24T01:32:21.705224+0000 mgr.smithi099.npjflm (mgr.14182) 697 : 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-24T01:32:23.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:23 smithi156 bash[19595]: cluster 2024-01-24T01:32:21.705224+0000 mgr.smithi099.npjflm (mgr.14182) 697 : 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-24T01:32:24.131 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:24.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:24 smithi156 bash[19595]: audit 2024-01-24T01:32:22.433707+0000 mgr.smithi099.npjflm (mgr.14182) 698 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:24.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:24 smithi099 bash[16312]: audit 2024-01-24T01:32:22.433707+0000 mgr.smithi099.npjflm (mgr.14182) 698 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:25.333 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:25 smithi099 bash[16312]: cluster 2024-01-24T01:32:23.706244+0000 mgr.smithi099.npjflm (mgr.14182) 699 : 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-24T01:32:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:25 smithi156 bash[19595]: cluster 2024-01-24T01:32:23.706244+0000 mgr.smithi099.npjflm (mgr.14182) 699 : 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-24T01:32:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:27 smithi099 bash[16312]: cluster 2024-01-24T01:32:25.707640+0000 mgr.smithi099.npjflm (mgr.14182) 700 : 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-24T01:32:27.380 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:27.380 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:27.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:27 smithi156 bash[19595]: cluster 2024-01-24T01:32:25.707640+0000 mgr.smithi099.npjflm (mgr.14182) 700 : 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-24T01:32:28.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:28.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:28 smithi099 bash[16312]: audit 2024-01-24T01:32:27.366300+0000 mgr.smithi099.npjflm (mgr.14182) 701 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:28 smithi156 bash[19595]: audit 2024-01-24T01:32:27.366300+0000 mgr.smithi099.npjflm (mgr.14182) 701 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:29.012 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:29 smithi099 bash[16312]: cluster 2024-01-24T01:32:27.708790+0000 mgr.smithi099.npjflm (mgr.14182) 702 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:29 smithi156 bash[19595]: cluster 2024-01-24T01:32:27.708790+0000 mgr.smithi099.npjflm (mgr.14182) 702 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:31.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:31 smithi099 bash[16312]: cluster 2024-01-24T01:32:29.710011+0000 mgr.smithi099.npjflm (mgr.14182) 703 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:31 smithi156 bash[19595]: cluster 2024-01-24T01:32:29.710011+0000 mgr.smithi099.npjflm (mgr.14182) 703 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:32.424 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:32.424 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:33.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:33 smithi099 bash[16312]: cluster 2024-01-24T01:32:31.711308+0000 mgr.smithi099.npjflm (mgr.14182) 704 : 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-24T01:32:33.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:33 smithi099 bash[16312]: audit 2024-01-24T01:32:32.413396+0000 mgr.smithi099.npjflm (mgr.14182) 705 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:33 smithi156 bash[19595]: cluster 2024-01-24T01:32:31.711308+0000 mgr.smithi099.npjflm (mgr.14182) 704 : 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-24T01:32:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:33 smithi156 bash[19595]: audit 2024-01-24T01:32:32.413396+0000 mgr.smithi099.npjflm (mgr.14182) 705 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:34.075 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:35.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:35 smithi099 bash[16312]: cluster 2024-01-24T01:32:33.712305+0000 mgr.smithi099.npjflm (mgr.14182) 706 : 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-24T01:32:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:35 smithi156 bash[19595]: cluster 2024-01-24T01:32:33.712305+0000 mgr.smithi099.npjflm (mgr.14182) 706 : 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-24T01:32:37.217 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:37.217 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:37 smithi099 bash[16312]: cluster 2024-01-24T01:32:35.713686+0000 mgr.smithi099.npjflm (mgr.14182) 707 : 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-24T01:32:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:37 smithi156 bash[19595]: cluster 2024-01-24T01:32:35.713686+0000 mgr.smithi099.npjflm (mgr.14182) 707 : 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-24T01:32:37.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:38 smithi099 bash[16312]: audit 2024-01-24T01:32:37.203409+0000 mgr.smithi099.npjflm (mgr.14182) 708 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:38 smithi156 bash[19595]: audit 2024-01-24T01:32:37.203409+0000 mgr.smithi099.npjflm (mgr.14182) 708 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:38.874 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:39.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:39 smithi099 bash[16312]: cluster 2024-01-24T01:32:37.714777+0000 mgr.smithi099.npjflm (mgr.14182) 709 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:39 smithi156 bash[19595]: cluster 2024-01-24T01:32:37.714777+0000 mgr.smithi099.npjflm (mgr.14182) 709 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:41.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:41 smithi099 bash[16312]: cluster 2024-01-24T01:32:39.715969+0000 mgr.smithi099.npjflm (mgr.14182) 710 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:41 smithi156 bash[19595]: cluster 2024-01-24T01:32:39.715969+0000 mgr.smithi099.npjflm (mgr.14182) 710 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:42.342 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:42.342 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:43.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:43 smithi099 bash[16312]: cluster 2024-01-24T01:32:41.717281+0000 mgr.smithi099.npjflm (mgr.14182) 711 : 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-24T01:32:43.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:43 smithi099 bash[16312]: audit 2024-01-24T01:32:42.335828+0000 mgr.smithi099.npjflm (mgr.14182) 712 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:43 smithi156 bash[19595]: cluster 2024-01-24T01:32:41.717281+0000 mgr.smithi099.npjflm (mgr.14182) 711 : 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-24T01:32:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:43 smithi156 bash[19595]: audit 2024-01-24T01:32:42.335828+0000 mgr.smithi099.npjflm (mgr.14182) 712 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:44.011 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:45.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:45 smithi099 bash[16312]: cluster 2024-01-24T01:32:43.718339+0000 mgr.smithi099.npjflm (mgr.14182) 713 : 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-24T01:32:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:45 smithi156 bash[19595]: cluster 2024-01-24T01:32:43.718339+0000 mgr.smithi099.npjflm (mgr.14182) 713 : 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-24T01:32:47.242 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:47.242 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:47.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:47 smithi099 bash[16312]: cluster 2024-01-24T01:32:45.719686+0000 mgr.smithi099.npjflm (mgr.14182) 714 : 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-24T01:32:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:47 smithi156 bash[19595]: cluster 2024-01-24T01:32:45.719686+0000 mgr.smithi099.npjflm (mgr.14182) 714 : 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-24T01:32:47.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:48 smithi099 bash[16312]: audit 2024-01-24T01:32:47.235428+0000 mgr.smithi099.npjflm (mgr.14182) 715 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:48 smithi156 bash[19595]: audit 2024-01-24T01:32:47.235428+0000 mgr.smithi099.npjflm (mgr.14182) 715 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:48.900 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:49 smithi099 bash[16312]: cluster 2024-01-24T01:32:47.720868+0000 mgr.smithi099.npjflm (mgr.14182) 716 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:49 smithi156 bash[19595]: cluster 2024-01-24T01:32:47.720868+0000 mgr.smithi099.npjflm (mgr.14182) 716 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:51 smithi156 bash[19595]: cluster 2024-01-24T01:32:49.722057+0000 mgr.smithi099.npjflm (mgr.14182) 717 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:51.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:51 smithi099 bash[16312]: cluster 2024-01-24T01:32:49.722057+0000 mgr.smithi099.npjflm (mgr.14182) 717 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:32:52.208 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:52.208 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:52.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:53 smithi156 bash[19595]: cluster 2024-01-24T01:32:51.723098+0000 mgr.smithi099.npjflm (mgr.14182) 718 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:53 smithi156 bash[19595]: audit 2024-01-24T01:32:52.198384+0000 mgr.smithi099.npjflm (mgr.14182) 719 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:53 smithi099 bash[16312]: cluster 2024-01-24T01:32:51.723098+0000 mgr.smithi099.npjflm (mgr.14182) 718 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:53.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:53 smithi099 bash[16312]: audit 2024-01-24T01:32:52.198384+0000 mgr.smithi099.npjflm (mgr.14182) 719 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:53.823 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:55 smithi156 bash[19595]: cluster 2024-01-24T01:32:53.724123+0000 mgr.smithi099.npjflm (mgr.14182) 720 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:55 smithi099 bash[16312]: cluster 2024-01-24T01:32:53.724123+0000 mgr.smithi099.npjflm (mgr.14182) 720 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:56.933 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:32:56.933 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:32:57.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:57 smithi099 bash[16312]: cluster 2024-01-24T01:32:55.725196+0000 mgr.smithi099.npjflm (mgr.14182) 721 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:57 smithi156 bash[19595]: cluster 2024-01-24T01:32:55.725196+0000 mgr.smithi099.npjflm (mgr.14182) 721 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:57.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:32:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:58 smithi156 bash[19595]: audit 2024-01-24T01:32:56.919265+0000 mgr.smithi099.npjflm (mgr.14182) 722 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:58.564 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:32:58.576 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:58 smithi099 bash[16312]: audit 2024-01-24T01:32:56.919265+0000 mgr.smithi099.npjflm (mgr.14182) 722 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:32:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:32:59 smithi156 bash[19595]: cluster 2024-01-24T01:32:57.726352+0000 mgr.smithi099.npjflm (mgr.14182) 723 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:32:59.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:32:59 smithi099 bash[16312]: cluster 2024-01-24T01:32:57.726352+0000 mgr.smithi099.npjflm (mgr.14182) 723 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:01 smithi156 bash[19595]: cluster 2024-01-24T01:32:59.727213+0000 mgr.smithi099.npjflm (mgr.14182) 724 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:01.537 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:01 smithi099 bash[16312]: cluster 2024-01-24T01:32:59.727213+0000 mgr.smithi099.npjflm (mgr.14182) 724 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:01.941 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:01.941 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:30:52.998094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.xljsvw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:02.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:02 smithi099 bash[16312]: audit 2024-01-24T01:33:01.696276+0000 mon.smithi099 (mon.0) 841 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:33:02.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:02 smithi099 bash[16312]: audit 2024-01-24T01:33:02.001541+0000 mon.smithi099 (mon.0) 842 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:33:02.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:02 smithi099 bash[16312]: audit 2024-01-24T01:33:02.002919+0000 mon.smithi099 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:33:02.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:02 smithi099 bash[16312]: audit 2024-01-24T01:33:02.009253+0000 mon.smithi099 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:33:02.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:02 smithi099 bash[16312]: audit 2024-01-24T01:33:02.014521+0000 mon.smithi099 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:33:02.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:02 smithi099 bash[16312]: audit 2024-01-24T01:33:02.028156+0000 mon.smithi099 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:33:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:02 smithi156 bash[19595]: audit 2024-01-24T01:33:01.696276+0000 mon.smithi099 (mon.0) 841 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:33:02.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:02 smithi156 bash[19595]: audit 2024-01-24T01:33:02.001541+0000 mon.smithi099 (mon.0) 842 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:33:02.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:02 smithi156 bash[19595]: audit 2024-01-24T01:33:02.002919+0000 mon.smithi099 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:33:02.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:02 smithi156 bash[19595]: audit 2024-01-24T01:33:02.009253+0000 mon.smithi099 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:33:02.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:02 smithi156 bash[19595]: audit 2024-01-24T01:33:02.014521+0000 mon.smithi099 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:33:02.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:02 smithi156 bash[19595]: audit 2024-01-24T01:33:02.028156+0000 mon.smithi099 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:33:02.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:03 smithi156 bash[19595]: cluster 2024-01-24T01:33:01.728066+0000 mgr.smithi099.npjflm (mgr.14182) 725 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:03 smithi156 bash[19595]: audit 2024-01-24T01:33:01.935342+0000 mgr.smithi099.npjflm (mgr.14182) 726 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:03 smithi156 bash[19595]: cluster 2024-01-24T01:33:02.009965+0000 mgr.smithi099.npjflm (mgr.14182) 727 : cluster [DBG] pgmap v503: 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-24T01:33:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:03 smithi156 bash[19595]: cephadm 2024-01-24T01:33:02.031143+0000 mgr.smithi099.npjflm (mgr.14182) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.pfpuee on smithi156 2024-01-24T01:33:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:03 smithi156 bash[19595]: cluster 2024-01-24T01:33:02.150772+0000 mon.smithi099 (mon.0) 847 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:33:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:03 smithi156 bash[19595]: cluster 2024-01-24T01:33:02.150858+0000 mon.smithi099 (mon.0) 848 : cluster [INF] Cluster is now healthy 2024-01-24T01:33:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:03 smithi099 bash[16312]: cluster 2024-01-24T01:33:01.728066+0000 mgr.smithi099.npjflm (mgr.14182) 725 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:03 smithi099 bash[16312]: audit 2024-01-24T01:33:01.935342+0000 mgr.smithi099.npjflm (mgr.14182) 726 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:03 smithi099 bash[16312]: cluster 2024-01-24T01:33:02.009965+0000 mgr.smithi099.npjflm (mgr.14182) 727 : cluster [DBG] pgmap v503: 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-24T01:33:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:03 smithi099 bash[16312]: cephadm 2024-01-24T01:33:02.031143+0000 mgr.smithi099.npjflm (mgr.14182) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.pfpuee on smithi156 2024-01-24T01:33:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:03 smithi099 bash[16312]: cluster 2024-01-24T01:33:02.150772+0000 mon.smithi099 (mon.0) 847 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:33:03.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:03 smithi099 bash[16312]: cluster 2024-01-24T01:33:02.150858+0000 mon.smithi099 (mon.0) 848 : cluster [INF] Cluster is now healthy 2024-01-24T01:33:03.607 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:05 smithi099 bash[16312]: cluster 2024-01-24T01:33:04.010823+0000 mgr.smithi099.npjflm (mgr.14182) 729 : cluster [DBG] pgmap v504: 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-24T01:33:05.432 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:05 smithi156 bash[19595]: cluster 2024-01-24T01:33:04.010823+0000 mgr.smithi099.npjflm (mgr.14182) 729 : cluster [DBG] pgmap v504: 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-24T01:33:06.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:06 smithi156 bash[19595]: audit 2024-01-24T01:33:05.781277+0000 mon.smithi099 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.pfpuee"}]: dispatch 2024-01-24T01:33:06.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:06 smithi099 bash[16312]: audit 2024-01-24T01:33:05.781277+0000 mon.smithi099 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.pfpuee"}]: dispatch 2024-01-24T01:33:07.071 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:07.071 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:31:57.601716Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qavsbd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qavsbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qavsbd\nDeploy daemon haproxy.nfs.foo.smithi156.qavsbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.688823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.hfcarb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-hfcarb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.hfcarb\nDeploy daemon haproxy.nfs.foo.smithi099.hfcarb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:32:01.691004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cvqybh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: cephadm 2024-01-24T01:33:05.779970+0000 mgr.smithi099.npjflm (mgr.14182) 730 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.pfpuee ... 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.pfpuee ... 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: cephadm 2024-01-24T01:33:05.780477+0000 mgr.smithi099.npjflm (mgr.14182) 731 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: cephadm 2024-01-24T01:33:05.783071+0000 mgr.smithi099.npjflm (mgr.14182) 732 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.pfpuee ... 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: cephadm 2024-01-24T01:33:05.787746+0000 mgr.smithi099.npjflm (mgr.14182) 733 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xrbgdm on smithi099 2024-01-24T01:33:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:07 smithi156 bash[19595]: cluster 2024-01-24T01:33:06.011730+0000 mgr.smithi099.npjflm (mgr.14182) 734 : cluster [DBG] pgmap v505: 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-24T01:33:07.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: cephadm 2024-01-24T01:33:05.779970+0000 mgr.smithi099.npjflm (mgr.14182) 730 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:07.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:07.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.pfpuee ... 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:07.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.pfpuee ... 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: cephadm 2024-01-24T01:33:05.780477+0000 mgr.smithi099.npjflm (mgr.14182) 731 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: cephadm 2024-01-24T01:33:05.783071+0000 mgr.smithi099.npjflm (mgr.14182) 732 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:07.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.pfpuee ... 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: cephadm 2024-01-24T01:33:05.787746+0000 mgr.smithi099.npjflm (mgr.14182) 733 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xrbgdm on smithi099 2024-01-24T01:33:07.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:07 smithi099 bash[16312]: cluster 2024-01-24T01:33:06.011730+0000 mgr.smithi099.npjflm (mgr.14182) 734 : cluster [DBG] pgmap v505: 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-24T01:33:07.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:08 smithi156 bash[19595]: audit 2024-01-24T01:33:07.059687+0000 mgr.smithi099.npjflm (mgr.14182) 735 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:08.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:08 smithi099 bash[16312]: audit 2024-01-24T01:33:07.059687+0000 mgr.smithi099.npjflm (mgr.14182) 735 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:08.710 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:09 smithi156 bash[19595]: cluster 2024-01-24T01:33:08.012678+0000 mgr.smithi099.npjflm (mgr.14182) 736 : cluster [DBG] pgmap v506: 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-24T01:33:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:09 smithi099 bash[16312]: cluster 2024-01-24T01:33:08.012678+0000 mgr.smithi099.npjflm (mgr.14182) 736 : cluster [DBG] pgmap v506: 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-24T01:33:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:10 smithi156 bash[19595]: audit 2024-01-24T01:33:09.844343+0000 mon.smithi099 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xrbgdm"}]: dispatch 2024-01-24T01:33:10.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:10 smithi099 bash[16312]: audit 2024-01-24T01:33:09.844343+0000 mon.smithi099 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xrbgdm"}]: dispatch 2024-01-24T01:33:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: cephadm 2024-01-24T01:33:09.843214+0000 mgr.smithi099.npjflm (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-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xrbgdm ... 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xrbgdm ... 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: cephadm 2024-01-24T01:33:09.843813+0000 mgr.smithi099.npjflm (mgr.14182) 738 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: cephadm 2024-01-24T01:33:09.845760+0000 mgr.smithi099.npjflm (mgr.14182) 739 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:33:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xrbgdm ... 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: cephadm 2024-01-24T01:33:09.851060+0000 mgr.smithi099.npjflm (mgr.14182) 740 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: cephadm 2024-01-24T01:33:09.853279+0000 mgr.smithi099.npjflm (mgr.14182) 741 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: cluster 2024-01-24T01:33:09.854238+0000 mgr.smithi099.npjflm (mgr.14182) 742 : cluster [DBG] pgmap v507: 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-24T01:33:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:11 smithi156 bash[19595]: cluster 2024-01-24T01:33:10.197088+0000 mon.smithi099 (mon.0) 851 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:33:11.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: cephadm 2024-01-24T01:33:09.843214+0000 mgr.smithi099.npjflm (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-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xrbgdm ... 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:33:11.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xrbgdm ... 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: cephadm 2024-01-24T01:33:09.843813+0000 mgr.smithi099.npjflm (mgr.14182) 738 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: cephadm 2024-01-24T01:33:09.845760+0000 mgr.smithi099.npjflm (mgr.14182) 739 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xrbgdm ... 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: cephadm 2024-01-24T01:33:09.851060+0000 mgr.smithi099.npjflm (mgr.14182) 740 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:33:11.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: cephadm 2024-01-24T01:33:09.853279+0000 mgr.smithi099.npjflm (mgr.14182) 741 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:33:11.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: cluster 2024-01-24T01:33:09.854238+0000 mgr.smithi099.npjflm (mgr.14182) 742 : cluster [DBG] pgmap v507: 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-24T01:33:11.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:11 smithi099 bash[16312]: cluster 2024-01-24T01:33:10.197088+0000 mon.smithi099 (mon.0) 851 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:33:12.300 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:12.300 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:12.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:13 smithi156 bash[19595]: cluster 2024-01-24T01:33:11.855509+0000 mgr.smithi099.npjflm (mgr.14182) 743 : cluster [DBG] pgmap v508: 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-24T01:33:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:13 smithi156 bash[19595]: audit 2024-01-24T01:33:12.286374+0000 mgr.smithi099.npjflm (mgr.14182) 744 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:13.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:13 smithi099 bash[16312]: cluster 2024-01-24T01:33:11.855509+0000 mgr.smithi099.npjflm (mgr.14182) 743 : cluster [DBG] pgmap v508: 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-24T01:33:13.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:13 smithi099 bash[16312]: audit 2024-01-24T01:33:12.286374+0000 mgr.smithi099.npjflm (mgr.14182) 744 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:13.936 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:14.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:14 smithi099 bash[16312]: audit 2024-01-24T01:33:13.569818+0000 mon.smithi099 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:33:14.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:14 smithi099 bash[16312]: cluster 2024-01-24T01:33:13.856586+0000 mgr.smithi099.npjflm (mgr.14182) 745 : cluster [DBG] pgmap v509: 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-24T01:33:14.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:14 smithi156 bash[19595]: audit 2024-01-24T01:33:13.569818+0000 mon.smithi099 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:33:14.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:14 smithi156 bash[19595]: cluster 2024-01-24T01:33:13.856586+0000 mgr.smithi099.npjflm (mgr.14182) 745 : cluster [DBG] pgmap v509: 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-24T01:33:17.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:16 smithi099 bash[16312]: cluster 2024-01-24T01:33:15.857834+0000 mgr.smithi099.npjflm (mgr.14182) 746 : cluster [DBG] pgmap v510: 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-24T01:33:17.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:16 smithi156 bash[19595]: cluster 2024-01-24T01:33:15.857834+0000 mgr.smithi099.npjflm (mgr.14182) 746 : cluster [DBG] pgmap v510: 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-24T01:33:17.281 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:17.281 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:17.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:18.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:17 smithi156 bash[19595]: audit 2024-01-24T01:33:17.268758+0000 mgr.smithi099.npjflm (mgr.14182) 747 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:17 smithi099 bash[16312]: audit 2024-01-24T01:33:17.268758+0000 mgr.smithi099.npjflm (mgr.14182) 747 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:18.914 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:19.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:18 smithi156 bash[19595]: cluster 2024-01-24T01:33:17.859014+0000 mgr.smithi099.npjflm (mgr.14182) 748 : cluster [DBG] pgmap v511: 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-24T01:33:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:18 smithi099 bash[16312]: cluster 2024-01-24T01:33:17.859014+0000 mgr.smithi099.npjflm (mgr.14182) 748 : cluster [DBG] pgmap v511: 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-24T01:33:21.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:20 smithi099 bash[16312]: cluster 2024-01-24T01:33:19.860226+0000 mgr.smithi099.npjflm (mgr.14182) 749 : cluster [DBG] pgmap v512: 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-24T01:33:21.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:20 smithi156 bash[19595]: cluster 2024-01-24T01:33:19.860226+0000 mgr.smithi099.npjflm (mgr.14182) 749 : cluster [DBG] pgmap v512: 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-24T01:33:22.205 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:22.206 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:22.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:23.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:22 smithi156 bash[19595]: cluster 2024-01-24T01:33:21.861965+0000 mgr.smithi099.npjflm (mgr.14182) 750 : 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-24T01:33:23.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:22 smithi156 bash[19595]: audit 2024-01-24T01:33:22.195150+0000 mgr.smithi099.npjflm (mgr.14182) 751 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:22 smithi099 bash[16312]: cluster 2024-01-24T01:33:21.861965+0000 mgr.smithi099.npjflm (mgr.14182) 750 : 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-24T01:33:23.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:22 smithi099 bash[16312]: audit 2024-01-24T01:33:22.195150+0000 mgr.smithi099.npjflm (mgr.14182) 751 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:23.902 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:25.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:24 smithi156 bash[19595]: cluster 2024-01-24T01:33:23.863094+0000 mgr.smithi099.npjflm (mgr.14182) 752 : 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-24T01:33:25.308 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:24 smithi099 bash[16312]: cluster 2024-01-24T01:33:23.863094+0000 mgr.smithi099.npjflm (mgr.14182) 752 : 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-24T01:33:27.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:26 smithi099 bash[16312]: cluster 2024-01-24T01:33:25.864375+0000 mgr.smithi099.npjflm (mgr.14182) 753 : 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-24T01:33:27.166 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:27.166 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:27.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:26 smithi156 bash[19595]: cluster 2024-01-24T01:33:25.864375+0000 mgr.smithi099.npjflm (mgr.14182) 753 : 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-24T01:33:27.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:28.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:27 smithi099 bash[16312]: audit 2024-01-24T01:33:27.153527+0000 mgr.smithi099.npjflm (mgr.14182) 754 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:28.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:27 smithi156 bash[19595]: audit 2024-01-24T01:33:27.153527+0000 mgr.smithi099.npjflm (mgr.14182) 754 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:28.843 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:28 smithi156 bash[19595]: cluster 2024-01-24T01:33:27.865705+0000 mgr.smithi099.npjflm (mgr.14182) 755 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:28 smithi099 bash[16312]: cluster 2024-01-24T01:33:27.865705+0000 mgr.smithi099.npjflm (mgr.14182) 755 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:31.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:30 smithi099 bash[16312]: cluster 2024-01-24T01:33:29.866974+0000 mgr.smithi099.npjflm (mgr.14182) 756 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:31.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:30 smithi156 bash[19595]: cluster 2024-01-24T01:33:29.866974+0000 mgr.smithi099.npjflm (mgr.14182) 756 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:32.262 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:32.263 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:32.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:33.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:32 smithi156 bash[19595]: cluster 2024-01-24T01:33:31.868179+0000 mgr.smithi099.npjflm (mgr.14182) 757 : 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-24T01:33:33.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:32 smithi156 bash[19595]: audit 2024-01-24T01:33:32.248973+0000 mgr.smithi099.npjflm (mgr.14182) 758 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:32 smithi099 bash[16312]: cluster 2024-01-24T01:33:31.868179+0000 mgr.smithi099.npjflm (mgr.14182) 757 : 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-24T01:33:33.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:32 smithi099 bash[16312]: audit 2024-01-24T01:33:32.248973+0000 mgr.smithi099.npjflm (mgr.14182) 758 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:33.924 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:35.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:34 smithi156 bash[19595]: cluster 2024-01-24T01:33:33.869299+0000 mgr.smithi099.npjflm (mgr.14182) 759 : 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-24T01:33:35.346 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:34 smithi099 bash[16312]: cluster 2024-01-24T01:33:33.869299+0000 mgr.smithi099.npjflm (mgr.14182) 759 : 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-24T01:33:37.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:36 smithi099 bash[16312]: cluster 2024-01-24T01:33:35.870543+0000 mgr.smithi099.npjflm (mgr.14182) 760 : 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-24T01:33:37.217 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:37.218 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:37.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:36 smithi156 bash[19595]: cluster 2024-01-24T01:33:35.870543+0000 mgr.smithi099.npjflm (mgr.14182) 760 : 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-24T01:33:37.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:38.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:37 smithi156 bash[19595]: audit 2024-01-24T01:33:37.205408+0000 mgr.smithi099.npjflm (mgr.14182) 761 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:37 smithi099 bash[16312]: audit 2024-01-24T01:33:37.205408+0000 mgr.smithi099.npjflm (mgr.14182) 761 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:38.879 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:39.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:38 smithi156 bash[19595]: cluster 2024-01-24T01:33:37.871666+0000 mgr.smithi099.npjflm (mgr.14182) 762 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:39.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:38 smithi099 bash[16312]: cluster 2024-01-24T01:33:37.871666+0000 mgr.smithi099.npjflm (mgr.14182) 762 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:41.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:40 smithi099 bash[16312]: cluster 2024-01-24T01:33:39.872952+0000 mgr.smithi099.npjflm (mgr.14182) 763 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:41.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:40 smithi156 bash[19595]: cluster 2024-01-24T01:33:39.872952+0000 mgr.smithi099.npjflm (mgr.14182) 763 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:42.310 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:42.310 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:42.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:43.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:42 smithi156 bash[19595]: cluster 2024-01-24T01:33:41.874322+0000 mgr.smithi099.npjflm (mgr.14182) 764 : 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-24T01:33:43.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:42 smithi156 bash[19595]: audit 2024-01-24T01:33:42.296080+0000 mgr.smithi099.npjflm (mgr.14182) 765 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:43.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:42 smithi099 bash[16312]: cluster 2024-01-24T01:33:41.874322+0000 mgr.smithi099.npjflm (mgr.14182) 764 : 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-24T01:33:43.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:42 smithi099 bash[16312]: audit 2024-01-24T01:33:42.296080+0000 mgr.smithi099.npjflm (mgr.14182) 765 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:43.877 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:45.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:44 smithi156 bash[19595]: cluster 2024-01-24T01:33:43.875427+0000 mgr.smithi099.npjflm (mgr.14182) 766 : 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-24T01:33:45.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:44 smithi099 bash[16312]: cluster 2024-01-24T01:33:43.875427+0000 mgr.smithi099.npjflm (mgr.14182) 766 : 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-24T01:33:47.015 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:47.015 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:47.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:46 smithi156 bash[19595]: cluster 2024-01-24T01:33:45.876798+0000 mgr.smithi099.npjflm (mgr.14182) 767 : 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-24T01:33:47.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:46 smithi099 bash[16312]: cluster 2024-01-24T01:33:45.876798+0000 mgr.smithi099.npjflm (mgr.14182) 767 : 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-24T01:33:47.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:47 smithi099 bash[16312]: audit 2024-01-24T01:33:47.003002+0000 mgr.smithi099.npjflm (mgr.14182) 768 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:47 smithi156 bash[19595]: audit 2024-01-24T01:33:47.003002+0000 mgr.smithi099.npjflm (mgr.14182) 768 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:48.657 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:48 smithi099 bash[16312]: cluster 2024-01-24T01:33:47.877920+0000 mgr.smithi099.npjflm (mgr.14182) 769 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:48 smithi156 bash[19595]: cluster 2024-01-24T01:33:47.877920+0000 mgr.smithi099.npjflm (mgr.14182) 769 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:51 smithi099 bash[16312]: cluster 2024-01-24T01:33:49.879289+0000 mgr.smithi099.npjflm (mgr.14182) 770 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:50 smithi156 bash[19595]: cluster 2024-01-24T01:33:49.879289+0000 mgr.smithi099.npjflm (mgr.14182) 770 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:33:52.048 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:52.048 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:52.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:53 smithi099 bash[16312]: cluster 2024-01-24T01:33:51.880497+0000 mgr.smithi099.npjflm (mgr.14182) 771 : 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-24T01:33:53.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:53 smithi099 bash[16312]: audit 2024-01-24T01:33:52.033812+0000 mgr.smithi099.npjflm (mgr.14182) 772 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:53 smithi156 bash[19595]: cluster 2024-01-24T01:33:51.880497+0000 mgr.smithi099.npjflm (mgr.14182) 771 : 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-24T01:33:53.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:53 smithi156 bash[19595]: audit 2024-01-24T01:33:52.033812+0000 mgr.smithi099.npjflm (mgr.14182) 772 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:53.648 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:55.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:55 smithi099 bash[16312]: cluster 2024-01-24T01:33:53.881536+0000 mgr.smithi099.npjflm (mgr.14182) 773 : 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-24T01:33:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:55 smithi156 bash[19595]: cluster 2024-01-24T01:33:53.881536+0000 mgr.smithi099.npjflm (mgr.14182) 773 : 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-24T01:33:56.892 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:33:56.893 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:33:57.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:57 smithi099 bash[16312]: cluster 2024-01-24T01:33:55.882768+0000 mgr.smithi099.npjflm (mgr.14182) 774 : 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-24T01:33:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:57 smithi156 bash[19595]: cluster 2024-01-24T01:33:55.882768+0000 mgr.smithi099.npjflm (mgr.14182) 774 : 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-24T01:33:57.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:33:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:58 smithi099 bash[16312]: audit 2024-01-24T01:33:56.882206+0000 mgr.smithi099.npjflm (mgr.14182) 775 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:58 smithi156 bash[19595]: audit 2024-01-24T01:33:56.882206+0000 mgr.smithi099.npjflm (mgr.14182) 775 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:33:58.548 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:33:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:33:59 smithi099 bash[16312]: cluster 2024-01-24T01:33:57.883837+0000 mgr.smithi099.npjflm (mgr.14182) 776 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:33:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:33:59 smithi156 bash[19595]: cluster 2024-01-24T01:33:57.883837+0000 mgr.smithi099.npjflm (mgr.14182) 776 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:00 smithi099 bash[16312]: cluster 2024-01-24T01:33:59.885200+0000 mgr.smithi099.npjflm (mgr.14182) 777 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:34:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:00 smithi156 bash[19595]: cluster 2024-01-24T01:33:59.885200+0000 mgr.smithi099.npjflm (mgr.14182) 777 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:34:01.982 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:01.983 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:02.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:03.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:02 smithi156 bash[19595]: cluster 2024-01-24T01:34:01.886466+0000 mgr.smithi099.npjflm (mgr.14182) 778 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:03.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:02 smithi156 bash[19595]: audit 2024-01-24T01:34:01.973985+0000 mgr.smithi099.npjflm (mgr.14182) 779 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:02 smithi099 bash[16312]: cluster 2024-01-24T01:34:01.886466+0000 mgr.smithi099.npjflm (mgr.14182) 778 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:03.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:02 smithi099 bash[16312]: audit 2024-01-24T01:34:01.973985+0000 mgr.smithi099.npjflm (mgr.14182) 779 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:03.599 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:05.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:04 smithi156 bash[19595]: cluster 2024-01-24T01:34:03.887504+0000 mgr.smithi099.npjflm (mgr.14182) 780 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:04 smithi099 bash[16312]: cluster 2024-01-24T01:34:03.887504+0000 mgr.smithi099.npjflm (mgr.14182) 780 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:06.744 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:06.744 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:07.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:06 smithi099 bash[16312]: cluster 2024-01-24T01:34:05.888788+0000 mgr.smithi099.npjflm (mgr.14182) 781 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:07.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:06 smithi156 bash[19595]: cluster 2024-01-24T01:34:05.888788+0000 mgr.smithi099.npjflm (mgr.14182) 781 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:07.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:08.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:07 smithi156 bash[19595]: audit 2024-01-24T01:34:06.732753+0000 mgr.smithi099.npjflm (mgr.14182) 782 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:08.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:07 smithi099 bash[16312]: audit 2024-01-24T01:34:06.732753+0000 mgr.smithi099.npjflm (mgr.14182) 782 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:08.354 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:09.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:08 smithi156 bash[19595]: cluster 2024-01-24T01:34:07.889889+0000 mgr.smithi099.npjflm (mgr.14182) 783 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:08 smithi099 bash[16312]: cluster 2024-01-24T01:34:07.889889+0000 mgr.smithi099.npjflm (mgr.14182) 783 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:34:10.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:09 smithi099 bash[16312]: audit 2024-01-24T01:34:09.857234+0000 mon.smithi099 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:34:10.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:09 smithi156 bash[19595]: audit 2024-01-24T01:34:09.857234+0000 mon.smithi099 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: cluster 2024-01-24T01:34:09.891092+0000 mgr.smithi099.npjflm (mgr.14182) 784 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: audit 2024-01-24T01:34:10.165595+0000 mon.smithi099 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: audit 2024-01-24T01:34:10.166919+0000 mon.smithi099 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: audit 2024-01-24T01:34:10.175208+0000 mon.smithi099 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: cluster 2024-01-24T01:34:10.176017+0000 mgr.smithi099.npjflm (mgr.14182) 785 : cluster [DBG] pgmap v538: 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-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: audit 2024-01-24T01:34:10.180791+0000 mon.smithi099 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: audit 2024-01-24T01:34:10.196142+0000 mon.smithi099 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: cephadm 2024-01-24T01:34:10.199441+0000 mgr.smithi099.npjflm (mgr.14182) 786 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qcrnnv on smithi156 2024-01-24T01:34:11.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: cluster 2024-01-24T01:34:10.888678+0000 mon.smithi099 (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:34:11.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:10 smithi099 bash[16312]: cluster 2024-01-24T01:34:10.888814+0000 mon.smithi099 (mon.0) 860 : cluster [INF] Cluster is now healthy 2024-01-24T01:34:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: cluster 2024-01-24T01:34:09.891092+0000 mgr.smithi099.npjflm (mgr.14182) 784 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:34:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: audit 2024-01-24T01:34:10.165595+0000 mon.smithi099 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:34:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: audit 2024-01-24T01:34:10.166919+0000 mon.smithi099 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:34:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: audit 2024-01-24T01:34:10.175208+0000 mon.smithi099 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: cluster 2024-01-24T01:34:10.176017+0000 mgr.smithi099.npjflm (mgr.14182) 785 : cluster [DBG] pgmap v538: 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-24T01:34:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: audit 2024-01-24T01:34:10.180791+0000 mon.smithi099 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:34:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: audit 2024-01-24T01:34:10.196142+0000 mon.smithi099 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:11.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: cephadm 2024-01-24T01:34:10.199441+0000 mgr.smithi099.npjflm (mgr.14182) 786 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qcrnnv on smithi156 2024-01-24T01:34:11.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: cluster 2024-01-24T01:34:10.888678+0000 mon.smithi099 (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:34:11.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:10 smithi156 bash[19595]: cluster 2024-01-24T01:34:10.888814+0000 mon.smithi099 (mon.0) 860 : cluster [INF] Cluster is now healthy 2024-01-24T01:34:11.667 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:11.667 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:32:01.692563Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hefeno on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:12.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:13.333 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:13 smithi156 bash[19595]: audit 2024-01-24T01:34:11.653571+0000 mgr.smithi099.npjflm (mgr.14182) 787 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:13 smithi156 bash[19595]: cluster 2024-01-24T01:34:12.177141+0000 mgr.smithi099.npjflm (mgr.14182) 788 : cluster [DBG] pgmap v539: 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-24T01:34:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:13 smithi156 bash[19595]: audit 2024-01-24T01:34:12.967946+0000 mon.smithi099 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:13.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:13 smithi099 bash[16312]: audit 2024-01-24T01:34:11.653571+0000 mgr.smithi099.npjflm (mgr.14182) 787 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:13 smithi099 bash[16312]: cluster 2024-01-24T01:34:12.177141+0000 mgr.smithi099.npjflm (mgr.14182) 788 : cluster [DBG] pgmap v539: 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-24T01:34:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:13 smithi099 bash[16312]: audit 2024-01-24T01:34:12.967946+0000 mon.smithi099 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:14.505 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:14 smithi099 bash[16312]: audit 2024-01-24T01:34:13.951107+0000 mon.smithi099 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qcrnnv"}]: dispatch 2024-01-24T01:34:14.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:14 smithi156 bash[19595]: audit 2024-01-24T01:34:13.951107+0000 mon.smithi099 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qcrnnv"}]: dispatch 2024-01-24T01:34:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: cephadm 2024-01-24T01:34:13.949999+0000 mgr.smithi099.npjflm (mgr.14182) 789 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qcrnnv ... 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qcrnnv ... 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: cephadm 2024-01-24T01:34:13.950528+0000 mgr.smithi099.npjflm (mgr.14182) 790 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: cephadm 2024-01-24T01:34:13.952690+0000 mgr.smithi099.npjflm (mgr.14182) 791 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qcrnnv ... 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: cephadm 2024-01-24T01:34:13.957230+0000 mgr.smithi099.npjflm (mgr.14182) 792 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.pitekg on smithi099 2024-01-24T01:34:15.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:15 smithi099 bash[16312]: cluster 2024-01-24T01:34:14.177843+0000 mgr.smithi099.npjflm (mgr.14182) 793 : cluster [DBG] pgmap v540: 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-24T01:34:15.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: cephadm 2024-01-24T01:34:13.949999+0000 mgr.smithi099.npjflm (mgr.14182) 789 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:15.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qcrnnv ... 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:34:15.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qcrnnv ... 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: cephadm 2024-01-24T01:34:13.950528+0000 mgr.smithi099.npjflm (mgr.14182) 790 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: cephadm 2024-01-24T01:34:13.952690+0000 mgr.smithi099.npjflm (mgr.14182) 791 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qcrnnv ... 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: cephadm 2024-01-24T01:34:13.957230+0000 mgr.smithi099.npjflm (mgr.14182) 792 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.pitekg on smithi099 2024-01-24T01:34:15.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:15 smithi156 bash[19595]: cluster 2024-01-24T01:34:14.177843+0000 mgr.smithi099.npjflm (mgr.14182) 793 : cluster [DBG] pgmap v540: 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-24T01:34:16.584 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:16.584 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:05.782763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pfpuee on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-pfpuee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.pfpuee\nDeploy daemon haproxy.nfs.foo.smithi156.pfpuee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.845631Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xrbgdm on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xrbgdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xrbgdm\nDeploy daemon haproxy.nfs.foo.smithi099.xrbgdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:33:09.850843Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shjzid on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:17.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:17.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:17 smithi099 bash[16312]: cluster 2024-01-24T01:34:16.178905+0000 mgr.smithi099.npjflm (mgr.14182) 794 : cluster [DBG] pgmap v541: 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-24T01:34:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:17 smithi156 bash[19595]: cluster 2024-01-24T01:34:16.178905+0000 mgr.smithi099.npjflm (mgr.14182) 794 : cluster [DBG] pgmap v541: 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-24T01:34:18.188 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:18.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:18 smithi099 bash[16312]: audit 2024-01-24T01:34:16.572435+0000 mgr.smithi099.npjflm (mgr.14182) 795 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:18.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:18 smithi099 bash[16312]: audit 2024-01-24T01:34:17.909075+0000 mon.smithi099 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.pitekg"}]: dispatch 2024-01-24T01:34:18.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:18 smithi156 bash[19595]: audit 2024-01-24T01:34:16.572435+0000 mgr.smithi099.npjflm (mgr.14182) 795 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:18.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:18 smithi156 bash[19595]: audit 2024-01-24T01:34:17.909075+0000 mon.smithi099 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.pitekg"}]: dispatch 2024-01-24T01:34:19.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: cephadm 2024-01-24T01:34:17.907578+0000 mgr.smithi099.npjflm (mgr.14182) 796 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:19.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.pitekg ... 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:34:19.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.pitekg ... 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: cephadm 2024-01-24T01:34:17.908163+0000 mgr.smithi099.npjflm (mgr.14182) 797 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: cephadm 2024-01-24T01:34:17.910719+0000 mgr.smithi099.npjflm (mgr.14182) 798 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.pitekg ... 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: cephadm 2024-01-24T01:34:17.912609+0000 mgr.smithi099.npjflm (mgr.14182) 799 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: cephadm 2024-01-24T01:34:17.914143+0000 mgr.smithi099.npjflm (mgr.14182) 800 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: cluster 2024-01-24T01:34:17.915300+0000 mgr.smithi099.npjflm (mgr.14182) 801 : cluster [DBG] pgmap v542: 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-24T01:34:19.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: cluster 2024-01-24T01:34:18.252925+0000 mon.smithi099 (mon.0) 864 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:34:19.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:19 smithi099 bash[16312]: audit 2024-01-24T01:34:18.621664+0000 mon.smithi099 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:19.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: cephadm 2024-01-24T01:34:17.907578+0000 mgr.smithi099.npjflm (mgr.14182) 796 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.pitekg ... 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:34:19.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.pitekg ... 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: cephadm 2024-01-24T01:34:17.908163+0000 mgr.smithi099.npjflm (mgr.14182) 797 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: cephadm 2024-01-24T01:34:17.910719+0000 mgr.smithi099.npjflm (mgr.14182) 798 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.pitekg ... 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: cephadm 2024-01-24T01:34:17.912609+0000 mgr.smithi099.npjflm (mgr.14182) 799 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: cephadm 2024-01-24T01:34:17.914143+0000 mgr.smithi099.npjflm (mgr.14182) 800 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:34:19.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: cluster 2024-01-24T01:34:17.915300+0000 mgr.smithi099.npjflm (mgr.14182) 801 : cluster [DBG] pgmap v542: 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-24T01:34:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: cluster 2024-01-24T01:34:18.252925+0000 mon.smithi099 (mon.0) 864 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:34:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:19 smithi156 bash[19595]: audit 2024-01-24T01:34:18.621664+0000 mon.smithi099 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:21.085 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:20 smithi099 bash[16312]: cluster 2024-01-24T01:34:19.916286+0000 mgr.smithi099.npjflm (mgr.14182) 802 : cluster [DBG] pgmap v543: 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-24T01:34:21.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:20 smithi156 bash[19595]: cluster 2024-01-24T01:34:19.916286+0000 mgr.smithi099.npjflm (mgr.14182) 802 : cluster [DBG] pgmap v543: 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-24T01:34:21.444 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:21.445 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:22.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:22.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:21 smithi156 bash[19595]: audit 2024-01-24T01:34:21.433705+0000 mgr.smithi099.npjflm (mgr.14182) 803 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:21 smithi099 bash[16312]: audit 2024-01-24T01:34:21.433705+0000 mgr.smithi099.npjflm (mgr.14182) 803 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:23.092 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:23.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:22 smithi156 bash[19595]: cluster 2024-01-24T01:34:21.917568+0000 mgr.smithi099.npjflm (mgr.14182) 804 : cluster [DBG] pgmap v544: 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-24T01:34:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:22 smithi099 bash[16312]: cluster 2024-01-24T01:34:21.917568+0000 mgr.smithi099.npjflm (mgr.14182) 804 : cluster [DBG] pgmap v544: 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-24T01:34:25.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:24 smithi156 bash[19595]: cluster 2024-01-24T01:34:23.918715+0000 mgr.smithi099.npjflm (mgr.14182) 805 : cluster [DBG] pgmap v545: 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-24T01:34:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:24 smithi099 bash[16312]: cluster 2024-01-24T01:34:23.918715+0000 mgr.smithi099.npjflm (mgr.14182) 805 : cluster [DBG] pgmap v545: 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-24T01:34:26.356 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:26.356 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:27.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:27.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:26 smithi156 bash[19595]: cluster 2024-01-24T01:34:25.920190+0000 mgr.smithi099.npjflm (mgr.14182) 806 : cluster [DBG] pgmap v546: 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-24T01:34:27.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:26 smithi156 bash[19595]: audit 2024-01-24T01:34:26.342193+0000 mgr.smithi099.npjflm (mgr.14182) 807 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:26 smithi099 bash[16312]: cluster 2024-01-24T01:34:25.920190+0000 mgr.smithi099.npjflm (mgr.14182) 806 : cluster [DBG] pgmap v546: 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-24T01:34:27.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:26 smithi099 bash[16312]: audit 2024-01-24T01:34:26.342193+0000 mgr.smithi099.npjflm (mgr.14182) 807 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:28.017 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:28 smithi156 bash[19595]: cluster 2024-01-24T01:34:27.921496+0000 mgr.smithi099.npjflm (mgr.14182) 808 : cluster [DBG] pgmap v547: 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-24T01:34:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:28 smithi156 bash[19595]: audit 2024-01-24T01:34:27.966999+0000 mon.smithi099 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:29.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:28 smithi099 bash[16312]: cluster 2024-01-24T01:34:27.921496+0000 mgr.smithi099.npjflm (mgr.14182) 808 : cluster [DBG] pgmap v547: 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-24T01:34:29.265 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:28 smithi099 bash[16312]: audit 2024-01-24T01:34:27.966999+0000 mon.smithi099 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:34:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:30 smithi099 bash[16312]: cluster 2024-01-24T01:34:29.922789+0000 mgr.smithi099.npjflm (mgr.14182) 809 : 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-24T01:34:31.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:30 smithi156 bash[19595]: cluster 2024-01-24T01:34:29.922789+0000 mgr.smithi099.npjflm (mgr.14182) 809 : 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-24T01:34:31.326 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:31.327 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:31.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:32.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:31 smithi156 bash[19595]: audit 2024-01-24T01:34:31.314757+0000 mgr.smithi099.npjflm (mgr.14182) 810 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:32.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:31 smithi099 bash[16312]: audit 2024-01-24T01:34:31.314757+0000 mgr.smithi099.npjflm (mgr.14182) 810 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:32.967 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:33.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:32 smithi156 bash[19595]: cluster 2024-01-24T01:34:31.924086+0000 mgr.smithi099.npjflm (mgr.14182) 811 : 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-24T01:34:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:32 smithi099 bash[16312]: cluster 2024-01-24T01:34:31.924086+0000 mgr.smithi099.npjflm (mgr.14182) 811 : 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-24T01:34:35.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:34 smithi156 bash[19595]: cluster 2024-01-24T01:34:33.925356+0000 mgr.smithi099.npjflm (mgr.14182) 812 : 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-24T01:34:35.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:34 smithi099 bash[16312]: cluster 2024-01-24T01:34:33.925356+0000 mgr.smithi099.npjflm (mgr.14182) 812 : 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-24T01:34:36.231 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:36.232 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:36.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:37.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:36 smithi156 bash[19595]: cluster 2024-01-24T01:34:35.926530+0000 mgr.smithi099.npjflm (mgr.14182) 813 : 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-24T01:34:37.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:36 smithi156 bash[19595]: audit 2024-01-24T01:34:36.218041+0000 mgr.smithi099.npjflm (mgr.14182) 814 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:36 smithi099 bash[16312]: cluster 2024-01-24T01:34:35.926530+0000 mgr.smithi099.npjflm (mgr.14182) 813 : 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-24T01:34:37.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:36 smithi099 bash[16312]: audit 2024-01-24T01:34:36.218041+0000 mgr.smithi099.npjflm (mgr.14182) 814 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:37.895 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:39.343 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:38 smithi099 bash[16312]: cluster 2024-01-24T01:34:37.927716+0000 mgr.smithi099.npjflm (mgr.14182) 815 : 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-24T01:34:39.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:38 smithi156 bash[19595]: cluster 2024-01-24T01:34:37.927716+0000 mgr.smithi099.npjflm (mgr.14182) 815 : 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-24T01:34:41.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:40 smithi099 bash[16312]: cluster 2024-01-24T01:34:39.928761+0000 mgr.smithi099.npjflm (mgr.14182) 816 : 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-24T01:34:41.173 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:41.173 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:41.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:40 smithi156 bash[19595]: cluster 2024-01-24T01:34:39.928761+0000 mgr.smithi099.npjflm (mgr.14182) 816 : 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-24T01:34:41.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:42.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:41 smithi156 bash[19595]: audit 2024-01-24T01:34:41.166823+0000 mgr.smithi099.npjflm (mgr.14182) 817 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:42.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:41 smithi099 bash[16312]: audit 2024-01-24T01:34:41.166823+0000 mgr.smithi099.npjflm (mgr.14182) 817 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:42.859 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:43.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:42 smithi156 bash[19595]: cluster 2024-01-24T01:34:41.929736+0000 mgr.smithi099.npjflm (mgr.14182) 818 : 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-24T01:34:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:42 smithi099 bash[16312]: cluster 2024-01-24T01:34:41.929736+0000 mgr.smithi099.npjflm (mgr.14182) 818 : 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-24T01:34:45.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:44 smithi156 bash[19595]: cluster 2024-01-24T01:34:43.930438+0000 mgr.smithi099.npjflm (mgr.14182) 819 : 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-24T01:34:45.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:44 smithi099 bash[16312]: cluster 2024-01-24T01:34:43.930438+0000 mgr.smithi099.npjflm (mgr.14182) 819 : 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-24T01:34:46.130 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:46.130 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:46.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:47.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:46 smithi099 bash[16312]: cluster 2024-01-24T01:34:45.931314+0000 mgr.smithi099.npjflm (mgr.14182) 820 : 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-24T01:34:47.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:46 smithi099 bash[16312]: audit 2024-01-24T01:34:46.120896+0000 mgr.smithi099.npjflm (mgr.14182) 821 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:47.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:46 smithi156 bash[19595]: cluster 2024-01-24T01:34:45.931314+0000 mgr.smithi099.npjflm (mgr.14182) 820 : 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-24T01:34:47.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:46 smithi156 bash[19595]: audit 2024-01-24T01:34:46.120896+0000 mgr.smithi099.npjflm (mgr.14182) 821 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:47.799 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:49.227 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:49 smithi099 bash[16312]: cluster 2024-01-24T01:34:47.932451+0000 mgr.smithi099.npjflm (mgr.14182) 822 : 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-24T01:34:49.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:48 smithi156 bash[19595]: cluster 2024-01-24T01:34:47.932451+0000 mgr.smithi099.npjflm (mgr.14182) 822 : 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-24T01:34:51.039 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:51.039 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:51.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:50 smithi156 bash[19595]: cluster 2024-01-24T01:34:49.933627+0000 mgr.smithi099.npjflm (mgr.14182) 823 : 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-24T01:34:51.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:50 smithi099 bash[16312]: cluster 2024-01-24T01:34:49.933627+0000 mgr.smithi099.npjflm (mgr.14182) 823 : 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-24T01:34:51.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:52.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:51 smithi099 bash[16312]: audit 2024-01-24T01:34:51.028952+0000 mgr.smithi099.npjflm (mgr.14182) 824 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:52.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:51 smithi156 bash[19595]: audit 2024-01-24T01:34:51.028952+0000 mgr.smithi099.npjflm (mgr.14182) 824 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:52.714 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:53.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:52 smithi099 bash[16312]: cluster 2024-01-24T01:34:51.934911+0000 mgr.smithi099.npjflm (mgr.14182) 825 : 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-24T01:34:53.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:52 smithi156 bash[19595]: cluster 2024-01-24T01:34:51.934911+0000 mgr.smithi099.npjflm (mgr.14182) 825 : 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-24T01:34:55.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:54 smithi099 bash[16312]: cluster 2024-01-24T01:34:53.936035+0000 mgr.smithi099.npjflm (mgr.14182) 826 : 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-24T01:34:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:54 smithi156 bash[19595]: cluster 2024-01-24T01:34:53.936035+0000 mgr.smithi099.npjflm (mgr.14182) 826 : 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-24T01:34:55.867 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:34:55.868 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:34:56.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:34:57.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:57 smithi099 bash[16312]: audit 2024-01-24T01:34:55.859447+0000 mgr.smithi099.npjflm (mgr.14182) 827 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:57 smithi099 bash[16312]: cluster 2024-01-24T01:34:55.937280+0000 mgr.smithi099.npjflm (mgr.14182) 828 : 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-24T01:34:57.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:56 smithi156 bash[19595]: audit 2024-01-24T01:34:55.859447+0000 mgr.smithi099.npjflm (mgr.14182) 827 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:34:57.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:56 smithi156 bash[19595]: cluster 2024-01-24T01:34:55.937280+0000 mgr.smithi099.npjflm (mgr.14182) 828 : 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-24T01:34:57.529 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:34:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:34:59 smithi099 bash[16312]: cluster 2024-01-24T01:34:57.938433+0000 mgr.smithi099.npjflm (mgr.14182) 829 : 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-24T01:34:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:34:59 smithi156 bash[19595]: cluster 2024-01-24T01:34:57.938433+0000 mgr.smithi099.npjflm (mgr.14182) 829 : 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-24T01:35:00.777 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:00.777 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:00 smithi099 bash[16312]: cluster 2024-01-24T01:34:59.939552+0000 mgr.smithi099.npjflm (mgr.14182) 830 : 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-24T01:35:01.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:00 smithi156 bash[19595]: cluster 2024-01-24T01:34:59.939552+0000 mgr.smithi099.npjflm (mgr.14182) 830 : 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-24T01:35:01.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:02.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:01 smithi156 bash[19595]: audit 2024-01-24T01:35:00.763126+0000 mgr.smithi099.npjflm (mgr.14182) 831 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:02.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:01 smithi099 bash[16312]: audit 2024-01-24T01:35:00.763126+0000 mgr.smithi099.npjflm (mgr.14182) 831 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:02.431 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:03.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:02 smithi156 bash[19595]: cluster 2024-01-24T01:35:01.940775+0000 mgr.smithi099.npjflm (mgr.14182) 832 : 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-24T01:35:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:02 smithi099 bash[16312]: cluster 2024-01-24T01:35:01.940775+0000 mgr.smithi099.npjflm (mgr.14182) 832 : 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-24T01:35:05.336 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:04 smithi099 bash[16312]: cluster 2024-01-24T01:35:03.941820+0000 mgr.smithi099.npjflm (mgr.14182) 833 : 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-24T01:35:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:04 smithi156 bash[19595]: cluster 2024-01-24T01:35:03.941820+0000 mgr.smithi099.npjflm (mgr.14182) 833 : 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-24T01:35:05.778 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:05.778 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:06.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:07.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:07 smithi099 bash[16312]: audit 2024-01-24T01:35:05.765077+0000 mgr.smithi099.npjflm (mgr.14182) 834 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:07.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:07 smithi099 bash[16312]: cluster 2024-01-24T01:35:05.943082+0000 mgr.smithi099.npjflm (mgr.14182) 835 : 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-24T01:35:07.374 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:07 smithi156 bash[19595]: audit 2024-01-24T01:35:05.765077+0000 mgr.smithi099.npjflm (mgr.14182) 834 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:07 smithi156 bash[19595]: cluster 2024-01-24T01:35:05.943082+0000 mgr.smithi099.npjflm (mgr.14182) 835 : 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-24T01:35:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:09 smithi099 bash[16312]: cluster 2024-01-24T01:35:07.944214+0000 mgr.smithi099.npjflm (mgr.14182) 836 : 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-24T01:35:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:09 smithi156 bash[19595]: cluster 2024-01-24T01:35:07.944214+0000 mgr.smithi099.npjflm (mgr.14182) 836 : 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-24T01:35:10.627 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:10.627 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:11.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:10 smithi099 bash[16312]: cluster 2024-01-24T01:35:09.945323+0000 mgr.smithi099.npjflm (mgr.14182) 837 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:35:11.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:10 smithi156 bash[19595]: cluster 2024-01-24T01:35:09.945323+0000 mgr.smithi099.npjflm (mgr.14182) 837 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:35:11.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:12.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:11 smithi156 bash[19595]: audit 2024-01-24T01:35:10.614107+0000 mgr.smithi099.npjflm (mgr.14182) 838 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:12.256 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:12.268 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:11 smithi099 bash[16312]: audit 2024-01-24T01:35:10.614107+0000 mgr.smithi099.npjflm (mgr.14182) 838 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:13.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:12 smithi156 bash[19595]: cluster 2024-01-24T01:35:11.946607+0000 mgr.smithi099.npjflm (mgr.14182) 839 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:12 smithi099 bash[16312]: cluster 2024-01-24T01:35:11.946607+0000 mgr.smithi099.npjflm (mgr.14182) 839 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:15 smithi099 bash[16312]: cluster 2024-01-24T01:35:13.947803+0000 mgr.smithi099.npjflm (mgr.14182) 840 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:15.493 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:15.493 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:15.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:15 smithi156 bash[19595]: cluster 2024-01-24T01:35:13.947803+0000 mgr.smithi099.npjflm (mgr.14182) 840 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:16.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:17.154 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:17 smithi099 bash[16312]: audit 2024-01-24T01:35:15.480389+0000 mgr.smithi099.npjflm (mgr.14182) 841 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:17 smithi099 bash[16312]: cluster 2024-01-24T01:35:15.949101+0000 mgr.smithi099.npjflm (mgr.14182) 842 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:17.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:17 smithi156 bash[19595]: audit 2024-01-24T01:35:15.480389+0000 mgr.smithi099.npjflm (mgr.14182) 841 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:17.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:17 smithi156 bash[19595]: cluster 2024-01-24T01:35:15.949101+0000 mgr.smithi099.npjflm (mgr.14182) 842 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:18.290 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:18 smithi099 bash[16312]: audit 2024-01-24T01:35:17.917756+0000 mon.smithi099 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:35:18.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:18 smithi156 bash[19595]: audit 2024-01-24T01:35:17.917756+0000 mon.smithi099 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: cluster 2024-01-24T01:35:17.950271+0000 mgr.smithi099.npjflm (mgr.14182) 843 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: audit 2024-01-24T01:35:18.252229+0000 mon.smithi099 (mon.0) 868 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: audit 2024-01-24T01:35:18.255114+0000 mon.smithi099 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: audit 2024-01-24T01:35:18.261108+0000 mon.smithi099 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: cluster 2024-01-24T01:35:18.261858+0000 mgr.smithi099.npjflm (mgr.14182) 844 : cluster [DBG] pgmap v573: 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-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: audit 2024-01-24T01:35:18.266625+0000 mon.smithi099 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: audit 2024-01-24T01:35:18.277933+0000 mon.smithi099 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:35:19.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:19 smithi099 bash[16312]: cephadm 2024-01-24T01:35:18.280897+0000 mgr.smithi099.npjflm (mgr.14182) 845 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.udjuie on smithi156 2024-01-24T01:35:19.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: cluster 2024-01-24T01:35:17.950271+0000 mgr.smithi099.npjflm (mgr.14182) 843 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:35:19.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: audit 2024-01-24T01:35:18.252229+0000 mon.smithi099 (mon.0) 868 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:35:19.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: audit 2024-01-24T01:35:18.255114+0000 mon.smithi099 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:35:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: audit 2024-01-24T01:35:18.261108+0000 mon.smithi099 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:35:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: cluster 2024-01-24T01:35:18.261858+0000 mgr.smithi099.npjflm (mgr.14182) 844 : cluster [DBG] pgmap v573: 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-24T01:35:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: audit 2024-01-24T01:35:18.266625+0000 mon.smithi099 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:35:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: audit 2024-01-24T01:35:18.277933+0000 mon.smithi099 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:35:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:19 smithi156 bash[19595]: cephadm 2024-01-24T01:35:18.280897+0000 mgr.smithi099.npjflm (mgr.14182) 845 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.udjuie on smithi156 2024-01-24T01:35:20.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:20 smithi099 bash[16312]: cluster 2024-01-24T01:35:19.259042+0000 mon.smithi099 (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:35:20.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:20 smithi099 bash[16312]: cluster 2024-01-24T01:35:19.259133+0000 mon.smithi099 (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-01-24T01:35:20.395 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:20.395 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:33:09.853165Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.igndoz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:20.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:20 smithi156 bash[19595]: cluster 2024-01-24T01:35:19.259042+0000 mon.smithi099 (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:35:20.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:20 smithi156 bash[19595]: cluster 2024-01-24T01:35:19.259133+0000 mon.smithi099 (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-01-24T01:35:21.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:21 smithi099 bash[16312]: cluster 2024-01-24T01:35:20.262719+0000 mgr.smithi099.npjflm (mgr.14182) 846 : cluster [DBG] pgmap v574: 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-24T01:35:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:21 smithi099 bash[16312]: audit 2024-01-24T01:35:20.386260+0000 mgr.smithi099.npjflm (mgr.14182) 847 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:21 smithi156 bash[19595]: cluster 2024-01-24T01:35:20.262719+0000 mgr.smithi099.npjflm (mgr.14182) 846 : cluster [DBG] pgmap v574: 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-24T01:35:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:21 smithi156 bash[19595]: audit 2024-01-24T01:35:20.386260+0000 mgr.smithi099.npjflm (mgr.14182) 847 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:22.030 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:23.478 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: cluster 2024-01-24T01:35:22.263760+0000 mgr.smithi099.npjflm (mgr.14182) 848 : cluster [DBG] pgmap v575: 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-24T01:35:23.478 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: cephadm 2024-01-24T01:35:22.357303+0000 mgr.smithi099.npjflm (mgr.14182) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.478 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:23.478 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.478 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.478 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:23.478 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.udjuie ... 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.479 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.udjuie ... 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: cephadm 2024-01-24T01:35:22.357838+0000 mgr.smithi099.npjflm (mgr.14182) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: audit 2024-01-24T01:35:22.358424+0000 mon.smithi099 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.udjuie"}]: dispatch 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: cephadm 2024-01-24T01:35:22.359968+0000 mgr.smithi099.npjflm (mgr.14182) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.480 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.udjuie ... 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.481 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:23 smithi099 bash[16312]: cephadm 2024-01-24T01:35:22.365351+0000 mgr.smithi099.npjflm (mgr.14182) 852 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.nqtqwu on smithi099 2024-01-24T01:35:23.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: cluster 2024-01-24T01:35:22.263760+0000 mgr.smithi099.npjflm (mgr.14182) 848 : cluster [DBG] pgmap v575: 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-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: cephadm 2024-01-24T01:35:22.357303+0000 mgr.smithi099.npjflm (mgr.14182) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.udjuie ... 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.udjuie ... 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: cephadm 2024-01-24T01:35:22.357838+0000 mgr.smithi099.npjflm (mgr.14182) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: audit 2024-01-24T01:35:22.358424+0000 mon.smithi099 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.udjuie"}]: dispatch 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: cephadm 2024-01-24T01:35:22.359968+0000 mgr.smithi099.npjflm (mgr.14182) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie 2024-01-24T01:35:23.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.udjuie ... 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:23.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:23 smithi156 bash[19595]: cephadm 2024-01-24T01:35:22.365351+0000 mgr.smithi099.npjflm (mgr.14182) 852 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.nqtqwu on smithi099 2024-01-24T01:35:25.261 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:25.262 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:13.952456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qcrnnv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qcrnnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qcrnnv\nDeploy daemon haproxy.nfs.foo.smithi156.qcrnnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.910407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pitekg on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pitekg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pitekg\nDeploy daemon haproxy.nfs.foo.smithi099.pitekg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:34:17.912505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dluuzz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:25 smithi099 bash[16312]: cluster 2024-01-24T01:35:24.264666+0000 mgr.smithi099.npjflm (mgr.14182) 853 : cluster [DBG] pgmap v576: 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-24T01:35:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:25 smithi156 bash[19595]: cluster 2024-01-24T01:35:24.264666+0000 mgr.smithi099.npjflm (mgr.14182) 853 : cluster [DBG] pgmap v576: 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-24T01:35:25.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:26 smithi099 bash[16312]: audit 2024-01-24T01:35:25.251113+0000 mgr.smithi099.npjflm (mgr.14182) 854 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:26 smithi099 bash[16312]: audit 2024-01-24T01:35:26.063084+0000 mon.smithi099 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.nqtqwu"}]: dispatch 2024-01-24T01:35:26.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:26 smithi156 bash[19595]: audit 2024-01-24T01:35:25.251113+0000 mgr.smithi099.npjflm (mgr.14182) 854 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:26.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:26 smithi156 bash[19595]: audit 2024-01-24T01:35:26.063084+0000 mon.smithi099 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.nqtqwu"}]: dispatch 2024-01-24T01:35:26.914 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:27.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: cephadm 2024-01-24T01:35:26.061732+0000 mgr.smithi099.npjflm (mgr.14182) 855 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:27.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.nqtqwu ... 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.nqtqwu ... 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: cephadm 2024-01-24T01:35:26.062299+0000 mgr.smithi099.npjflm (mgr.14182) 856 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: cephadm 2024-01-24T01:35:26.064809+0000 mgr.smithi099.npjflm (mgr.14182) 857 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.nqtqwu ... 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: cephadm 2024-01-24T01:35:26.069835+0000 mgr.smithi099.npjflm (mgr.14182) 858 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: cephadm 2024-01-24T01:35:26.072177+0000 mgr.smithi099.npjflm (mgr.14182) 859 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: cluster 2024-01-24T01:35:26.073388+0000 mgr.smithi099.npjflm (mgr.14182) 860 : cluster [DBG] pgmap v577: 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-24T01:35:27.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:27 smithi099 bash[16312]: cluster 2024-01-24T01:35:26.327346+0000 mon.smithi099 (mon.0) 877 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:35:27.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: cephadm 2024-01-24T01:35:26.061732+0000 mgr.smithi099.npjflm (mgr.14182) 855 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:27.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:27.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.nqtqwu ... 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.nqtqwu ... 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: cephadm 2024-01-24T01:35:26.062299+0000 mgr.smithi099.npjflm (mgr.14182) 856 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: cephadm 2024-01-24T01:35:26.064809+0000 mgr.smithi099.npjflm (mgr.14182) 857 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.nqtqwu ... 2024-01-24T01:35:27.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: cephadm 2024-01-24T01:35:26.069835+0000 mgr.smithi099.npjflm (mgr.14182) 858 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: cephadm 2024-01-24T01:35:26.072177+0000 mgr.smithi099.npjflm (mgr.14182) 859 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: cluster 2024-01-24T01:35:26.073388+0000 mgr.smithi099.npjflm (mgr.14182) 860 : cluster [DBG] pgmap v577: 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-24T01:35:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:27 smithi156 bash[19595]: cluster 2024-01-24T01:35:26.327346+0000 mon.smithi099 (mon.0) 877 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:35:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:29 smithi156 bash[19595]: cluster 2024-01-24T01:35:28.074432+0000 mgr.smithi099.npjflm (mgr.14182) 861 : cluster [DBG] pgmap v578: 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-24T01:35:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:29 smithi156 bash[19595]: audit 2024-01-24T01:35:28.673939+0000 mon.smithi099 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:35:29.745 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:29 smithi099 bash[16312]: cluster 2024-01-24T01:35:28.074432+0000 mgr.smithi099.npjflm (mgr.14182) 861 : cluster [DBG] pgmap v578: 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-24T01:35:29.745 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:29 smithi099 bash[16312]: audit 2024-01-24T01:35:28.673939+0000 mon.smithi099 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:35:30.180 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:30.180 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:30.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:31.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:30 smithi099 bash[16312]: cluster 2024-01-24T01:35:30.075183+0000 mgr.smithi099.npjflm (mgr.14182) 862 : cluster [DBG] pgmap v579: 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-24T01:35:31.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:30 smithi099 bash[16312]: audit 2024-01-24T01:35:30.166516+0000 mgr.smithi099.npjflm (mgr.14182) 863 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:31.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:30 smithi156 bash[19595]: cluster 2024-01-24T01:35:30.075183+0000 mgr.smithi099.npjflm (mgr.14182) 862 : cluster [DBG] pgmap v579: 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-24T01:35:31.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:30 smithi156 bash[19595]: audit 2024-01-24T01:35:30.166516+0000 mgr.smithi099.npjflm (mgr.14182) 863 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:31.848 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:33.243 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:33 smithi099 bash[16312]: cluster 2024-01-24T01:35:32.075857+0000 mgr.smithi099.npjflm (mgr.14182) 864 : cluster [DBG] pgmap v580: 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-24T01:35:33.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:33 smithi156 bash[19595]: cluster 2024-01-24T01:35:32.075857+0000 mgr.smithi099.npjflm (mgr.14182) 864 : cluster [DBG] pgmap v580: 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-24T01:35:35.106 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:35.106 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:35 smithi156 bash[19595]: cluster 2024-01-24T01:35:34.076510+0000 mgr.smithi099.npjflm (mgr.14182) 865 : cluster [DBG] pgmap v581: 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-24T01:35:35.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:35 smithi099 bash[16312]: cluster 2024-01-24T01:35:34.076510+0000 mgr.smithi099.npjflm (mgr.14182) 865 : cluster [DBG] pgmap v581: 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-24T01:35:35.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:36.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:36 smithi156 bash[19595]: audit 2024-01-24T01:35:35.100499+0000 mgr.smithi099.npjflm (mgr.14182) 866 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:36.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:36 smithi099 bash[16312]: audit 2024-01-24T01:35:35.100499+0000 mgr.smithi099.npjflm (mgr.14182) 866 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:36.723 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:37 smithi156 bash[19595]: cluster 2024-01-24T01:35:36.077732+0000 mgr.smithi099.npjflm (mgr.14182) 867 : cluster [DBG] pgmap v582: 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-24T01:35:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:37 smithi099 bash[16312]: cluster 2024-01-24T01:35:36.077732+0000 mgr.smithi099.npjflm (mgr.14182) 867 : cluster [DBG] pgmap v582: 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-24T01:35:39.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:39 smithi156 bash[19595]: cluster 2024-01-24T01:35:38.078480+0000 mgr.smithi099.npjflm (mgr.14182) 868 : 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-24T01:35:39.496 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:39 smithi099 bash[16312]: cluster 2024-01-24T01:35:38.078480+0000 mgr.smithi099.npjflm (mgr.14182) 868 : 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-24T01:35:39.931 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:39.931 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:40.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:41.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:40 smithi156 bash[19595]: audit 2024-01-24T01:35:39.925316+0000 mgr.smithi099.npjflm (mgr.14182) 869 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:41.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:40 smithi156 bash[19595]: cluster 2024-01-24T01:35:40.079553+0000 mgr.smithi099.npjflm (mgr.14182) 870 : 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-24T01:35:41.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:40 smithi099 bash[16312]: audit 2024-01-24T01:35:39.925316+0000 mgr.smithi099.npjflm (mgr.14182) 869 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:41.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:40 smithi099 bash[16312]: cluster 2024-01-24T01:35:40.079553+0000 mgr.smithi099.npjflm (mgr.14182) 870 : 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-24T01:35:41.594 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:43.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:43 smithi156 bash[19595]: cluster 2024-01-24T01:35:42.080837+0000 mgr.smithi099.npjflm (mgr.14182) 871 : 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-24T01:35:43.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:43 smithi099 bash[16312]: cluster 2024-01-24T01:35:42.080837+0000 mgr.smithi099.npjflm (mgr.14182) 871 : 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-24T01:35:44.784 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:44.784 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:45.398 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:45 smithi099 bash[16312]: cluster 2024-01-24T01:35:44.081735+0000 mgr.smithi099.npjflm (mgr.14182) 872 : 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-24T01:35:45.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:45 smithi156 bash[19595]: cluster 2024-01-24T01:35:44.081735+0000 mgr.smithi099.npjflm (mgr.14182) 872 : 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-24T01:35:46.400 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:46.412 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:46 smithi099 bash[16312]: audit 2024-01-24T01:35:44.777832+0000 mgr.smithi099.npjflm (mgr.14182) 873 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:46 smithi156 bash[19595]: audit 2024-01-24T01:35:44.777832+0000 mgr.smithi099.npjflm (mgr.14182) 873 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:47.425 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:47 smithi099 bash[16312]: cluster 2024-01-24T01:35:46.082964+0000 mgr.smithi099.npjflm (mgr.14182) 874 : 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-24T01:35:47.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:47 smithi156 bash[19595]: cluster 2024-01-24T01:35:46.082964+0000 mgr.smithi099.npjflm (mgr.14182) 874 : 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-24T01:35:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:49 smithi099 bash[16312]: cluster 2024-01-24T01:35:48.084249+0000 mgr.smithi099.npjflm (mgr.14182) 875 : 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-24T01:35:49.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:49 smithi156 bash[19595]: cluster 2024-01-24T01:35:48.084249+0000 mgr.smithi099.npjflm (mgr.14182) 875 : 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-24T01:35:49.502 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:49.502 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:50.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:50 smithi099 bash[16312]: audit 2024-01-24T01:35:49.489672+0000 mgr.smithi099.npjflm (mgr.14182) 876 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:51.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:50 smithi099 bash[16312]: cluster 2024-01-24T01:35:50.085550+0000 mgr.smithi099.npjflm (mgr.14182) 877 : 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-24T01:35:51.122 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:51.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:50 smithi156 bash[19595]: audit 2024-01-24T01:35:49.489672+0000 mgr.smithi099.npjflm (mgr.14182) 876 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:51.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:50 smithi156 bash[19595]: cluster 2024-01-24T01:35:50.085550+0000 mgr.smithi099.npjflm (mgr.14182) 877 : 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-24T01:35:53.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:53 smithi156 bash[19595]: cluster 2024-01-24T01:35:52.086821+0000 mgr.smithi099.npjflm (mgr.14182) 878 : 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-24T01:35:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:53 smithi099 bash[16312]: cluster 2024-01-24T01:35:52.086821+0000 mgr.smithi099.npjflm (mgr.14182) 878 : 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-24T01:35:54.569 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:54.569 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:55.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:35:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:55 smithi156 bash[19595]: cluster 2024-01-24T01:35:54.088007+0000 mgr.smithi099.npjflm (mgr.14182) 879 : 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-24T01:35:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:55 smithi099 bash[16312]: cluster 2024-01-24T01:35:54.088007+0000 mgr.smithi099.npjflm (mgr.14182) 879 : 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-24T01:35:56.204 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:35:56.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:56 smithi156 bash[19595]: audit 2024-01-24T01:35:54.555966+0000 mgr.smithi099.npjflm (mgr.14182) 880 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:56 smithi099 bash[16312]: audit 2024-01-24T01:35:54.555966+0000 mgr.smithi099.npjflm (mgr.14182) 880 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:35:57.437 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:57 smithi099 bash[16312]: cluster 2024-01-24T01:35:56.089687+0000 mgr.smithi099.npjflm (mgr.14182) 881 : 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-24T01:35:57.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:57 smithi156 bash[19595]: cluster 2024-01-24T01:35:56.089687+0000 mgr.smithi099.npjflm (mgr.14182) 881 : 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-24T01:35:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:35:59 smithi099 bash[16312]: cluster 2024-01-24T01:35:58.090845+0000 mgr.smithi099.npjflm (mgr.14182) 882 : 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-24T01:35:59.415 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:35:59.415 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:35:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:35:59 smithi156 bash[19595]: cluster 2024-01-24T01:35:58.090845+0000 mgr.smithi099.npjflm (mgr.14182) 882 : 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-24T01:36:00.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:00.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:00 smithi099 bash[16312]: audit 2024-01-24T01:35:59.409483+0000 mgr.smithi099.npjflm (mgr.14182) 883 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:00 smithi156 bash[19595]: audit 2024-01-24T01:35:59.409483+0000 mgr.smithi099.npjflm (mgr.14182) 883 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:01.058 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:01.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:01 smithi099 bash[16312]: cluster 2024-01-24T01:36:00.091602+0000 mgr.smithi099.npjflm (mgr.14182) 884 : 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-24T01:36:01.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:01 smithi156 bash[19595]: cluster 2024-01-24T01:36:00.091602+0000 mgr.smithi099.npjflm (mgr.14182) 884 : 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-24T01:36:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:03 smithi156 bash[19595]: cluster 2024-01-24T01:36:02.092868+0000 mgr.smithi099.npjflm (mgr.14182) 885 : 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-24T01:36:03.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:03 smithi099 bash[16312]: cluster 2024-01-24T01:36:02.092868+0000 mgr.smithi099.npjflm (mgr.14182) 885 : 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-24T01:36:04.290 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:04.291 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:04.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:05 smithi156 bash[19595]: cluster 2024-01-24T01:36:04.093760+0000 mgr.smithi099.npjflm (mgr.14182) 886 : 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-24T01:36:05.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:05 smithi156 bash[19595]: audit 2024-01-24T01:36:04.279831+0000 mgr.smithi099.npjflm (mgr.14182) 887 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:05.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:05 smithi099 bash[16312]: cluster 2024-01-24T01:36:04.093760+0000 mgr.smithi099.npjflm (mgr.14182) 886 : 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-24T01:36:05.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:05 smithi099 bash[16312]: audit 2024-01-24T01:36:04.279831+0000 mgr.smithi099.npjflm (mgr.14182) 887 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:05.906 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:07.307 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:07 smithi099 bash[16312]: cluster 2024-01-24T01:36:06.094971+0000 mgr.smithi099.npjflm (mgr.14182) 888 : 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-24T01:36:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:07 smithi156 bash[19595]: cluster 2024-01-24T01:36:06.094971+0000 mgr.smithi099.npjflm (mgr.14182) 888 : 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-24T01:36:09.338 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:09.338 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:09 smithi156 bash[19595]: cluster 2024-01-24T01:36:08.096154+0000 mgr.smithi099.npjflm (mgr.14182) 889 : 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-24T01:36:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:09 smithi099 bash[16312]: cluster 2024-01-24T01:36:08.096154+0000 mgr.smithi099.npjflm (mgr.14182) 889 : 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-24T01:36:10.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:10 smithi099 bash[16312]: audit 2024-01-24T01:36:09.332307+0000 mgr.smithi099.npjflm (mgr.14182) 890 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:10.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:10 smithi156 bash[19595]: audit 2024-01-24T01:36:09.332307+0000 mgr.smithi099.npjflm (mgr.14182) 890 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:11.015 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:11.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:11 smithi099 bash[16312]: cluster 2024-01-24T01:36:10.097392+0000 mgr.smithi099.npjflm (mgr.14182) 891 : 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-24T01:36:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:11 smithi156 bash[19595]: cluster 2024-01-24T01:36:10.097392+0000 mgr.smithi099.npjflm (mgr.14182) 891 : 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-24T01:36:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:13 smithi156 bash[19595]: cluster 2024-01-24T01:36:12.098133+0000 mgr.smithi099.npjflm (mgr.14182) 892 : 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-24T01:36:13.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:13 smithi099 bash[16312]: cluster 2024-01-24T01:36:12.098133+0000 mgr.smithi099.npjflm (mgr.14182) 892 : 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-24T01:36:14.438 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:14.438 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:15.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:15 smithi099 bash[16312]: cluster 2024-01-24T01:36:14.099171+0000 mgr.smithi099.npjflm (mgr.14182) 893 : 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-24T01:36:15.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:15 smithi099 bash[16312]: audit 2024-01-24T01:36:14.425574+0000 mgr.smithi099.npjflm (mgr.14182) 894 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:15.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:15 smithi156 bash[19595]: cluster 2024-01-24T01:36:14.099171+0000 mgr.smithi099.npjflm (mgr.14182) 893 : 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-24T01:36:15.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:15 smithi156 bash[19595]: audit 2024-01-24T01:36:14.425574+0000 mgr.smithi099.npjflm (mgr.14182) 894 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:16.081 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:17.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:17 smithi156 bash[19595]: cluster 2024-01-24T01:36:16.100190+0000 mgr.smithi099.npjflm (mgr.14182) 895 : 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-24T01:36:17.519 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:17 smithi099 bash[16312]: cluster 2024-01-24T01:36:16.100190+0000 mgr.smithi099.npjflm (mgr.14182) 895 : 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-24T01:36:19.386 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:19.387 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:19.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:19 smithi156 bash[19595]: cluster 2024-01-24T01:36:18.101026+0000 mgr.smithi099.npjflm (mgr.14182) 896 : 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-24T01:36:19.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:19 smithi099 bash[16312]: cluster 2024-01-24T01:36:18.101026+0000 mgr.smithi099.npjflm (mgr.14182) 896 : 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-24T01:36:20.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:20.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:20 smithi099 bash[16312]: audit 2024-01-24T01:36:19.374886+0000 mgr.smithi099.npjflm (mgr.14182) 897 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:20.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:20 smithi156 bash[19595]: audit 2024-01-24T01:36:19.374886+0000 mgr.smithi099.npjflm (mgr.14182) 897 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:21.015 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:21 smithi099 bash[16312]: cluster 2024-01-24T01:36:20.102148+0000 mgr.smithi099.npjflm (mgr.14182) 898 : 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-24T01:36:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:21 smithi156 bash[19595]: cluster 2024-01-24T01:36:20.102148+0000 mgr.smithi099.npjflm (mgr.14182) 898 : 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-24T01:36:23.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:23 smithi099 bash[16312]: cluster 2024-01-24T01:36:22.103083+0000 mgr.smithi099.npjflm (mgr.14182) 899 : 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-24T01:36:23.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:23 smithi156 bash[19595]: cluster 2024-01-24T01:36:22.103083+0000 mgr.smithi099.npjflm (mgr.14182) 899 : 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-24T01:36:24.103 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:24.103 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:24.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:25 smithi099 bash[16312]: audit 2024-01-24T01:36:24.097509+0000 mgr.smithi099.npjflm (mgr.14182) 900 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:25.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:25 smithi099 bash[16312]: cluster 2024-01-24T01:36:24.104052+0000 mgr.smithi099.npjflm (mgr.14182) 901 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:25 smithi156 bash[19595]: audit 2024-01-24T01:36:24.097509+0000 mgr.smithi099.npjflm (mgr.14182) 900 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:25 smithi156 bash[19595]: cluster 2024-01-24T01:36:24.104052+0000 mgr.smithi099.npjflm (mgr.14182) 901 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:25.770 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:26 smithi099 bash[16312]: audit 2024-01-24T01:36:26.078150+0000 mon.smithi099 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:36:26.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:26 smithi156 bash[19595]: audit 2024-01-24T01:36:26.078150+0000 mon.smithi099 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:36:27.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:27 smithi099 bash[16312]: cluster 2024-01-24T01:36:26.104877+0000 mgr.smithi099.npjflm (mgr.14182) 902 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:27.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:27 smithi156 bash[19595]: cluster 2024-01-24T01:36:26.104877+0000 mgr.smithi099.npjflm (mgr.14182) 902 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:28.983 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:28.983 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:26:05.057426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:26:05.057633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:26:05.057834Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:26:05.059035Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:26:05.057208Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:26:05.056890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:26:05.059235Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:26:05.058035Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:26:05.058237Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:29 smithi099 bash[16312]: cluster 2024-01-24T01:36:28.106003+0000 mgr.smithi099.npjflm (mgr.14182) 903 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:29.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:29 smithi156 bash[19595]: cluster 2024-01-24T01:36:28.106003+0000 mgr.smithi099.npjflm (mgr.14182) 903 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:30 smithi099 bash[16312]: audit 2024-01-24T01:36:28.969923+0000 mgr.smithi099.npjflm (mgr.14182) 904 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:30.633 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:30.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:30 smithi156 bash[19595]: audit 2024-01-24T01:36:28.969923+0000 mgr.smithi099.npjflm (mgr.14182) 904 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:31 smithi099 bash[16312]: cluster 2024-01-24T01:36:30.107203+0000 mgr.smithi099.npjflm (mgr.14182) 905 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:36:31.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:31 smithi156 bash[19595]: cluster 2024-01-24T01:36:30.107203+0000 mgr.smithi099.npjflm (mgr.14182) 905 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:36:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:33 smithi099 bash[16312]: cluster 2024-01-24T01:36:32.108289+0000 mgr.smithi099.npjflm (mgr.14182) 906 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:33 smithi099 bash[16312]: audit 2024-01-24T01:36:32.583354+0000 mon.smithi099 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:33 smithi099 bash[16312]: audit 2024-01-24T01:36:32.874370+0000 mon.smithi099 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:36:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:33 smithi099 bash[16312]: audit 2024-01-24T01:36:32.875451+0000 mon.smithi099 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:36:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:33 smithi099 bash[16312]: audit 2024-01-24T01:36:32.884163+0000 mon.smithi099 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:33 smithi099 bash[16312]: audit 2024-01-24T01:36:32.889713+0000 mon.smithi099 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:36:33.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:33 smithi099 bash[16312]: audit 2024-01-24T01:36:32.904224+0000 mon.smithi099 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:33 smithi156 bash[19595]: cluster 2024-01-24T01:36:32.108289+0000 mgr.smithi099.npjflm (mgr.14182) 906 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:36:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:33 smithi156 bash[19595]: audit 2024-01-24T01:36:32.583354+0000 mon.smithi099 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:33 smithi156 bash[19595]: audit 2024-01-24T01:36:32.874370+0000 mon.smithi099 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:36:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:33 smithi156 bash[19595]: audit 2024-01-24T01:36:32.875451+0000 mon.smithi099 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:36:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:33 smithi156 bash[19595]: audit 2024-01-24T01:36:32.884163+0000 mon.smithi099 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:33 smithi156 bash[19595]: audit 2024-01-24T01:36:32.889713+0000 mon.smithi099 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:36:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:33 smithi156 bash[19595]: audit 2024-01-24T01:36:32.904224+0000 mon.smithi099 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:33.975 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:33.975 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:34:17.914050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.lqnbob on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:34.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:34 smithi099 bash[16312]: cluster 2024-01-24T01:36:32.885026+0000 mgr.smithi099.npjflm (mgr.14182) 907 : cluster [DBG] pgmap v611: 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-24T01:36:34.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:34 smithi099 bash[16312]: cephadm 2024-01-24T01:36:32.907813+0000 mgr.smithi099.npjflm (mgr.14182) 908 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.evwusi on smithi156 2024-01-24T01:36:34.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:34 smithi099 bash[16312]: cluster 2024-01-24T01:36:33.880851+0000 mon.smithi099 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:36:34.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:34 smithi099 bash[16312]: cluster 2024-01-24T01:36:33.880916+0000 mon.smithi099 (mon.0) 887 : cluster [INF] Cluster is now healthy 2024-01-24T01:36:34.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:34.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:34 smithi156 bash[19595]: cluster 2024-01-24T01:36:32.885026+0000 mgr.smithi099.npjflm (mgr.14182) 907 : cluster [DBG] pgmap v611: 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-24T01:36:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:34 smithi156 bash[19595]: cephadm 2024-01-24T01:36:32.907813+0000 mgr.smithi099.npjflm (mgr.14182) 908 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.evwusi on smithi156 2024-01-24T01:36:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:34 smithi156 bash[19595]: cluster 2024-01-24T01:36:33.880851+0000 mon.smithi099 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:36:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:34 smithi156 bash[19595]: cluster 2024-01-24T01:36:33.880916+0000 mon.smithi099 (mon.0) 887 : cluster [INF] Cluster is now healthy 2024-01-24T01:36:35.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:35 smithi099 bash[16312]: audit 2024-01-24T01:36:33.969129+0000 mgr.smithi099.npjflm (mgr.14182) 909 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:35.600 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:35 smithi156 bash[19595]: audit 2024-01-24T01:36:33.969129+0000 mgr.smithi099.npjflm (mgr.14182) 909 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:36.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:36 smithi099 bash[16312]: cluster 2024-01-24T01:36:34.885760+0000 mgr.smithi099.npjflm (mgr.14182) 910 : cluster [DBG] pgmap v612: 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-24T01:36:36.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:36 smithi156 bash[19595]: cluster 2024-01-24T01:36:34.885760+0000 mgr.smithi099.npjflm (mgr.14182) 910 : cluster [DBG] pgmap v612: 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-24T01:36:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:37 smithi099 bash[16312]: audit 2024-01-24T01:36:36.929727+0000 mon.smithi099 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.evwusi"}]: dispatch 2024-01-24T01:36:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:37 smithi156 bash[19595]: audit 2024-01-24T01:36:36.929727+0000 mon.smithi099 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.evwusi"}]: dispatch 2024-01-24T01:36:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: cluster 2024-01-24T01:36:36.886855+0000 mgr.smithi099.npjflm (mgr.14182) 911 : cluster [DBG] pgmap v613: 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-24T01:36:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: cephadm 2024-01-24T01:36:36.928741+0000 mgr.smithi099.npjflm (mgr.14182) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.evwusi ... 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:38.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.evwusi ... 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: cephadm 2024-01-24T01:36:36.929081+0000 mgr.smithi099.npjflm (mgr.14182) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: cephadm 2024-01-24T01:36:36.931457+0000 mgr.smithi099.npjflm (mgr.14182) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:38.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.evwusi ... 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:38 smithi099 bash[16312]: cephadm 2024-01-24T01:36:36.936355+0000 mgr.smithi099.npjflm (mgr.14182) 915 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.qzmdwd on smithi099 2024-01-24T01:36:38.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: cluster 2024-01-24T01:36:36.886855+0000 mgr.smithi099.npjflm (mgr.14182) 911 : cluster [DBG] pgmap v613: 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-24T01:36:38.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: cephadm 2024-01-24T01:36:36.928741+0000 mgr.smithi099.npjflm (mgr.14182) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:38.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:38.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.evwusi ... 2024-01-24T01:36:38.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.evwusi ... 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: cephadm 2024-01-24T01:36:36.929081+0000 mgr.smithi099.npjflm (mgr.14182) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: cephadm 2024-01-24T01:36:36.931457+0000 mgr.smithi099.npjflm (mgr.14182) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi 2024-01-24T01:36:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.evwusi ... 2024-01-24T01:36:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:38 smithi156 bash[19595]: cephadm 2024-01-24T01:36:36.936355+0000 mgr.smithi099.npjflm (mgr.14182) 915 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.qzmdwd on smithi099 2024-01-24T01:36:38.880 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:38.880 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:22.359711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.udjuie on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-udjuie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.udjuie\nDeploy daemon haproxy.nfs.foo.smithi156.udjuie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.064456Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nqtqwu on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nqtqwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nqtqwu\nDeploy daemon haproxy.nfs.foo.smithi099.nqtqwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:35:26.069701Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvappm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:39.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:40.564 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:40.577 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:40 smithi099 bash[16312]: audit 2024-01-24T01:36:38.873830+0000 mgr.smithi099.npjflm (mgr.14182) 916 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:40.577 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:40 smithi099 bash[16312]: cluster 2024-01-24T01:36:38.887709+0000 mgr.smithi099.npjflm (mgr.14182) 917 : cluster [DBG] pgmap v614: 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-24T01:36:40.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:40 smithi156 bash[19595]: audit 2024-01-24T01:36:38.873830+0000 mgr.smithi099.npjflm (mgr.14182) 916 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:40.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:40 smithi156 bash[19595]: cluster 2024-01-24T01:36:38.887709+0000 mgr.smithi099.npjflm (mgr.14182) 917 : cluster [DBG] pgmap v614: 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-24T01:36:42.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:42 smithi099 bash[16312]: cluster 2024-01-24T01:36:40.888713+0000 mgr.smithi099.npjflm (mgr.14182) 918 : cluster [DBG] pgmap v615: 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-24T01:36:42.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:42 smithi099 bash[16312]: audit 2024-01-24T01:36:41.545490+0000 mon.smithi099 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.qzmdwd"}]: dispatch 2024-01-24T01:36:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:42 smithi156 bash[19595]: cluster 2024-01-24T01:36:40.888713+0000 mgr.smithi099.npjflm (mgr.14182) 918 : cluster [DBG] pgmap v615: 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-24T01:36:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:42 smithi156 bash[19595]: audit 2024-01-24T01:36:41.545490+0000 mon.smithi099 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.qzmdwd"}]: dispatch 2024-01-24T01:36:43.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: cephadm 2024-01-24T01:36:41.544338+0000 mgr.smithi099.npjflm (mgr.14182) 919 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:43.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qzmdwd ... 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:36:43.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:36:43.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:36:43.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:36:43.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:43.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:43.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qzmdwd ... 2024-01-24T01:36:43.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:43.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:43.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:43.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: cephadm 2024-01-24T01:36:41.544849+0000 mgr.smithi099.npjflm (mgr.14182) 920 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: cephadm 2024-01-24T01:36:41.546799+0000 mgr.smithi099.npjflm (mgr.14182) 921 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.603 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:43.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:36:43.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.604 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qzmdwd ... 2024-01-24T01:36:43.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:43.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:43.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:43.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: cephadm 2024-01-24T01:36:41.548795+0000 mgr.smithi099.npjflm (mgr.14182) 922 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:36:43.605 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: cephadm 2024-01-24T01:36:41.550343+0000 mgr.smithi099.npjflm (mgr.14182) 923 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:36:43.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: cluster 2024-01-24T01:36:41.551328+0000 mgr.smithi099.npjflm (mgr.14182) 924 : cluster [DBG] pgmap v616: 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-24T01:36:43.606 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:43 smithi099 bash[16312]: cluster 2024-01-24T01:36:42.324702+0000 mon.smithi099 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:36:43.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: cephadm 2024-01-24T01:36:41.544338+0000 mgr.smithi099.npjflm (mgr.14182) 919 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:43.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qzmdwd ... 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:36:43.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qzmdwd ... 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: cephadm 2024-01-24T01:36:41.544849+0000 mgr.smithi099.npjflm (mgr.14182) 920 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: cephadm 2024-01-24T01:36:41.546799+0000 mgr.smithi099.npjflm (mgr.14182) 921 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qzmdwd ... 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:36:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:36:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:36:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: cephadm 2024-01-24T01:36:41.548795+0000 mgr.smithi099.npjflm (mgr.14182) 922 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:36:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: cephadm 2024-01-24T01:36:41.550343+0000 mgr.smithi099.npjflm (mgr.14182) 923 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:36:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: cluster 2024-01-24T01:36:41.551328+0000 mgr.smithi099.npjflm (mgr.14182) 924 : cluster [DBG] pgmap v616: 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-24T01:36:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:43 smithi156 bash[19595]: cluster 2024-01-24T01:36:42.324702+0000 mon.smithi099 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:36:43.993 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:43.994 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:44.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:44.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:44 smithi156 bash[19595]: cluster 2024-01-24T01:36:43.552641+0000 mgr.smithi099.npjflm (mgr.14182) 925 : cluster [DBG] pgmap v617: 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-24T01:36:44.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:44 smithi156 bash[19595]: audit 2024-01-24T01:36:43.724217+0000 mon.smithi099 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:44.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:44 smithi156 bash[19595]: audit 2024-01-24T01:36:43.980576+0000 mgr.smithi099.npjflm (mgr.14182) 926 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:44 smithi099 bash[16312]: cluster 2024-01-24T01:36:43.552641+0000 mgr.smithi099.npjflm (mgr.14182) 925 : cluster [DBG] pgmap v617: 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-24T01:36:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:44 smithi099 bash[16312]: audit 2024-01-24T01:36:43.724217+0000 mon.smithi099 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:36:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:44 smithi099 bash[16312]: audit 2024-01-24T01:36:43.980576+0000 mgr.smithi099.npjflm (mgr.14182) 926 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:45.654 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:46.990 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:46 smithi099 bash[16312]: cluster 2024-01-24T01:36:45.554033+0000 mgr.smithi099.npjflm (mgr.14182) 927 : cluster [DBG] pgmap v618: 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-24T01:36:47.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:46 smithi156 bash[19595]: cluster 2024-01-24T01:36:45.554033+0000 mgr.smithi099.npjflm (mgr.14182) 927 : cluster [DBG] pgmap v618: 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-24T01:36:48.794 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:48.795 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:49.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:48 smithi156 bash[19595]: cluster 2024-01-24T01:36:47.555153+0000 mgr.smithi099.npjflm (mgr.14182) 928 : cluster [DBG] pgmap v619: 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-24T01:36:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:48 smithi099 bash[16312]: cluster 2024-01-24T01:36:47.555153+0000 mgr.smithi099.npjflm (mgr.14182) 928 : cluster [DBG] pgmap v619: 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-24T01:36:49.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:50.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:49 smithi156 bash[19595]: audit 2024-01-24T01:36:48.784013+0000 mgr.smithi099.npjflm (mgr.14182) 929 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:50.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:49 smithi099 bash[16312]: audit 2024-01-24T01:36:48.784013+0000 mgr.smithi099.npjflm (mgr.14182) 929 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:50.465 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:51.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:50 smithi099 bash[16312]: cluster 2024-01-24T01:36:49.556417+0000 mgr.smithi099.npjflm (mgr.14182) 930 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-24T01:36:51.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:50 smithi156 bash[19595]: cluster 2024-01-24T01:36:49.556417+0000 mgr.smithi099.npjflm (mgr.14182) 930 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-24T01:36:53.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:52 smithi156 bash[19595]: cluster 2024-01-24T01:36:51.557714+0000 mgr.smithi099.npjflm (mgr.14182) 931 : cluster [DBG] pgmap v621: 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-24T01:36:53.296 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:52 smithi099 bash[16312]: cluster 2024-01-24T01:36:51.557714+0000 mgr.smithi099.npjflm (mgr.14182) 931 : cluster [DBG] pgmap v621: 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-24T01:36:53.722 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:53.722 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:54.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:55.316 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:36:55.329 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:54 smithi099 bash[16312]: cluster 2024-01-24T01:36:53.558623+0000 mgr.smithi099.npjflm (mgr.14182) 932 : 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-24T01:36:55.329 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:54 smithi099 bash[16312]: audit 2024-01-24T01:36:53.715878+0000 mgr.smithi099.npjflm (mgr.14182) 933 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:54 smithi156 bash[19595]: cluster 2024-01-24T01:36:53.558623+0000 mgr.smithi099.npjflm (mgr.14182) 932 : 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-24T01:36:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:54 smithi156 bash[19595]: audit 2024-01-24T01:36:53.715878+0000 mgr.smithi099.npjflm (mgr.14182) 933 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:36:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:57 smithi099 bash[16312]: cluster 2024-01-24T01:36:55.559795+0000 mgr.smithi099.npjflm (mgr.14182) 934 : 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-24T01:36:57.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:56 smithi156 bash[19595]: cluster 2024-01-24T01:36:55.559795+0000 mgr.smithi099.npjflm (mgr.14182) 934 : 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-24T01:36:58.607 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:36:58.607 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:36:59.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:36:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:36:59 smithi099 bash[16312]: cluster 2024-01-24T01:36:57.561069+0000 mgr.smithi099.npjflm (mgr.14182) 935 : 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-24T01:36:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:36:59 smithi156 bash[19595]: cluster 2024-01-24T01:36:57.561069+0000 mgr.smithi099.npjflm (mgr.14182) 935 : 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-24T01:37:00.258 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:00.271 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:00 smithi099 bash[16312]: audit 2024-01-24T01:36:58.595891+0000 mgr.smithi099.npjflm (mgr.14182) 936 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:00 smithi156 bash[19595]: audit 2024-01-24T01:36:58.595891+0000 mgr.smithi099.npjflm (mgr.14182) 936 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:01.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:01 smithi099 bash[16312]: cluster 2024-01-24T01:36:59.562312+0000 mgr.smithi099.npjflm (mgr.14182) 937 : 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-24T01:37:01.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:01 smithi156 bash[19595]: cluster 2024-01-24T01:36:59.562312+0000 mgr.smithi099.npjflm (mgr.14182) 937 : 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-24T01:37:03.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:03 smithi099 bash[16312]: cluster 2024-01-24T01:37:01.563589+0000 mgr.smithi099.npjflm (mgr.14182) 938 : 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-24T01:37:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:03 smithi156 bash[19595]: cluster 2024-01-24T01:37:01.563589+0000 mgr.smithi099.npjflm (mgr.14182) 938 : 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-24T01:37:03.543 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:03.544 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:04.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:05.195 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:05 smithi099 bash[16312]: audit 2024-01-24T01:37:03.534175+0000 mgr.smithi099.npjflm (mgr.14182) 939 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:05 smithi099 bash[16312]: cluster 2024-01-24T01:37:03.564622+0000 mgr.smithi099.npjflm (mgr.14182) 940 : 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-24T01:37:05.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:05 smithi156 bash[19595]: audit 2024-01-24T01:37:03.534175+0000 mgr.smithi099.npjflm (mgr.14182) 939 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:05.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:05 smithi156 bash[19595]: cluster 2024-01-24T01:37:03.564622+0000 mgr.smithi099.npjflm (mgr.14182) 940 : 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-24T01:37:07.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:07 smithi099 bash[16312]: cluster 2024-01-24T01:37:05.565973+0000 mgr.smithi099.npjflm (mgr.14182) 941 : 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-24T01:37:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:07 smithi156 bash[19595]: cluster 2024-01-24T01:37:05.565973+0000 mgr.smithi099.npjflm (mgr.14182) 941 : 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-24T01:37:08.545 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:08.545 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:09.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:09 smithi099 bash[16312]: cluster 2024-01-24T01:37:07.567092+0000 mgr.smithi099.npjflm (mgr.14182) 942 : 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-24T01:37:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:09 smithi156 bash[19595]: cluster 2024-01-24T01:37:07.567092+0000 mgr.smithi099.npjflm (mgr.14182) 942 : 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-24T01:37:10.238 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:10 smithi099 bash[16312]: audit 2024-01-24T01:37:08.537416+0000 mgr.smithi099.npjflm (mgr.14182) 943 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:10.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:10 smithi156 bash[19595]: audit 2024-01-24T01:37:08.537416+0000 mgr.smithi099.npjflm (mgr.14182) 943 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:11.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:11 smithi099 bash[16312]: cluster 2024-01-24T01:37:09.568310+0000 mgr.smithi099.npjflm (mgr.14182) 944 : 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-24T01:37:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:11 smithi156 bash[19595]: cluster 2024-01-24T01:37:09.568310+0000 mgr.smithi099.npjflm (mgr.14182) 944 : 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-24T01:37:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:13 smithi099 bash[16312]: cluster 2024-01-24T01:37:11.569590+0000 mgr.smithi099.npjflm (mgr.14182) 945 : 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-24T01:37:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:13 smithi156 bash[19595]: cluster 2024-01-24T01:37:11.569590+0000 mgr.smithi099.npjflm (mgr.14182) 945 : 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-24T01:37:13.525 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:13.525 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:14.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:15.209 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:15 smithi099 bash[16312]: audit 2024-01-24T01:37:13.517148+0000 mgr.smithi099.npjflm (mgr.14182) 946 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:15 smithi099 bash[16312]: cluster 2024-01-24T01:37:13.570936+0000 mgr.smithi099.npjflm (mgr.14182) 947 : 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-24T01:37:15.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:15 smithi156 bash[19595]: audit 2024-01-24T01:37:13.517148+0000 mgr.smithi099.npjflm (mgr.14182) 946 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:15.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:15 smithi156 bash[19595]: cluster 2024-01-24T01:37:13.570936+0000 mgr.smithi099.npjflm (mgr.14182) 947 : 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-24T01:37:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:17 smithi099 bash[16312]: cluster 2024-01-24T01:37:15.572293+0000 mgr.smithi099.npjflm (mgr.14182) 948 : 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-24T01:37:17.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:17 smithi156 bash[19595]: cluster 2024-01-24T01:37:15.572293+0000 mgr.smithi099.npjflm (mgr.14182) 948 : 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-24T01:37:18.344 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:18.345 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:18.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:19 smithi099 bash[16312]: cluster 2024-01-24T01:37:17.573454+0000 mgr.smithi099.npjflm (mgr.14182) 949 : 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-24T01:37:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:19 smithi099 bash[16312]: audit 2024-01-24T01:37:18.330602+0000 mgr.smithi099.npjflm (mgr.14182) 950 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:19 smithi156 bash[19595]: cluster 2024-01-24T01:37:17.573454+0000 mgr.smithi099.npjflm (mgr.14182) 949 : 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-24T01:37:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:19 smithi156 bash[19595]: audit 2024-01-24T01:37:18.330602+0000 mgr.smithi099.npjflm (mgr.14182) 950 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:19.971 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:21 smithi099 bash[16312]: cluster 2024-01-24T01:37:19.574687+0000 mgr.smithi099.npjflm (mgr.14182) 951 : 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-24T01:37:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:21 smithi156 bash[19595]: cluster 2024-01-24T01:37:19.574687+0000 mgr.smithi099.npjflm (mgr.14182) 951 : 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-24T01:37:23.153 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:23.153 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:23 smithi099 bash[16312]: cluster 2024-01-24T01:37:21.576030+0000 mgr.smithi099.npjflm (mgr.14182) 952 : 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-24T01:37:23.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:23 smithi156 bash[19595]: cluster 2024-01-24T01:37:21.576030+0000 mgr.smithi099.npjflm (mgr.14182) 952 : 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-24T01:37:23.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:24.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:24 smithi156 bash[19595]: audit 2024-01-24T01:37:23.142733+0000 mgr.smithi099.npjflm (mgr.14182) 953 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:24 smithi099 bash[16312]: audit 2024-01-24T01:37:23.142733+0000 mgr.smithi099.npjflm (mgr.14182) 953 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:24.803 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:25 smithi156 bash[19595]: cluster 2024-01-24T01:37:23.577283+0000 mgr.smithi099.npjflm (mgr.14182) 954 : 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-24T01:37:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:25 smithi099 bash[16312]: cluster 2024-01-24T01:37:23.577283+0000 mgr.smithi099.npjflm (mgr.14182) 954 : 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-24T01:37:27.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:27 smithi156 bash[19595]: cluster 2024-01-24T01:37:25.578648+0000 mgr.smithi099.npjflm (mgr.14182) 955 : 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-24T01:37:27.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:27 smithi099 bash[16312]: cluster 2024-01-24T01:37:25.578648+0000 mgr.smithi099.npjflm (mgr.14182) 955 : 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-24T01:37:28.176 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:28.176 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:28.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:29.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:29 smithi156 bash[19595]: cluster 2024-01-24T01:37:27.579779+0000 mgr.smithi099.npjflm (mgr.14182) 956 : 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-24T01:37:29.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:29 smithi156 bash[19595]: audit 2024-01-24T01:37:28.162464+0000 mgr.smithi099.npjflm (mgr.14182) 957 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:29.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:29 smithi099 bash[16312]: cluster 2024-01-24T01:37:27.579779+0000 mgr.smithi099.npjflm (mgr.14182) 956 : 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-24T01:37:29.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:29 smithi099 bash[16312]: audit 2024-01-24T01:37:28.162464+0000 mgr.smithi099.npjflm (mgr.14182) 957 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:29.793 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:31 smithi156 bash[19595]: cluster 2024-01-24T01:37:29.581039+0000 mgr.smithi099.npjflm (mgr.14182) 958 : 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-24T01:37:31.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:31 smithi099 bash[16312]: cluster 2024-01-24T01:37:29.581039+0000 mgr.smithi099.npjflm (mgr.14182) 958 : 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-24T01:37:33.053 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:33.053 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:33.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:33 smithi156 bash[19595]: cluster 2024-01-24T01:37:31.582299+0000 mgr.smithi099.npjflm (mgr.14182) 959 : 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-24T01:37:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:33 smithi099 bash[16312]: cluster 2024-01-24T01:37:31.582299+0000 mgr.smithi099.npjflm (mgr.14182) 959 : 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-24T01:37:33.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:34.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:34 smithi156 bash[19595]: audit 2024-01-24T01:37:33.039609+0000 mgr.smithi099.npjflm (mgr.14182) 960 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:34.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:34 smithi099 bash[16312]: audit 2024-01-24T01:37:33.039609+0000 mgr.smithi099.npjflm (mgr.14182) 960 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:34.713 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:35 smithi156 bash[19595]: cluster 2024-01-24T01:37:33.583294+0000 mgr.smithi099.npjflm (mgr.14182) 961 : 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-24T01:37:35.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:35 smithi099 bash[16312]: cluster 2024-01-24T01:37:33.583294+0000 mgr.smithi099.npjflm (mgr.14182) 961 : 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-24T01:37:37.452 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:37 smithi099 bash[16312]: cluster 2024-01-24T01:37:35.584644+0000 mgr.smithi099.npjflm (mgr.14182) 962 : 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-24T01:37:37.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:37 smithi156 bash[19595]: cluster 2024-01-24T01:37:35.584644+0000 mgr.smithi099.npjflm (mgr.14182) 962 : 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-24T01:37:37.888 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:37.888 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:38.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:39.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:39 smithi156 bash[19595]: cluster 2024-01-24T01:37:37.585749+0000 mgr.smithi099.npjflm (mgr.14182) 963 : 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-24T01:37:39.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:39 smithi156 bash[19595]: audit 2024-01-24T01:37:37.879367+0000 mgr.smithi099.npjflm (mgr.14182) 964 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:39.522 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:39.534 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:39 smithi099 bash[16312]: cluster 2024-01-24T01:37:37.585749+0000 mgr.smithi099.npjflm (mgr.14182) 963 : 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-24T01:37:39.534 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:39 smithi099 bash[16312]: audit 2024-01-24T01:37:37.879367+0000 mgr.smithi099.npjflm (mgr.14182) 964 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:41.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:41 smithi156 bash[19595]: cluster 2024-01-24T01:37:39.586988+0000 mgr.smithi099.npjflm (mgr.14182) 965 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:37:41.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:41 smithi099 bash[16312]: cluster 2024-01-24T01:37:39.586988+0000 mgr.smithi099.npjflm (mgr.14182) 965 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:37:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:42 smithi156 bash[19595]: audit 2024-01-24T01:37:41.554158+0000 mon.smithi099 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:37:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:42 smithi156 bash[19595]: audit 2024-01-24T01:37:41.854367+0000 mon.smithi099 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:42.501 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:42 smithi099 bash[16312]: audit 2024-01-24T01:37:41.554158+0000 mon.smithi099 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:37:42.501 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:42 smithi099 bash[16312]: audit 2024-01-24T01:37:41.854367+0000 mon.smithi099 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:42.864 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:42.864 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:27:19.681976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:27:19.684357Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:27:19.682365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:27:19.682632Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:27:19.682884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:27:19.683378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:27:19.683134Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:43 smithi099 bash[16312]: cluster 2024-01-24T01:37:41.588084+0000 mgr.smithi099.npjflm (mgr.14182) 966 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:43 smithi156 bash[19595]: cluster 2024-01-24T01:37:41.588084+0000 mgr.smithi099.npjflm (mgr.14182) 966 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:43.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:44.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:44 smithi156 bash[19595]: audit 2024-01-24T01:37:42.850674+0000 mgr.smithi099.npjflm (mgr.14182) 967 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:44.538 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:44.551 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:44 smithi099 bash[16312]: audit 2024-01-24T01:37:42.850674+0000 mgr.smithi099.npjflm (mgr.14182) 967 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:45.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:45 smithi156 bash[19595]: cluster 2024-01-24T01:37:43.589149+0000 mgr.smithi099.npjflm (mgr.14182) 968 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:45 smithi099 bash[16312]: cluster 2024-01-24T01:37:43.589149+0000 mgr.smithi099.npjflm (mgr.14182) 968 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:47.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:47 smithi156 bash[19595]: cluster 2024-01-24T01:37:45.590541+0000 mgr.smithi099.npjflm (mgr.14182) 969 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:47 smithi099 bash[16312]: cluster 2024-01-24T01:37:45.590541+0000 mgr.smithi099.npjflm (mgr.14182) 969 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:47.741 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:47.741 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:35:26.071960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.kqbihx on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:48.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:48.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:48 smithi156 bash[19595]: audit 2024-01-24T01:37:47.471765+0000 mon.smithi099 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:48.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:48 smithi156 bash[19595]: audit 2024-01-24T01:37:47.762596+0000 mon.smithi099 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:37:48.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:48 smithi156 bash[19595]: audit 2024-01-24T01:37:47.764283+0000 mon.smithi099 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:37:48.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:48 smithi156 bash[19595]: audit 2024-01-24T01:37:47.772328+0000 mon.smithi099 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:48.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:48 smithi156 bash[19595]: audit 2024-01-24T01:37:47.783935+0000 mon.smithi099 (mon.0) 898 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:37:48.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:48 smithi156 bash[19595]: audit 2024-01-24T01:37:47.798735+0000 mon.smithi099 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:48.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:48 smithi099 bash[16312]: audit 2024-01-24T01:37:47.471765+0000 mon.smithi099 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:48.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:48 smithi099 bash[16312]: audit 2024-01-24T01:37:47.762596+0000 mon.smithi099 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:37:48.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:48 smithi099 bash[16312]: audit 2024-01-24T01:37:47.764283+0000 mon.smithi099 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:37:48.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:48 smithi099 bash[16312]: audit 2024-01-24T01:37:47.772328+0000 mon.smithi099 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:48.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:48 smithi099 bash[16312]: audit 2024-01-24T01:37:47.783935+0000 mon.smithi099 (mon.0) 898 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:37:48.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:48 smithi099 bash[16312]: audit 2024-01-24T01:37:47.798735+0000 mon.smithi099 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:49.405 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:49.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:49 smithi156 bash[19595]: cluster 2024-01-24T01:37:47.591621+0000 mgr.smithi099.npjflm (mgr.14182) 970 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:49.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:49 smithi156 bash[19595]: audit 2024-01-24T01:37:47.735610+0000 mgr.smithi099.npjflm (mgr.14182) 971 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:49.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:49 smithi156 bash[19595]: cluster 2024-01-24T01:37:47.773300+0000 mgr.smithi099.npjflm (mgr.14182) 972 : cluster [DBG] pgmap v650: 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-24T01:37:49.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:49 smithi156 bash[19595]: cephadm 2024-01-24T01:37:47.803252+0000 mgr.smithi099.npjflm (mgr.14182) 973 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ewpgrw on smithi156 2024-01-24T01:37:49.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:49 smithi156 bash[19595]: cluster 2024-01-24T01:37:48.467685+0000 mon.smithi099 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:37:49.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:49 smithi156 bash[19595]: cluster 2024-01-24T01:37:48.467771+0000 mon.smithi099 (mon.0) 901 : cluster [INF] Cluster is now healthy 2024-01-24T01:37:49.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:49 smithi099 bash[16312]: cluster 2024-01-24T01:37:47.591621+0000 mgr.smithi099.npjflm (mgr.14182) 970 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:37:49.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:49 smithi099 bash[16312]: audit 2024-01-24T01:37:47.735610+0000 mgr.smithi099.npjflm (mgr.14182) 971 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:49.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:49 smithi099 bash[16312]: cluster 2024-01-24T01:37:47.773300+0000 mgr.smithi099.npjflm (mgr.14182) 972 : cluster [DBG] pgmap v650: 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-24T01:37:49.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:49 smithi099 bash[16312]: cephadm 2024-01-24T01:37:47.803252+0000 mgr.smithi099.npjflm (mgr.14182) 973 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ewpgrw on smithi156 2024-01-24T01:37:49.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:49 smithi099 bash[16312]: cluster 2024-01-24T01:37:48.467685+0000 mon.smithi099 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:37:49.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:49 smithi099 bash[16312]: cluster 2024-01-24T01:37:48.467771+0000 mon.smithi099 (mon.0) 901 : cluster [INF] Cluster is now healthy 2024-01-24T01:37:51.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:51 smithi156 bash[19595]: cluster 2024-01-24T01:37:49.774276+0000 mgr.smithi099.npjflm (mgr.14182) 974 : cluster [DBG] pgmap v651: 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-24T01:37:51.766 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:51 smithi099 bash[16312]: cluster 2024-01-24T01:37:49.774276+0000 mgr.smithi099.npjflm (mgr.14182) 974 : cluster [DBG] pgmap v651: 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-24T01:37:52.784 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:52.784 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:36.931153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.evwusi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-evwusi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.evwusi\nDeploy daemon haproxy.nfs.foo.smithi156.evwusi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.546676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qzmdwd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qzmdwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qzmdwd\nDeploy daemon haproxy.nfs.foo.smithi099.qzmdwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:36:41.548676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nyndde on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:52.837 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:52 smithi099 bash[16312]: audit 2024-01-24T01:37:51.766312+0000 mon.smithi099 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ewpgrw"}]: dispatch 2024-01-24T01:37:52.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:52 smithi156 bash[19595]: audit 2024-01-24T01:37:51.766312+0000 mon.smithi099 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ewpgrw"}]: dispatch 2024-01-24T01:37:53.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: cephadm 2024-01-24T01:37:51.765480+0000 mgr.smithi099.npjflm (mgr.14182) 975 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ewpgrw ... 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:53.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ewpgrw ... 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: cephadm 2024-01-24T01:37:51.765726+0000 mgr.smithi099.npjflm (mgr.14182) 976 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: cephadm 2024-01-24T01:37:51.767820+0000 mgr.smithi099.npjflm (mgr.14182) 977 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ewpgrw ... 2024-01-24T01:37:53.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:53.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:53.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:53.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: cephadm 2024-01-24T01:37:51.770238+0000 mgr.smithi099.npjflm (mgr.14182) 978 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.vcwdjb on smithi099 2024-01-24T01:37:53.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:53 smithi099 bash[16312]: cluster 2024-01-24T01:37:51.775272+0000 mgr.smithi099.npjflm (mgr.14182) 979 : cluster [DBG] pgmap v652: 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-24T01:37:53.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: cephadm 2024-01-24T01:37:51.765480+0000 mgr.smithi099.npjflm (mgr.14182) 975 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:53.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:53.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ewpgrw ... 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.913 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ewpgrw ... 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: cephadm 2024-01-24T01:37:51.765726+0000 mgr.smithi099.npjflm (mgr.14182) 976 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: cephadm 2024-01-24T01:37:51.767820+0000 mgr.smithi099.npjflm (mgr.14182) 977 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ewpgrw ... 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.914 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:53.915 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:53.915 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:53.915 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:53.915 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: cephadm 2024-01-24T01:37:51.770238+0000 mgr.smithi099.npjflm (mgr.14182) 978 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.vcwdjb on smithi099 2024-01-24T01:37:53.915 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:53 smithi156 bash[19595]: cluster 2024-01-24T01:37:51.775272+0000 mgr.smithi099.npjflm (mgr.14182) 979 : cluster [DBG] pgmap v652: 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-24T01:37:54.430 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:54 smithi099 bash[16312]: audit 2024-01-24T01:37:52.778171+0000 mgr.smithi099.npjflm (mgr.14182) 980 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:54 smithi099 bash[16312]: cluster 2024-01-24T01:37:53.776206+0000 mgr.smithi099.npjflm (mgr.14182) 981 : cluster [DBG] pgmap v653: 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-24T01:37:54.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:54 smithi156 bash[19595]: audit 2024-01-24T01:37:52.778171+0000 mgr.smithi099.npjflm (mgr.14182) 980 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:54.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:54 smithi156 bash[19595]: cluster 2024-01-24T01:37:53.776206+0000 mgr.smithi099.npjflm (mgr.14182) 981 : cluster [DBG] pgmap v653: 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-24T01:37:56.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:55 smithi099 bash[16312]: audit 2024-01-24T01:37:55.619515+0000 mon.smithi099 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.vcwdjb"}]: dispatch 2024-01-24T01:37:56.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:55 smithi156 bash[19595]: audit 2024-01-24T01:37:55.619515+0000 mon.smithi099 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.vcwdjb"}]: dispatch 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: cephadm 2024-01-24T01:37:55.618756+0000 mgr.smithi099.npjflm (mgr.14182) 982 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vcwdjb ... 2024-01-24T01:37:57.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:57.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vcwdjb ... 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: cephadm 2024-01-24T01:37:55.619020+0000 mgr.smithi099.npjflm (mgr.14182) 983 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: cephadm 2024-01-24T01:37:55.620711+0000 mgr.smithi099.npjflm (mgr.14182) 984 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vcwdjb ... 2024-01-24T01:37:57.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: cephadm 2024-01-24T01:37:55.622790+0000 mgr.smithi099.npjflm (mgr.14182) 985 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: cephadm 2024-01-24T01:37:55.624424+0000 mgr.smithi099.npjflm (mgr.14182) 986 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: cluster 2024-01-24T01:37:55.625889+0000 mgr.smithi099.npjflm (mgr.14182) 987 : cluster [DBG] pgmap v654: 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-24T01:37:57.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:57 smithi099 bash[16312]: cluster 2024-01-24T01:37:55.988806+0000 mon.smithi099 (mon.0) 904 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: cephadm 2024-01-24T01:37:55.618756+0000 mgr.smithi099.npjflm (mgr.14182) 982 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vcwdjb ... 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:56 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:57.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vcwdjb ... 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: cephadm 2024-01-24T01:37:55.619020+0000 mgr.smithi099.npjflm (mgr.14182) 983 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: cephadm 2024-01-24T01:37:55.620711+0000 mgr.smithi099.npjflm (mgr.14182) 984 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vcwdjb ... 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:37:57.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:37:57.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:37:57.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:37:57.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: cephadm 2024-01-24T01:37:55.622790+0000 mgr.smithi099.npjflm (mgr.14182) 985 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:37:57.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: cephadm 2024-01-24T01:37:55.624424+0000 mgr.smithi099.npjflm (mgr.14182) 986 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:37:57.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: cluster 2024-01-24T01:37:55.625889+0000 mgr.smithi099.npjflm (mgr.14182) 987 : cluster [DBG] pgmap v654: 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-24T01:37:57.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:57 smithi156 bash[19595]: cluster 2024-01-24T01:37:55.988806+0000 mon.smithi099 (mon.0) 904 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:37:57.805 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:37:57.805 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:37:58.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:37:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:59 smithi099 bash[16312]: cluster 2024-01-24T01:37:57.626632+0000 mgr.smithi099.npjflm (mgr.14182) 988 : cluster [DBG] pgmap v655: 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-24T01:37:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:59 smithi099 bash[16312]: audit 2024-01-24T01:37:57.791159+0000 mgr.smithi099.npjflm (mgr.14182) 989 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:59.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:37:59 smithi099 bash[16312]: audit 2024-01-24T01:37:58.781518+0000 mon.smithi099 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:37:59.454 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:37:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:59 smithi156 bash[19595]: cluster 2024-01-24T01:37:57.626632+0000 mgr.smithi099.npjflm (mgr.14182) 988 : cluster [DBG] pgmap v655: 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-24T01:37:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:59 smithi156 bash[19595]: audit 2024-01-24T01:37:57.791159+0000 mgr.smithi099.npjflm (mgr.14182) 989 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:37:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:37:59 smithi156 bash[19595]: audit 2024-01-24T01:37:58.781518+0000 mon.smithi099 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:01.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:01 smithi099 bash[16312]: cluster 2024-01-24T01:37:59.627783+0000 mgr.smithi099.npjflm (mgr.14182) 990 : cluster [DBG] pgmap v656: 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-24T01:38:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:01 smithi156 bash[19595]: cluster 2024-01-24T01:37:59.627783+0000 mgr.smithi099.npjflm (mgr.14182) 990 : cluster [DBG] pgmap v656: 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-24T01:38:02.716 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:02.717 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:03.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:03 smithi099 bash[16312]: cluster 2024-01-24T01:38:01.629262+0000 mgr.smithi099.npjflm (mgr.14182) 991 : cluster [DBG] pgmap v657: 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-24T01:38:03.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:03 smithi156 bash[19595]: cluster 2024-01-24T01:38:01.629262+0000 mgr.smithi099.npjflm (mgr.14182) 991 : cluster [DBG] pgmap v657: 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-24T01:38:04.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:04 smithi156 bash[19595]: audit 2024-01-24T01:38:02.706182+0000 mgr.smithi099.npjflm (mgr.14182) 992 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:04.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:04 smithi099 bash[16312]: audit 2024-01-24T01:38:02.706182+0000 mgr.smithi099.npjflm (mgr.14182) 992 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:04.357 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:05 smithi099 bash[16312]: cluster 2024-01-24T01:38:03.630460+0000 mgr.smithi099.npjflm (mgr.14182) 993 : cluster [DBG] pgmap v658: 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-24T01:38:05.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:05 smithi156 bash[19595]: cluster 2024-01-24T01:38:03.630460+0000 mgr.smithi099.npjflm (mgr.14182) 993 : cluster [DBG] pgmap v658: 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-24T01:38:07.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:07 smithi099 bash[16312]: cluster 2024-01-24T01:38:05.631416+0000 mgr.smithi099.npjflm (mgr.14182) 994 : cluster [DBG] pgmap v659: 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-24T01:38:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:07 smithi156 bash[19595]: cluster 2024-01-24T01:38:05.631416+0000 mgr.smithi099.npjflm (mgr.14182) 994 : cluster [DBG] pgmap v659: 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-24T01:38:07.580 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:07.581 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:08.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:09.208 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:09 smithi099 bash[16312]: audit 2024-01-24T01:38:07.574965+0000 mgr.smithi099.npjflm (mgr.14182) 995 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:09.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:09 smithi099 bash[16312]: cluster 2024-01-24T01:38:07.632449+0000 mgr.smithi099.npjflm (mgr.14182) 996 : 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-24T01:38:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:09 smithi156 bash[19595]: audit 2024-01-24T01:38:07.574965+0000 mgr.smithi099.npjflm (mgr.14182) 995 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:09 smithi156 bash[19595]: cluster 2024-01-24T01:38:07.632449+0000 mgr.smithi099.npjflm (mgr.14182) 996 : 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-24T01:38:11.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:11 smithi099 bash[16312]: cluster 2024-01-24T01:38:09.633387+0000 mgr.smithi099.npjflm (mgr.14182) 997 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:11 smithi156 bash[19595]: cluster 2024-01-24T01:38:09.633387+0000 mgr.smithi099.npjflm (mgr.14182) 997 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:12.443 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:12.443 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:13.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:13 smithi099 bash[16312]: cluster 2024-01-24T01:38:11.634711+0000 mgr.smithi099.npjflm (mgr.14182) 998 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:13 smithi099 bash[16312]: audit 2024-01-24T01:38:12.434002+0000 mgr.smithi099.npjflm (mgr.14182) 999 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:13 smithi156 bash[19595]: cluster 2024-01-24T01:38:11.634711+0000 mgr.smithi099.npjflm (mgr.14182) 998 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:13 smithi156 bash[19595]: audit 2024-01-24T01:38:12.434002+0000 mgr.smithi099.npjflm (mgr.14182) 999 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:14.103 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:15 smithi099 bash[16312]: cluster 2024-01-24T01:38:13.635824+0000 mgr.smithi099.npjflm (mgr.14182) 1000 : 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-24T01:38:15.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:15 smithi156 bash[19595]: cluster 2024-01-24T01:38:13.635824+0000 mgr.smithi099.npjflm (mgr.14182) 1000 : 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-24T01:38:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:17 smithi099 bash[16312]: cluster 2024-01-24T01:38:15.637026+0000 mgr.smithi099.npjflm (mgr.14182) 1001 : 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-24T01:38:17.426 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:17.426 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:17.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:17 smithi156 bash[19595]: cluster 2024-01-24T01:38:15.637026+0000 mgr.smithi099.npjflm (mgr.14182) 1001 : 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-24T01:38:18.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:18 smithi099 bash[16312]: audit 2024-01-24T01:38:17.420387+0000 mgr.smithi099.npjflm (mgr.14182) 1002 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:18.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:18 smithi156 bash[19595]: audit 2024-01-24T01:38:17.420387+0000 mgr.smithi099.npjflm (mgr.14182) 1002 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:19.122 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:19 smithi099 bash[16312]: cluster 2024-01-24T01:38:17.638110+0000 mgr.smithi099.npjflm (mgr.14182) 1003 : 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-24T01:38:19.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:19 smithi156 bash[19595]: cluster 2024-01-24T01:38:17.638110+0000 mgr.smithi099.npjflm (mgr.14182) 1003 : 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-24T01:38:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:21 smithi099 bash[16312]: cluster 2024-01-24T01:38:19.639405+0000 mgr.smithi099.npjflm (mgr.14182) 1004 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:21 smithi156 bash[19595]: cluster 2024-01-24T01:38:19.639405+0000 mgr.smithi099.npjflm (mgr.14182) 1004 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:22.529 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:22.529 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:23.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:23.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:23 smithi156 bash[19595]: cluster 2024-01-24T01:38:21.640445+0000 mgr.smithi099.npjflm (mgr.14182) 1005 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:23.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:23 smithi099 bash[16312]: cluster 2024-01-24T01:38:21.640445+0000 mgr.smithi099.npjflm (mgr.14182) 1005 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:24.192 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:24.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:24 smithi156 bash[19595]: audit 2024-01-24T01:38:22.518974+0000 mgr.smithi099.npjflm (mgr.14182) 1006 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:24 smithi099 bash[16312]: audit 2024-01-24T01:38:22.518974+0000 mgr.smithi099.npjflm (mgr.14182) 1006 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:25.469 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:25 smithi099 bash[16312]: cluster 2024-01-24T01:38:23.641512+0000 mgr.smithi099.npjflm (mgr.14182) 1007 : 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-24T01:38:25.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:25 smithi156 bash[19595]: cluster 2024-01-24T01:38:23.641512+0000 mgr.smithi099.npjflm (mgr.14182) 1007 : 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-24T01:38:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:27 smithi099 bash[16312]: cluster 2024-01-24T01:38:25.642253+0000 mgr.smithi099.npjflm (mgr.14182) 1008 : 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-24T01:38:27.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:27 smithi156 bash[19595]: cluster 2024-01-24T01:38:25.642253+0000 mgr.smithi099.npjflm (mgr.14182) 1008 : 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-24T01:38:27.531 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:27.532 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:28.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:29.212 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:29.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:29 smithi156 bash[19595]: audit 2024-01-24T01:38:27.520975+0000 mgr.smithi099.npjflm (mgr.14182) 1009 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:29.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:29 smithi156 bash[19595]: cluster 2024-01-24T01:38:27.643370+0000 mgr.smithi099.npjflm (mgr.14182) 1010 : 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-24T01:38:29.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:29 smithi099 bash[16312]: audit 2024-01-24T01:38:27.520975+0000 mgr.smithi099.npjflm (mgr.14182) 1009 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:29.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:29 smithi099 bash[16312]: cluster 2024-01-24T01:38:27.643370+0000 mgr.smithi099.npjflm (mgr.14182) 1010 : 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-24T01:38:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:31 smithi156 bash[19595]: cluster 2024-01-24T01:38:29.644584+0000 mgr.smithi099.npjflm (mgr.14182) 1011 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:31 smithi099 bash[16312]: cluster 2024-01-24T01:38:29.644584+0000 mgr.smithi099.npjflm (mgr.14182) 1011 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:32.628 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:32.628 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:33.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:33.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:33 smithi156 bash[19595]: cluster 2024-01-24T01:38:31.645788+0000 mgr.smithi099.npjflm (mgr.14182) 1012 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:33 smithi099 bash[16312]: cluster 2024-01-24T01:38:31.645788+0000 mgr.smithi099.npjflm (mgr.14182) 1012 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:34.238 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:34.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:34 smithi156 bash[19595]: audit 2024-01-24T01:38:32.622149+0000 mgr.smithi099.npjflm (mgr.14182) 1013 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:34.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:34 smithi099 bash[16312]: audit 2024-01-24T01:38:32.622149+0000 mgr.smithi099.npjflm (mgr.14182) 1013 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:35.459 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:35 smithi099 bash[16312]: cluster 2024-01-24T01:38:33.646856+0000 mgr.smithi099.npjflm (mgr.14182) 1014 : 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-24T01:38:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:35 smithi156 bash[19595]: cluster 2024-01-24T01:38:33.646856+0000 mgr.smithi099.npjflm (mgr.14182) 1014 : 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-24T01:38:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:37 smithi099 bash[16312]: cluster 2024-01-24T01:38:35.648298+0000 mgr.smithi099.npjflm (mgr.14182) 1015 : 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-24T01:38:37.406 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:37.406 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:37.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:37 smithi156 bash[19595]: cluster 2024-01-24T01:38:35.648298+0000 mgr.smithi099.npjflm (mgr.14182) 1015 : 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-24T01:38:38.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:38 smithi099 bash[16312]: audit 2024-01-24T01:38:37.393235+0000 mgr.smithi099.npjflm (mgr.14182) 1016 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:38 smithi156 bash[19595]: audit 2024-01-24T01:38:37.393235+0000 mgr.smithi099.npjflm (mgr.14182) 1016 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:39.050 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:39.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:39 smithi099 bash[16312]: cluster 2024-01-24T01:38:37.649468+0000 mgr.smithi099.npjflm (mgr.14182) 1017 : 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-24T01:38:39.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:39 smithi156 bash[19595]: cluster 2024-01-24T01:38:37.649468+0000 mgr.smithi099.npjflm (mgr.14182) 1017 : 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-24T01:38:41.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:41 smithi156 bash[19595]: cluster 2024-01-24T01:38:39.650672+0000 mgr.smithi099.npjflm (mgr.14182) 1018 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:41.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:41 smithi099 bash[16312]: cluster 2024-01-24T01:38:39.650672+0000 mgr.smithi099.npjflm (mgr.14182) 1018 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:42.422 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:42.422 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:43.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:43 smithi099 bash[16312]: cluster 2024-01-24T01:38:41.651927+0000 mgr.smithi099.npjflm (mgr.14182) 1019 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:43 smithi099 bash[16312]: audit 2024-01-24T01:38:42.409034+0000 mgr.smithi099.npjflm (mgr.14182) 1020 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:43 smithi156 bash[19595]: cluster 2024-01-24T01:38:41.651927+0000 mgr.smithi099.npjflm (mgr.14182) 1019 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:43 smithi156 bash[19595]: audit 2024-01-24T01:38:42.409034+0000 mgr.smithi099.npjflm (mgr.14182) 1020 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:44.055 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:45 smithi156 bash[19595]: cluster 2024-01-24T01:38:43.653033+0000 mgr.smithi099.npjflm (mgr.14182) 1021 : 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-24T01:38:45.503 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:45 smithi099 bash[16312]: cluster 2024-01-24T01:38:43.653033+0000 mgr.smithi099.npjflm (mgr.14182) 1021 : 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-24T01:38:47.335 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:47.335 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:47.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:47 smithi156 bash[19595]: cluster 2024-01-24T01:38:45.654368+0000 mgr.smithi099.npjflm (mgr.14182) 1022 : 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-24T01:38:47.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:47 smithi099 bash[16312]: cluster 2024-01-24T01:38:45.654368+0000 mgr.smithi099.npjflm (mgr.14182) 1022 : 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-24T01:38:47.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:48 smithi099 bash[16312]: audit 2024-01-24T01:38:47.329391+0000 mgr.smithi099.npjflm (mgr.14182) 1023 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:48 smithi156 bash[19595]: audit 2024-01-24T01:38:47.329391+0000 mgr.smithi099.npjflm (mgr.14182) 1023 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:48.978 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:49 smithi099 bash[16312]: cluster 2024-01-24T01:38:47.655418+0000 mgr.smithi099.npjflm (mgr.14182) 1024 : 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-24T01:38:49.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:49 smithi156 bash[19595]: cluster 2024-01-24T01:38:47.655418+0000 mgr.smithi099.npjflm (mgr.14182) 1024 : 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-24T01:38:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:51 smithi156 bash[19595]: cluster 2024-01-24T01:38:49.656793+0000 mgr.smithi099.npjflm (mgr.14182) 1025 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:51.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:51 smithi099 bash[16312]: cluster 2024-01-24T01:38:49.656793+0000 mgr.smithi099.npjflm (mgr.14182) 1025 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:38:52.387 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:52.388 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:53.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:53 smithi099 bash[16312]: cluster 2024-01-24T01:38:51.658113+0000 mgr.smithi099.npjflm (mgr.14182) 1026 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:53.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:53 smithi099 bash[16312]: audit 2024-01-24T01:38:52.377475+0000 mgr.smithi099.npjflm (mgr.14182) 1027 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:53.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:53 smithi156 bash[19595]: cluster 2024-01-24T01:38:51.658113+0000 mgr.smithi099.npjflm (mgr.14182) 1026 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:53.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:53 smithi156 bash[19595]: audit 2024-01-24T01:38:52.377475+0000 mgr.smithi099.npjflm (mgr.14182) 1027 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:54.014 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:55.443 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:55 smithi099 bash[16312]: cluster 2024-01-24T01:38:53.659203+0000 mgr.smithi099.npjflm (mgr.14182) 1028 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:55 smithi156 bash[19595]: cluster 2024-01-24T01:38:53.659203+0000 mgr.smithi099.npjflm (mgr.14182) 1028 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:56.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:56 smithi156 bash[19595]: audit 2024-01-24T01:38:55.628373+0000 mon.smithi099 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:38:56.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:56 smithi156 bash[19595]: audit 2024-01-24T01:38:55.935990+0000 mon.smithi099 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:56 smithi099 bash[16312]: audit 2024-01-24T01:38:55.628373+0000 mon.smithi099 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:38:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:56 smithi099 bash[16312]: audit 2024-01-24T01:38:55.935990+0000 mon.smithi099 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:57.365 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:38:57.365 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:36:41.550242Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.rvdgkz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:38:57.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: cluster 2024-01-24T01:38:55.660553+0000 mgr.smithi099.npjflm (mgr.14182) 1029 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:57.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: audit 2024-01-24T01:38:56.252450+0000 mon.smithi099 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:38:57.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: audit 2024-01-24T01:38:56.254325+0000 mon.smithi099 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:38:57.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: audit 2024-01-24T01:38:56.265440+0000 mon.smithi099 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:57.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: cluster 2024-01-24T01:38:56.266616+0000 mgr.smithi099.npjflm (mgr.14182) 1030 : 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-24T01:38:57.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: audit 2024-01-24T01:38:56.273065+0000 mon.smithi099 (mon.0) 911 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:38:57.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: audit 2024-01-24T01:38:56.290419+0000 mon.smithi099 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:57.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:57 smithi156 bash[19595]: cephadm 2024-01-24T01:38:56.293600+0000 mgr.smithi099.npjflm (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.bhutgk on smithi156 2024-01-24T01:38:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: cluster 2024-01-24T01:38:55.660553+0000 mgr.smithi099.npjflm (mgr.14182) 1029 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:38:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: audit 2024-01-24T01:38:56.252450+0000 mon.smithi099 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:38:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: audit 2024-01-24T01:38:56.254325+0000 mon.smithi099 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:38:57.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: audit 2024-01-24T01:38:56.265440+0000 mon.smithi099 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:57.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: cluster 2024-01-24T01:38:56.266616+0000 mgr.smithi099.npjflm (mgr.14182) 1030 : 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-24T01:38:57.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: audit 2024-01-24T01:38:56.273065+0000 mon.smithi099 (mon.0) 911 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:38:57.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: audit 2024-01-24T01:38:56.290419+0000 mon.smithi099 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:57.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:57 smithi099 bash[16312]: cephadm 2024-01-24T01:38:56.293600+0000 mgr.smithi099.npjflm (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.bhutgk on smithi156 2024-01-24T01:38:58.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:38:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:58 smithi099 bash[16312]: cluster 2024-01-24T01:38:57.261957+0000 mon.smithi099 (mon.0) 913 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:38:58.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:58 smithi099 bash[16312]: cluster 2024-01-24T01:38:57.262034+0000 mon.smithi099 (mon.0) 914 : cluster [INF] Cluster is now healthy 2024-01-24T01:38:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:58 smithi099 bash[16312]: audit 2024-01-24T01:38:57.352379+0000 mgr.smithi099.npjflm (mgr.14182) 1032 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:58.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:58 smithi099 bash[16312]: audit 2024-01-24T01:38:57.972440+0000 mon.smithi099 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:58.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:58 smithi156 bash[19595]: cluster 2024-01-24T01:38:57.261957+0000 mon.smithi099 (mon.0) 913 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:38:58.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:58 smithi156 bash[19595]: cluster 2024-01-24T01:38:57.262034+0000 mon.smithi099 (mon.0) 914 : cluster [INF] Cluster is now healthy 2024-01-24T01:38:58.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:58 smithi156 bash[19595]: audit 2024-01-24T01:38:57.352379+0000 mgr.smithi099.npjflm (mgr.14182) 1032 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:38:58.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:58 smithi156 bash[19595]: audit 2024-01-24T01:38:57.972440+0000 mon.smithi099 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:38:59.005 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:38:59.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:38:59 smithi099 bash[16312]: cluster 2024-01-24T01:38:58.267371+0000 mgr.smithi099.npjflm (mgr.14182) 1033 : cluster [DBG] pgmap v686: 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-24T01:38:59.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:38:59 smithi156 bash[19595]: cluster 2024-01-24T01:38:58.267371+0000 mgr.smithi099.npjflm (mgr.14182) 1033 : cluster [DBG] pgmap v686: 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-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: cephadm 2024-01-24T01:39:00.174440+0000 mgr.smithi099.npjflm (mgr.14182) 1034 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.bhutgk ... 2024-01-24T01:39:01.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:01.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.bhutgk ... 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: cephadm 2024-01-24T01:39:00.174688+0000 mgr.smithi099.npjflm (mgr.14182) 1035 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: audit 2024-01-24T01:39:00.175135+0000 mon.smithi099 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.bhutgk"}]: dispatch 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: cephadm 2024-01-24T01:39:00.176689+0000 mgr.smithi099.npjflm (mgr.14182) 1036 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.bhutgk ... 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: cephadm 2024-01-24T01:39:00.180531+0000 mgr.smithi099.npjflm (mgr.14182) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xcynhr on smithi099 2024-01-24T01:39:01.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:01 smithi099 bash[16312]: cluster 2024-01-24T01:39:00.268204+0000 mgr.smithi099.npjflm (mgr.14182) 1038 : cluster [DBG] pgmap v687: 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-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: cephadm 2024-01-24T01:39:00.174440+0000 mgr.smithi099.npjflm (mgr.14182) 1034 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.bhutgk ... 2024-01-24T01:39:01.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.bhutgk ... 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: cephadm 2024-01-24T01:39:00.174688+0000 mgr.smithi099.npjflm (mgr.14182) 1035 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: audit 2024-01-24T01:39:00.175135+0000 mon.smithi099 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.bhutgk"}]: dispatch 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: cephadm 2024-01-24T01:39:00.176689+0000 mgr.smithi099.npjflm (mgr.14182) 1036 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.bhutgk ... 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:01.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: cephadm 2024-01-24T01:39:00.180531+0000 mgr.smithi099.npjflm (mgr.14182) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.xcynhr on smithi099 2024-01-24T01:39:01.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:01 smithi156 bash[19595]: cluster 2024-01-24T01:39:00.268204+0000 mgr.smithi099.npjflm (mgr.14182) 1038 : cluster [DBG] pgmap v687: 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-24T01:39:02.382 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:02.383 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:51.767652Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ewpgrw on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ewpgrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ewpgrw\nDeploy daemon haproxy.nfs.foo.smithi156.ewpgrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.620530Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vcwdjb on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vcwdjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vcwdjb\nDeploy daemon haproxy.nfs.foo.smithi099.vcwdjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:37:55.622691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.clryxa on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:03.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:03.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:03 smithi099 bash[16312]: cluster 2024-01-24T01:39:02.268925+0000 mgr.smithi099.npjflm (mgr.14182) 1039 : cluster [DBG] pgmap v688: 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-24T01:39:03.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:03 smithi099 bash[16312]: audit 2024-01-24T01:39:02.369462+0000 mgr.smithi099.npjflm (mgr.14182) 1040 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:03 smithi156 bash[19595]: cluster 2024-01-24T01:39:02.268925+0000 mgr.smithi099.npjflm (mgr.14182) 1039 : cluster [DBG] pgmap v688: 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-24T01:39:03.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:03 smithi156 bash[19595]: audit 2024-01-24T01:39:02.369462+0000 mgr.smithi099.npjflm (mgr.14182) 1040 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:04.060 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:04.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:04 smithi099 bash[16312]: audit 2024-01-24T01:39:03.997498+0000 mon.smithi099 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xcynhr"}]: dispatch 2024-01-24T01:39:04.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:04 smithi156 bash[19595]: audit 2024-01-24T01:39:03.997498+0000 mon.smithi099 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.xcynhr"}]: dispatch 2024-01-24T01:39:05.559 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: cephadm 2024-01-24T01:39:03.996732+0000 mgr.smithi099.npjflm (mgr.14182) 1041 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.559 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:05.559 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.559 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xcynhr ... 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:39:05.560 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xcynhr ... 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: cephadm 2024-01-24T01:39:03.996983+0000 mgr.smithi099.npjflm (mgr.14182) 1042 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.561 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: cephadm 2024-01-24T01:39:03.998910+0000 mgr.smithi099.npjflm (mgr.14182) 1043 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.xcynhr ... 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: cephadm 2024-01-24T01:39:04.002877+0000 mgr.smithi099.npjflm (mgr.14182) 1044 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: cephadm 2024-01-24T01:39:04.006544+0000 mgr.smithi099.npjflm (mgr.14182) 1045 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:39:05.562 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: cluster 2024-01-24T01:39:04.008169+0000 mgr.smithi099.npjflm (mgr.14182) 1046 : cluster [DBG] pgmap v689: 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-24T01:39:05.563 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:05 smithi099 bash[16312]: cluster 2024-01-24T01:39:04.325682+0000 mon.smithi099 (mon.0) 918 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:39:05.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: cephadm 2024-01-24T01:39:03.996732+0000 mgr.smithi099.npjflm (mgr.14182) 1041 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:05.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xcynhr ... 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:39:05.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xcynhr ... 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:05.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: cephadm 2024-01-24T01:39:03.996983+0000 mgr.smithi099.npjflm (mgr.14182) 1042 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: cephadm 2024-01-24T01:39:03.998910+0000 mgr.smithi099.npjflm (mgr.14182) 1043 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.xcynhr ... 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:39:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:39:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:39:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:39:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: cephadm 2024-01-24T01:39:04.002877+0000 mgr.smithi099.npjflm (mgr.14182) 1044 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:39:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: cephadm 2024-01-24T01:39:04.006544+0000 mgr.smithi099.npjflm (mgr.14182) 1045 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:39:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: cluster 2024-01-24T01:39:04.008169+0000 mgr.smithi099.npjflm (mgr.14182) 1046 : cluster [DBG] pgmap v689: 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-24T01:39:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:05 smithi156 bash[19595]: cluster 2024-01-24T01:39:04.325682+0000 mon.smithi099 (mon.0) 918 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:39:07.355 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:07.356 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:07.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:07 smithi099 bash[16312]: cluster 2024-01-24T01:39:06.009451+0000 mgr.smithi099.npjflm (mgr.14182) 1047 : cluster [DBG] pgmap v690: 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-24T01:39:07.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:07 smithi156 bash[19595]: cluster 2024-01-24T01:39:06.009451+0000 mgr.smithi099.npjflm (mgr.14182) 1047 : cluster [DBG] pgmap v690: 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-24T01:39:08.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:08.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:08 smithi156 bash[19595]: audit 2024-01-24T01:39:07.349933+0000 mgr.smithi099.npjflm (mgr.14182) 1048 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:08.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:08 smithi099 bash[16312]: audit 2024-01-24T01:39:07.349933+0000 mgr.smithi099.npjflm (mgr.14182) 1048 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:09.007 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:09.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:09 smithi156 bash[19595]: cluster 2024-01-24T01:39:08.010379+0000 mgr.smithi099.npjflm (mgr.14182) 1049 : cluster [DBG] pgmap v691: 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-24T01:39:09.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:09 smithi156 bash[19595]: audit 2024-01-24T01:39:08.837901+0000 mon.smithi099 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:39:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:09 smithi099 bash[16312]: cluster 2024-01-24T01:39:08.010379+0000 mgr.smithi099.npjflm (mgr.14182) 1049 : cluster [DBG] pgmap v691: 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-24T01:39:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:09 smithi099 bash[16312]: audit 2024-01-24T01:39:08.837901+0000 mon.smithi099 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:39:11.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:11 smithi099 bash[16312]: cluster 2024-01-24T01:39:10.011777+0000 mgr.smithi099.npjflm (mgr.14182) 1050 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-24T01:39:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:11 smithi156 bash[19595]: cluster 2024-01-24T01:39:10.011777+0000 mgr.smithi099.npjflm (mgr.14182) 1050 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-24T01:39:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:12.419 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:13.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:13 smithi099 bash[16312]: cluster 2024-01-24T01:39:12.013083+0000 mgr.smithi099.npjflm (mgr.14182) 1051 : cluster [DBG] pgmap v693: 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-24T01:39:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:13 smithi099 bash[16312]: audit 2024-01-24T01:39:12.413781+0000 mgr.smithi099.npjflm (mgr.14182) 1052 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:13.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:13 smithi099 bash[16312]: audit 2024-01-24T01:39:12.975096+0000 mon.smithi099 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:39:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:13 smithi156 bash[19595]: cluster 2024-01-24T01:39:12.013083+0000 mgr.smithi099.npjflm (mgr.14182) 1051 : cluster [DBG] pgmap v693: 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-24T01:39:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:13 smithi156 bash[19595]: audit 2024-01-24T01:39:12.413781+0000 mgr.smithi099.npjflm (mgr.14182) 1052 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:13 smithi156 bash[19595]: audit 2024-01-24T01:39:12.975096+0000 mon.smithi099 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:39:14.074 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:15.329 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:15 smithi099 bash[16312]: cluster 2024-01-24T01:39:14.014193+0000 mgr.smithi099.npjflm (mgr.14182) 1053 : cluster [DBG] pgmap v694: 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-24T01:39:15.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:15 smithi156 bash[19595]: cluster 2024-01-24T01:39:14.014193+0000 mgr.smithi099.npjflm (mgr.14182) 1053 : cluster [DBG] pgmap v694: 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-24T01:39:17.325 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:17.325 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:17 smithi099 bash[16312]: cluster 2024-01-24T01:39:16.015448+0000 mgr.smithi099.npjflm (mgr.14182) 1054 : 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-24T01:39:17.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:17 smithi156 bash[19595]: cluster 2024-01-24T01:39:16.015448+0000 mgr.smithi099.npjflm (mgr.14182) 1054 : 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-24T01:39:18.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:18 smithi099 bash[16312]: audit 2024-01-24T01:39:17.319597+0000 mgr.smithi099.npjflm (mgr.14182) 1055 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:18.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:18 smithi156 bash[19595]: audit 2024-01-24T01:39:17.319597+0000 mgr.smithi099.npjflm (mgr.14182) 1055 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:19.008 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:19 smithi099 bash[16312]: cluster 2024-01-24T01:39:18.016485+0000 mgr.smithi099.npjflm (mgr.14182) 1056 : 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-24T01:39:19.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:19 smithi156 bash[19595]: cluster 2024-01-24T01:39:18.016485+0000 mgr.smithi099.npjflm (mgr.14182) 1056 : 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-24T01:39:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:21 smithi099 bash[16312]: cluster 2024-01-24T01:39:20.017277+0000 mgr.smithi099.npjflm (mgr.14182) 1057 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:21 smithi156 bash[19595]: cluster 2024-01-24T01:39:20.017277+0000 mgr.smithi099.npjflm (mgr.14182) 1057 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:22.319 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:22.319 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:22.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:23 smithi099 bash[16312]: cluster 2024-01-24T01:39:22.018387+0000 mgr.smithi099.npjflm (mgr.14182) 1058 : 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-24T01:39:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:23 smithi099 bash[16312]: audit 2024-01-24T01:39:22.305536+0000 mgr.smithi099.npjflm (mgr.14182) 1059 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:23.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:23 smithi156 bash[19595]: cluster 2024-01-24T01:39:22.018387+0000 mgr.smithi099.npjflm (mgr.14182) 1058 : 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-24T01:39:23.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:23 smithi156 bash[19595]: audit 2024-01-24T01:39:22.305536+0000 mgr.smithi099.npjflm (mgr.14182) 1059 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:23.980 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:25 smithi099 bash[16312]: cluster 2024-01-24T01:39:24.019216+0000 mgr.smithi099.npjflm (mgr.14182) 1060 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:25 smithi156 bash[19595]: cluster 2024-01-24T01:39:24.019216+0000 mgr.smithi099.npjflm (mgr.14182) 1060 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:27.315 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:27.315 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:27 smithi099 bash[16312]: cluster 2024-01-24T01:39:26.019978+0000 mgr.smithi099.npjflm (mgr.14182) 1061 : 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-24T01:39:27.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:27 smithi156 bash[19595]: cluster 2024-01-24T01:39:26.019978+0000 mgr.smithi099.npjflm (mgr.14182) 1061 : 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-24T01:39:27.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:28.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:28 smithi099 bash[16312]: audit 2024-01-24T01:39:27.301911+0000 mgr.smithi099.npjflm (mgr.14182) 1062 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:28.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:28 smithi156 bash[19595]: audit 2024-01-24T01:39:27.301911+0000 mgr.smithi099.npjflm (mgr.14182) 1062 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:28.935 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:29 smithi099 bash[16312]: cluster 2024-01-24T01:39:28.021108+0000 mgr.smithi099.npjflm (mgr.14182) 1063 : 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-24T01:39:29.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:29 smithi156 bash[19595]: cluster 2024-01-24T01:39:28.021108+0000 mgr.smithi099.npjflm (mgr.14182) 1063 : 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-24T01:39:31.427 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:31 smithi099 bash[16312]: cluster 2024-01-24T01:39:30.021936+0000 mgr.smithi099.npjflm (mgr.14182) 1064 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:31.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:31 smithi156 bash[19595]: cluster 2024-01-24T01:39:30.021936+0000 mgr.smithi099.npjflm (mgr.14182) 1064 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:32.240 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:32.240 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:32.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:33 smithi099 bash[16312]: cluster 2024-01-24T01:39:32.022897+0000 mgr.smithi099.npjflm (mgr.14182) 1065 : 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-24T01:39:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:33 smithi099 bash[16312]: audit 2024-01-24T01:39:32.229324+0000 mgr.smithi099.npjflm (mgr.14182) 1066 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:33.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:33 smithi156 bash[19595]: cluster 2024-01-24T01:39:32.022897+0000 mgr.smithi099.npjflm (mgr.14182) 1065 : 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-24T01:39:33.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:33 smithi156 bash[19595]: audit 2024-01-24T01:39:32.229324+0000 mgr.smithi099.npjflm (mgr.14182) 1066 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:33.925 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:35.289 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:35 smithi099 bash[16312]: cluster 2024-01-24T01:39:34.024001+0000 mgr.smithi099.npjflm (mgr.14182) 1067 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:35 smithi156 bash[19595]: cluster 2024-01-24T01:39:34.024001+0000 mgr.smithi099.npjflm (mgr.14182) 1067 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:37.113 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:37.113 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:37 smithi099 bash[16312]: cluster 2024-01-24T01:39:36.025322+0000 mgr.smithi099.npjflm (mgr.14182) 1068 : 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-24T01:39:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:37 smithi156 bash[19595]: cluster 2024-01-24T01:39:36.025322+0000 mgr.smithi099.npjflm (mgr.14182) 1068 : 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-24T01:39:37.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:38.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:38 smithi099 bash[16312]: audit 2024-01-24T01:39:37.101309+0000 mgr.smithi099.npjflm (mgr.14182) 1069 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:38 smithi156 bash[19595]: audit 2024-01-24T01:39:37.101309+0000 mgr.smithi099.npjflm (mgr.14182) 1069 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:38.996 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:39.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:39 smithi099 bash[16312]: cluster 2024-01-24T01:39:38.026544+0000 mgr.smithi099.npjflm (mgr.14182) 1070 : 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-24T01:39:39.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:39 smithi156 bash[19595]: cluster 2024-01-24T01:39:38.026544+0000 mgr.smithi099.npjflm (mgr.14182) 1070 : 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-24T01:39:41.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:41 smithi099 bash[16312]: cluster 2024-01-24T01:39:40.027231+0000 mgr.smithi099.npjflm (mgr.14182) 1071 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:41.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:41 smithi156 bash[19595]: cluster 2024-01-24T01:39:40.027231+0000 mgr.smithi099.npjflm (mgr.14182) 1071 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:42.318 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:42.319 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:42.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:43 smithi099 bash[16312]: cluster 2024-01-24T01:39:42.027908+0000 mgr.smithi099.npjflm (mgr.14182) 1072 : 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-24T01:39:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:43 smithi099 bash[16312]: audit 2024-01-24T01:39:42.304880+0000 mgr.smithi099.npjflm (mgr.14182) 1073 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:43.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:43 smithi156 bash[19595]: cluster 2024-01-24T01:39:42.027908+0000 mgr.smithi099.npjflm (mgr.14182) 1072 : 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-24T01:39:43.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:43 smithi156 bash[19595]: audit 2024-01-24T01:39:42.304880+0000 mgr.smithi099.npjflm (mgr.14182) 1073 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:43.952 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:45.263 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:45 smithi099 bash[16312]: cluster 2024-01-24T01:39:44.028973+0000 mgr.smithi099.npjflm (mgr.14182) 1074 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:45.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:45 smithi156 bash[19595]: cluster 2024-01-24T01:39:44.028973+0000 mgr.smithi099.npjflm (mgr.14182) 1074 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:47.056 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:47.056 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:47.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:47 smithi156 bash[19595]: cluster 2024-01-24T01:39:46.030272+0000 mgr.smithi099.npjflm (mgr.14182) 1075 : 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-24T01:39:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:47 smithi099 bash[16312]: cluster 2024-01-24T01:39:46.030272+0000 mgr.smithi099.npjflm (mgr.14182) 1075 : 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-24T01:39:47.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:48 smithi156 bash[19595]: audit 2024-01-24T01:39:47.050027+0000 mgr.smithi099.npjflm (mgr.14182) 1076 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:48.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:48 smithi099 bash[16312]: audit 2024-01-24T01:39:47.050027+0000 mgr.smithi099.npjflm (mgr.14182) 1076 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:48.723 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:49 smithi156 bash[19595]: cluster 2024-01-24T01:39:48.031471+0000 mgr.smithi099.npjflm (mgr.14182) 1077 : 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-24T01:39:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:49 smithi099 bash[16312]: cluster 2024-01-24T01:39:48.031471+0000 mgr.smithi099.npjflm (mgr.14182) 1077 : 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-24T01:39:51.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:51 smithi099 bash[16312]: cluster 2024-01-24T01:39:50.032479+0000 mgr.smithi099.npjflm (mgr.14182) 1078 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:51 smithi156 bash[19595]: cluster 2024-01-24T01:39:50.032479+0000 mgr.smithi099.npjflm (mgr.14182) 1078 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:39:52.188 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:52.188 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:52.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:53 smithi099 bash[16312]: cluster 2024-01-24T01:39:52.033320+0000 mgr.smithi099.npjflm (mgr.14182) 1079 : 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-24T01:39:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:53 smithi099 bash[16312]: audit 2024-01-24T01:39:52.174933+0000 mgr.smithi099.npjflm (mgr.14182) 1080 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:53 smithi156 bash[19595]: cluster 2024-01-24T01:39:52.033320+0000 mgr.smithi099.npjflm (mgr.14182) 1079 : 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-24T01:39:53.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:53 smithi156 bash[19595]: audit 2024-01-24T01:39:52.174933+0000 mgr.smithi099.npjflm (mgr.14182) 1080 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:53.751 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:55.130 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:55 smithi099 bash[16312]: cluster 2024-01-24T01:39:54.034030+0000 mgr.smithi099.npjflm (mgr.14182) 1081 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:55 smithi156 bash[19595]: cluster 2024-01-24T01:39:54.034030+0000 mgr.smithi099.npjflm (mgr.14182) 1081 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:39:57.047 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:39:57.048 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:39:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:57 smithi156 bash[19595]: cluster 2024-01-24T01:39:56.035282+0000 mgr.smithi099.npjflm (mgr.14182) 1082 : 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-24T01:39:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:57 smithi099 bash[16312]: cluster 2024-01-24T01:39:56.035282+0000 mgr.smithi099.npjflm (mgr.14182) 1082 : 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-24T01:39:57.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:39:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:58 smithi156 bash[19595]: audit 2024-01-24T01:39:57.034153+0000 mgr.smithi099.npjflm (mgr.14182) 1083 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:58.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:58 smithi099 bash[16312]: audit 2024-01-24T01:39:57.034153+0000 mgr.smithi099.npjflm (mgr.14182) 1083 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:39:58.700 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:39:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:39:59 smithi156 bash[19595]: cluster 2024-01-24T01:39:58.036429+0000 mgr.smithi099.npjflm (mgr.14182) 1084 : 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-24T01:39:59.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:39:59 smithi099 bash[16312]: cluster 2024-01-24T01:39:58.036429+0000 mgr.smithi099.npjflm (mgr.14182) 1084 : 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-24T01:40:00.187 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:00 smithi099 bash[16312]: cluster 2024-01-24T01:40:00.000152+0000 mon.smithi099 (mon.0) 921 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T01:40:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:00 smithi156 bash[19595]: cluster 2024-01-24T01:40:00.000152+0000 mon.smithi099 (mon.0) 921 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T01:40:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:01 smithi156 bash[19595]: cluster 2024-01-24T01:40:00.037257+0000 mgr.smithi099.npjflm (mgr.14182) 1085 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:01.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:01 smithi099 bash[16312]: cluster 2024-01-24T01:40:00.037257+0000 mgr.smithi099.npjflm (mgr.14182) 1085 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:02.169 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:02.169 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:02.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:03 smithi156 bash[19595]: cluster 2024-01-24T01:40:02.038473+0000 mgr.smithi099.npjflm (mgr.14182) 1086 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:03 smithi156 bash[19595]: audit 2024-01-24T01:40:02.155878+0000 mgr.smithi099.npjflm (mgr.14182) 1087 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:03.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:03 smithi099 bash[16312]: cluster 2024-01-24T01:40:02.038473+0000 mgr.smithi099.npjflm (mgr.14182) 1086 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:03.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:03 smithi099 bash[16312]: audit 2024-01-24T01:40:02.155878+0000 mgr.smithi099.npjflm (mgr.14182) 1087 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:03.794 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:04.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:04 smithi156 bash[19595]: audit 2024-01-24T01:40:04.010660+0000 mon.smithi099 (mon.0) 922 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:40:04.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:04 smithi099 bash[16312]: audit 2024-01-24T01:40:04.010660+0000 mon.smithi099 (mon.0) 922 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: cluster 2024-01-24T01:40:04.039196+0000 mgr.smithi099.npjflm (mgr.14182) 1088 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: audit 2024-01-24T01:40:04.334016+0000 mon.smithi099 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: audit 2024-01-24T01:40:04.335543+0000 mon.smithi099 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: audit 2024-01-24T01:40:04.344314+0000 mon.smithi099 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: cluster 2024-01-24T01:40:04.345386+0000 mgr.smithi099.npjflm (mgr.14182) 1089 : 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-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: audit 2024-01-24T01:40:04.352793+0000 mon.smithi099 (mon.0) 926 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: audit 2024-01-24T01:40:04.367982+0000 mon.smithi099 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:40:05.276 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:05 smithi099 bash[16312]: cephadm 2024-01-24T01:40:04.371917+0000 mgr.smithi099.npjflm (mgr.14182) 1090 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.akdkbl on smithi156 2024-01-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: cluster 2024-01-24T01:40:04.039196+0000 mgr.smithi099.npjflm (mgr.14182) 1088 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: audit 2024-01-24T01:40:04.334016+0000 mon.smithi099 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: audit 2024-01-24T01:40:04.335543+0000 mon.smithi099 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: audit 2024-01-24T01:40:04.344314+0000 mon.smithi099 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: cluster 2024-01-24T01:40:04.345386+0000 mgr.smithi099.npjflm (mgr.14182) 1089 : 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-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: audit 2024-01-24T01:40:04.352793+0000 mon.smithi099 (mon.0) 926 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: audit 2024-01-24T01:40:04.367982+0000 mon.smithi099 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:40:05.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:05 smithi156 bash[19595]: cephadm 2024-01-24T01:40:04.371917+0000 mgr.smithi099.npjflm (mgr.14182) 1090 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.akdkbl on smithi156 2024-01-24T01:40:06.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:06 smithi156 bash[19595]: cluster 2024-01-24T01:40:05.341308+0000 mon.smithi099 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:40:06.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:06 smithi156 bash[19595]: cluster 2024-01-24T01:40:05.341393+0000 mon.smithi099 (mon.0) 929 : cluster [INF] Cluster is now healthy 2024-01-24T01:40:06.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:06 smithi099 bash[16312]: cluster 2024-01-24T01:40:05.341308+0000 mon.smithi099 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:40:06.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:06 smithi099 bash[16312]: cluster 2024-01-24T01:40:05.341393+0000 mon.smithi099 (mon.0) 929 : cluster [INF] Cluster is now healthy 2024-01-24T01:40:07.193 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:07.193 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:37:55.624324Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.gfnsvz on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:00.176354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bhutgk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-bhutgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.bhutgk\nDeploy daemon haproxy.nfs.foo.smithi156.bhutgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:03.998667Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.xcynhr on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-xcynhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.xcynhr\nDeploy daemon haproxy.nfs.foo.smithi099.xcynhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:39:04.002673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.aftitl on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:07 smithi156 bash[19595]: cluster 2024-01-24T01:40:06.346216+0000 mgr.smithi099.npjflm (mgr.14182) 1091 : cluster [DBG] pgmap v721: 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-24T01:40:07.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:07 smithi099 bash[16312]: cluster 2024-01-24T01:40:06.346216+0000 mgr.smithi099.npjflm (mgr.14182) 1091 : cluster [DBG] pgmap v721: 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-24T01:40:07.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:08 smithi156 bash[19595]: audit 2024-01-24T01:40:07.181851+0000 mgr.smithi099.npjflm (mgr.14182) 1092 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:08.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:08 smithi099 bash[16312]: audit 2024-01-24T01:40:07.181851+0000 mgr.smithi099.npjflm (mgr.14182) 1092 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:08.815 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: cephadm 2024-01-24T01:40:08.170573+0000 mgr.smithi099.npjflm (mgr.14182) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.akdkbl ... 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.akdkbl ... 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: cephadm 2024-01-24T01:40:08.171086+0000 mgr.smithi099.npjflm (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: audit 2024-01-24T01:40:08.171727+0000 mon.smithi099 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.akdkbl"}]: dispatch 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: cephadm 2024-01-24T01:40:08.173411+0000 mgr.smithi099.npjflm (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.akdkbl ... 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: cephadm 2024-01-24T01:40:08.177988+0000 mgr.smithi099.npjflm (mgr.14182) 1096 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.qckamp on smithi099 2024-01-24T01:40:09.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:09 smithi156 bash[19595]: cluster 2024-01-24T01:40:08.346962+0000 mgr.smithi099.npjflm (mgr.14182) 1097 : cluster [DBG] pgmap v722: 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-24T01:40:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: cephadm 2024-01-24T01:40:08.170573+0000 mgr.smithi099.npjflm (mgr.14182) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:09.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.akdkbl ... 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.akdkbl ... 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: cephadm 2024-01-24T01:40:08.171086+0000 mgr.smithi099.npjflm (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: audit 2024-01-24T01:40:08.171727+0000 mon.smithi099 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.akdkbl"}]: dispatch 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: cephadm 2024-01-24T01:40:08.173411+0000 mgr.smithi099.npjflm (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl 2024-01-24T01:40:09.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.akdkbl ... 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: cephadm 2024-01-24T01:40:08.177988+0000 mgr.smithi099.npjflm (mgr.14182) 1096 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.qckamp on smithi099 2024-01-24T01:40:09.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:09 smithi099 bash[16312]: cluster 2024-01-24T01:40:08.346962+0000 mgr.smithi099.npjflm (mgr.14182) 1097 : cluster [DBG] pgmap v722: 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-24T01:40:11.397 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:11 smithi099 bash[16312]: cluster 2024-01-24T01:40:10.348156+0000 mgr.smithi099.npjflm (mgr.14182) 1098 : cluster [DBG] pgmap v723: 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-24T01:40:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:11 smithi156 bash[19595]: cluster 2024-01-24T01:40:10.348156+0000 mgr.smithi099.npjflm (mgr.14182) 1098 : cluster [DBG] pgmap v723: 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-24T01:40:12.342 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:12.342 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:12.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:12 smithi099 bash[16312]: audit 2024-01-24T01:40:11.984590+0000 mon.smithi099 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.qckamp"}]: dispatch 2024-01-24T01:40:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:12 smithi156 bash[19595]: audit 2024-01-24T01:40:11.984590+0000 mon.smithi099 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.qckamp"}]: dispatch 2024-01-24T01:40:13.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: cephadm 2024-01-24T01:40:11.983739+0000 mgr.smithi099.npjflm (mgr.14182) 1099 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qckamp ... 2024-01-24T01:40:13.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:13.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qckamp ... 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: cephadm 2024-01-24T01:40:11.984097+0000 mgr.smithi099.npjflm (mgr.14182) 1100 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: cephadm 2024-01-24T01:40:11.985610+0000 mgr.smithi099.npjflm (mgr.14182) 1101 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.qckamp ... 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: cephadm 2024-01-24T01:40:11.988418+0000 mgr.smithi099.npjflm (mgr.14182) 1102 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: cephadm 2024-01-24T01:40:11.991161+0000 mgr.smithi099.npjflm (mgr.14182) 1103 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: cluster 2024-01-24T01:40:11.992588+0000 mgr.smithi099.npjflm (mgr.14182) 1104 : cluster [DBG] pgmap v724: 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-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: cluster 2024-01-24T01:40:12.041216+0000 mon.smithi099 (mon.0) 932 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:40:13.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:13 smithi099 bash[16312]: audit 2024-01-24T01:40:12.328997+0000 mgr.smithi099.npjflm (mgr.14182) 1105 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: cephadm 2024-01-24T01:40:11.983739+0000 mgr.smithi099.npjflm (mgr.14182) 1099 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qckamp ... 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qckamp ... 2024-01-24T01:40:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: cephadm 2024-01-24T01:40:11.984097+0000 mgr.smithi099.npjflm (mgr.14182) 1100 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: cephadm 2024-01-24T01:40:11.985610+0000 mgr.smithi099.npjflm (mgr.14182) 1101 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.qckamp ... 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:40:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:40:13.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:40:13.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:40:13.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: cephadm 2024-01-24T01:40:11.988418+0000 mgr.smithi099.npjflm (mgr.14182) 1102 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:40:13.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: cephadm 2024-01-24T01:40:11.991161+0000 mgr.smithi099.npjflm (mgr.14182) 1103 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:40:13.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: cluster 2024-01-24T01:40:11.992588+0000 mgr.smithi099.npjflm (mgr.14182) 1104 : cluster [DBG] pgmap v724: 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-24T01:40:13.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: cluster 2024-01-24T01:40:12.041216+0000 mon.smithi099 (mon.0) 932 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:40:13.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:13 smithi156 bash[19595]: audit 2024-01-24T01:40:12.328997+0000 mgr.smithi099.npjflm (mgr.14182) 1105 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:14.021 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:15.230 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:14 smithi099 bash[16312]: audit 2024-01-24T01:40:13.888101+0000 mon.smithi099 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:40:15.231 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:14 smithi099 bash[16312]: cluster 2024-01-24T01:40:13.993653+0000 mgr.smithi099.npjflm (mgr.14182) 1106 : cluster [DBG] pgmap v725: 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-24T01:40:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:14 smithi156 bash[19595]: audit 2024-01-24T01:40:13.888101+0000 mon.smithi099 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:40:15.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:14 smithi156 bash[19595]: cluster 2024-01-24T01:40:13.993653+0000 mgr.smithi099.npjflm (mgr.14182) 1106 : cluster [DBG] pgmap v725: 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-24T01:40:17.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:17 smithi099 bash[16312]: cluster 2024-01-24T01:40:15.994910+0000 mgr.smithi099.npjflm (mgr.14182) 1107 : cluster [DBG] pgmap v726: 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-24T01:40:17.352 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:17.352 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:17.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:17 smithi156 bash[19595]: cluster 2024-01-24T01:40:15.994910+0000 mgr.smithi099.npjflm (mgr.14182) 1107 : cluster [DBG] pgmap v726: 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-24T01:40:18.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:18.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:18 smithi099 bash[16312]: audit 2024-01-24T01:40:17.338666+0000 mgr.smithi099.npjflm (mgr.14182) 1108 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:18 smithi156 bash[19595]: audit 2024-01-24T01:40:17.338666+0000 mgr.smithi099.npjflm (mgr.14182) 1108 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:19.027 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:19 smithi099 bash[16312]: cluster 2024-01-24T01:40:17.996127+0000 mgr.smithi099.npjflm (mgr.14182) 1109 : cluster [DBG] pgmap v727: 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-24T01:40:19.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:19 smithi156 bash[19595]: cluster 2024-01-24T01:40:17.996127+0000 mgr.smithi099.npjflm (mgr.14182) 1109 : cluster [DBG] pgmap v727: 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-24T01:40:21.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:21 smithi099 bash[16312]: cluster 2024-01-24T01:40:19.997303+0000 mgr.smithi099.npjflm (mgr.14182) 1110 : cluster [DBG] pgmap v728: 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-24T01:40:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:21 smithi156 bash[19595]: cluster 2024-01-24T01:40:19.997303+0000 mgr.smithi099.npjflm (mgr.14182) 1110 : cluster [DBG] pgmap v728: 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-24T01:40:22.320 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:22.320 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:22.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:23 smithi099 bash[16312]: cluster 2024-01-24T01:40:21.998196+0000 mgr.smithi099.npjflm (mgr.14182) 1111 : cluster [DBG] pgmap v729: 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-24T01:40:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:23 smithi099 bash[16312]: audit 2024-01-24T01:40:22.314441+0000 mgr.smithi099.npjflm (mgr.14182) 1112 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:23.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:23 smithi156 bash[19595]: cluster 2024-01-24T01:40:21.998196+0000 mgr.smithi099.npjflm (mgr.14182) 1111 : cluster [DBG] pgmap v729: 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-24T01:40:23.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:23 smithi156 bash[19595]: audit 2024-01-24T01:40:22.314441+0000 mgr.smithi099.npjflm (mgr.14182) 1112 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:23.950 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:25.287 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:25 smithi099 bash[16312]: cluster 2024-01-24T01:40:23.999208+0000 mgr.smithi099.npjflm (mgr.14182) 1113 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:25 smithi156 bash[19595]: cluster 2024-01-24T01:40:23.999208+0000 mgr.smithi099.npjflm (mgr.14182) 1113 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:27.217 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:27.218 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:27 smithi099 bash[16312]: cluster 2024-01-24T01:40:26.000473+0000 mgr.smithi099.npjflm (mgr.14182) 1114 : 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-24T01:40:27.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:27 smithi156 bash[19595]: cluster 2024-01-24T01:40:26.000473+0000 mgr.smithi099.npjflm (mgr.14182) 1114 : 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-24T01:40:27.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:28.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:28 smithi099 bash[16312]: audit 2024-01-24T01:40:27.211686+0000 mgr.smithi099.npjflm (mgr.14182) 1115 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:28 smithi156 bash[19595]: audit 2024-01-24T01:40:27.211686+0000 mgr.smithi099.npjflm (mgr.14182) 1115 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:28.854 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:29.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:29 smithi099 bash[16312]: cluster 2024-01-24T01:40:28.001819+0000 mgr.smithi099.npjflm (mgr.14182) 1116 : 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-24T01:40:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:29 smithi156 bash[19595]: cluster 2024-01-24T01:40:28.001819+0000 mgr.smithi099.npjflm (mgr.14182) 1116 : 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-24T01:40:31.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:31 smithi099 bash[16312]: cluster 2024-01-24T01:40:30.003020+0000 mgr.smithi099.npjflm (mgr.14182) 1117 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:31 smithi156 bash[19595]: cluster 2024-01-24T01:40:30.003020+0000 mgr.smithi099.npjflm (mgr.14182) 1117 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:32.274 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:32.274 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:32.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:33 smithi099 bash[16312]: cluster 2024-01-24T01:40:32.004286+0000 mgr.smithi099.npjflm (mgr.14182) 1118 : 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-24T01:40:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:33 smithi099 bash[16312]: audit 2024-01-24T01:40:32.261105+0000 mgr.smithi099.npjflm (mgr.14182) 1119 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:33 smithi156 bash[19595]: cluster 2024-01-24T01:40:32.004286+0000 mgr.smithi099.npjflm (mgr.14182) 1118 : 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-24T01:40:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:33 smithi156 bash[19595]: audit 2024-01-24T01:40:32.261105+0000 mgr.smithi099.npjflm (mgr.14182) 1119 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:33.899 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:35.250 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:35 smithi099 bash[16312]: cluster 2024-01-24T01:40:34.005487+0000 mgr.smithi099.npjflm (mgr.14182) 1120 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:35 smithi156 bash[19595]: cluster 2024-01-24T01:40:34.005487+0000 mgr.smithi099.npjflm (mgr.14182) 1120 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:37.025 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:37.026 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:37.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:37 smithi099 bash[16312]: cluster 2024-01-24T01:40:36.006738+0000 mgr.smithi099.npjflm (mgr.14182) 1121 : 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-24T01:40:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:37 smithi156 bash[19595]: cluster 2024-01-24T01:40:36.006738+0000 mgr.smithi099.npjflm (mgr.14182) 1121 : 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-24T01:40:37.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:38 smithi156 bash[19595]: audit 2024-01-24T01:40:37.019908+0000 mgr.smithi099.npjflm (mgr.14182) 1122 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:38.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:38 smithi099 bash[16312]: audit 2024-01-24T01:40:37.019908+0000 mgr.smithi099.npjflm (mgr.14182) 1122 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:38.674 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:39 smithi156 bash[19595]: cluster 2024-01-24T01:40:38.007886+0000 mgr.smithi099.npjflm (mgr.14182) 1123 : 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-24T01:40:39.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:39 smithi099 bash[16312]: cluster 2024-01-24T01:40:38.007886+0000 mgr.smithi099.npjflm (mgr.14182) 1123 : 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-24T01:40:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:41 smithi156 bash[19595]: cluster 2024-01-24T01:40:40.009062+0000 mgr.smithi099.npjflm (mgr.14182) 1124 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:41.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:41 smithi099 bash[16312]: cluster 2024-01-24T01:40:40.009062+0000 mgr.smithi099.npjflm (mgr.14182) 1124 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:42.185 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:42.185 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:42.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:43 smithi156 bash[19595]: cluster 2024-01-24T01:40:42.010204+0000 mgr.smithi099.npjflm (mgr.14182) 1125 : 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-24T01:40:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:43 smithi156 bash[19595]: audit 2024-01-24T01:40:42.173074+0000 mgr.smithi099.npjflm (mgr.14182) 1126 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:43.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:43 smithi099 bash[16312]: cluster 2024-01-24T01:40:42.010204+0000 mgr.smithi099.npjflm (mgr.14182) 1125 : 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-24T01:40:43.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:43 smithi099 bash[16312]: audit 2024-01-24T01:40:42.173074+0000 mgr.smithi099.npjflm (mgr.14182) 1126 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:43.796 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:45.174 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:45 smithi099 bash[16312]: cluster 2024-01-24T01:40:44.011002+0000 mgr.smithi099.npjflm (mgr.14182) 1127 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:45 smithi156 bash[19595]: cluster 2024-01-24T01:40:44.011002+0000 mgr.smithi099.npjflm (mgr.14182) 1127 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:46.932 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:46.932 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:47.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:47 smithi099 bash[16312]: cluster 2024-01-24T01:40:46.012011+0000 mgr.smithi099.npjflm (mgr.14182) 1128 : 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-24T01:40:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:47 smithi156 bash[19595]: cluster 2024-01-24T01:40:46.012011+0000 mgr.smithi099.npjflm (mgr.14182) 1128 : 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-24T01:40:47.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:48.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:48 smithi156 bash[19595]: audit 2024-01-24T01:40:46.922344+0000 mgr.smithi099.npjflm (mgr.14182) 1129 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:48.595 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:48.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:48 smithi099 bash[16312]: audit 2024-01-24T01:40:46.922344+0000 mgr.smithi099.npjflm (mgr.14182) 1129 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:49 smithi156 bash[19595]: cluster 2024-01-24T01:40:48.013171+0000 mgr.smithi099.npjflm (mgr.14182) 1130 : 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-24T01:40:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:49 smithi099 bash[16312]: cluster 2024-01-24T01:40:48.013171+0000 mgr.smithi099.npjflm (mgr.14182) 1130 : 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-24T01:40:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:51 smithi156 bash[19595]: cluster 2024-01-24T01:40:50.013847+0000 mgr.smithi099.npjflm (mgr.14182) 1131 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:51.506 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:51 smithi099 bash[16312]: cluster 2024-01-24T01:40:50.013847+0000 mgr.smithi099.npjflm (mgr.14182) 1131 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:40:51.945 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:51.945 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:52.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:53 smithi156 bash[19595]: audit 2024-01-24T01:40:51.931858+0000 mgr.smithi099.npjflm (mgr.14182) 1132 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:53 smithi156 bash[19595]: cluster 2024-01-24T01:40:52.014650+0000 mgr.smithi099.npjflm (mgr.14182) 1133 : 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-24T01:40:53.565 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:53.578 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:53 smithi099 bash[16312]: audit 2024-01-24T01:40:51.931858+0000 mgr.smithi099.npjflm (mgr.14182) 1132 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:53.578 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:53 smithi099 bash[16312]: cluster 2024-01-24T01:40:52.014650+0000 mgr.smithi099.npjflm (mgr.14182) 1133 : 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-24T01:40:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:55 smithi156 bash[19595]: cluster 2024-01-24T01:40:54.015658+0000 mgr.smithi099.npjflm (mgr.14182) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:55 smithi099 bash[16312]: cluster 2024-01-24T01:40:54.015658+0000 mgr.smithi099.npjflm (mgr.14182) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:40:56.830 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:40:56.830 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:40:57.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:40:57.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:57 smithi156 bash[19595]: cluster 2024-01-24T01:40:56.016779+0000 mgr.smithi099.npjflm (mgr.14182) 1135 : 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-24T01:40:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:57 smithi099 bash[16312]: cluster 2024-01-24T01:40:56.016779+0000 mgr.smithi099.npjflm (mgr.14182) 1135 : 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-24T01:40:58.459 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:40:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:58 smithi156 bash[19595]: audit 2024-01-24T01:40:56.816701+0000 mgr.smithi099.npjflm (mgr.14182) 1136 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:58.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:58 smithi099 bash[16312]: audit 2024-01-24T01:40:56.816701+0000 mgr.smithi099.npjflm (mgr.14182) 1136 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:40:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:40:59 smithi156 bash[19595]: cluster 2024-01-24T01:40:58.017331+0000 mgr.smithi099.npjflm (mgr.14182) 1137 : 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-24T01:40:59.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:40:59 smithi099 bash[16312]: cluster 2024-01-24T01:40:58.017331+0000 mgr.smithi099.npjflm (mgr.14182) 1137 : 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-24T01:41:01.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:01 smithi099 bash[16312]: cluster 2024-01-24T01:41:00.018412+0000 mgr.smithi099.npjflm (mgr.14182) 1138 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:01.606 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:01.606 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:01.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:01 smithi156 bash[19595]: cluster 2024-01-24T01:41:00.018412+0000 mgr.smithi099.npjflm (mgr.14182) 1138 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:02.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:03.202 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:03.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:03 smithi099 bash[16312]: audit 2024-01-24T01:41:01.597601+0000 mgr.smithi099.npjflm (mgr.14182) 1139 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:03.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:03 smithi099 bash[16312]: cluster 2024-01-24T01:41:02.019699+0000 mgr.smithi099.npjflm (mgr.14182) 1140 : 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-24T01:41:03.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:03 smithi156 bash[19595]: audit 2024-01-24T01:41:01.597601+0000 mgr.smithi099.npjflm (mgr.14182) 1139 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:03.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:03 smithi156 bash[19595]: cluster 2024-01-24T01:41:02.019699+0000 mgr.smithi099.npjflm (mgr.14182) 1140 : 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-24T01:41:05.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:05 smithi099 bash[16312]: cluster 2024-01-24T01:41:04.020827+0000 mgr.smithi099.npjflm (mgr.14182) 1141 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:05.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:05 smithi156 bash[19595]: cluster 2024-01-24T01:41:04.020827+0000 mgr.smithi099.npjflm (mgr.14182) 1141 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:06.400 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:06.400 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:07.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:07.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:07 smithi099 bash[16312]: cluster 2024-01-24T01:41:06.021920+0000 mgr.smithi099.npjflm (mgr.14182) 1142 : 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-24T01:41:07.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:07 smithi099 bash[16312]: audit 2024-01-24T01:41:06.394230+0000 mgr.smithi099.npjflm (mgr.14182) 1143 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:07.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:07 smithi156 bash[19595]: cluster 2024-01-24T01:41:06.021920+0000 mgr.smithi099.npjflm (mgr.14182) 1142 : 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-24T01:41:07.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:07 smithi156 bash[19595]: audit 2024-01-24T01:41:06.394230+0000 mgr.smithi099.npjflm (mgr.14182) 1143 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:08.073 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:09.518 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:09 smithi099 bash[16312]: cluster 2024-01-24T01:41:08.023056+0000 mgr.smithi099.npjflm (mgr.14182) 1144 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:09.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:09 smithi156 bash[19595]: cluster 2024-01-24T01:41:08.023056+0000 mgr.smithi099.npjflm (mgr.14182) 1144 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:11.282 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:11.282 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:39:04.006347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fnqiwi on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:11.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:11 smithi099 bash[16312]: cluster 2024-01-24T01:41:10.024163+0000 mgr.smithi099.npjflm (mgr.14182) 1145 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:11.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:11 smithi156 bash[19595]: cluster 2024-01-24T01:41:10.024163+0000 mgr.smithi099.npjflm (mgr.14182) 1145 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:11.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:12.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:12 smithi099 bash[16312]: audit 2024-01-24T01:41:11.276635+0000 mgr.smithi099.npjflm (mgr.14182) 1146 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:12.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:12 smithi099 bash[16312]: audit 2024-01-24T01:41:11.996925+0000 mon.smithi099 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:41:12.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:12 smithi156 bash[19595]: audit 2024-01-24T01:41:11.276635+0000 mgr.smithi099.npjflm (mgr.14182) 1146 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:12.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:12 smithi156 bash[19595]: audit 2024-01-24T01:41:11.996925+0000 mon.smithi099 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:41:12.889 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:13.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: cluster 2024-01-24T01:41:12.025010+0000 mgr.smithi099.npjflm (mgr.14182) 1147 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:13.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: audit 2024-01-24T01:41:12.301981+0000 mon.smithi099 (mon.0) 935 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:41:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: audit 2024-01-24T01:41:12.303352+0000 mon.smithi099 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:41:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: audit 2024-01-24T01:41:12.311127+0000 mon.smithi099 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:41:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: cluster 2024-01-24T01:41:12.312016+0000 mgr.smithi099.npjflm (mgr.14182) 1148 : cluster [DBG] pgmap v755: 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-24T01:41:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: audit 2024-01-24T01:41:12.321259+0000 mon.smithi099 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:41:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: audit 2024-01-24T01:41:12.337792+0000 mon.smithi099 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:41:13.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:13 smithi099 bash[16312]: cephadm 2024-01-24T01:41:12.341941+0000 mgr.smithi099.npjflm (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tqwbiz on smithi156 2024-01-24T01:41:13.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: cluster 2024-01-24T01:41:12.025010+0000 mgr.smithi099.npjflm (mgr.14182) 1147 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:13.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: audit 2024-01-24T01:41:12.301981+0000 mon.smithi099 (mon.0) 935 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:41:13.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: audit 2024-01-24T01:41:12.303352+0000 mon.smithi099 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:41:13.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: audit 2024-01-24T01:41:12.311127+0000 mon.smithi099 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:41:13.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: cluster 2024-01-24T01:41:12.312016+0000 mgr.smithi099.npjflm (mgr.14182) 1148 : cluster [DBG] pgmap v755: 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-24T01:41:13.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: audit 2024-01-24T01:41:12.321259+0000 mon.smithi099 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:41:13.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: audit 2024-01-24T01:41:12.337792+0000 mon.smithi099 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:41:13.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:13 smithi156 bash[19595]: cephadm 2024-01-24T01:41:12.341941+0000 mgr.smithi099.npjflm (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tqwbiz on smithi156 2024-01-24T01:41:14.384 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:14 smithi099 bash[16312]: cluster 2024-01-24T01:41:13.308224+0000 mon.smithi099 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:41:14.385 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:14 smithi099 bash[16312]: cluster 2024-01-24T01:41:13.308290+0000 mon.smithi099 (mon.0) 941 : cluster [INF] Cluster is now healthy 2024-01-24T01:41:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:14 smithi156 bash[19595]: cluster 2024-01-24T01:41:13.308224+0000 mon.smithi099 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:41:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:14 smithi156 bash[19595]: cluster 2024-01-24T01:41:13.308290+0000 mon.smithi099 (mon.0) 941 : cluster [INF] Cluster is now healthy 2024-01-24T01:41:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:15 smithi099 bash[16312]: cluster 2024-01-24T01:41:14.312938+0000 mgr.smithi099.npjflm (mgr.14182) 1150 : cluster [DBG] pgmap v756: 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-24T01:41:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:15 smithi156 bash[19595]: cluster 2024-01-24T01:41:14.312938+0000 mgr.smithi099.npjflm (mgr.14182) 1150 : cluster [DBG] pgmap v756: 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-24T01:41:16.394 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:16.394 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:08.173124Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.akdkbl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-akdkbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.akdkbl\nDeploy daemon haproxy.nfs.foo.smithi156.akdkbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.985452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.qckamp on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-qckamp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.qckamp\nDeploy daemon haproxy.nfs.foo.smithi099.qckamp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:40:11.988274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ojdxro on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:16 smithi156 bash[19595]: audit 2024-01-24T01:41:16.226782+0000 mon.smithi099 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tqwbiz"}]: dispatch 2024-01-24T01:41:16.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:16 smithi099 bash[16312]: audit 2024-01-24T01:41:16.226782+0000 mon.smithi099 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tqwbiz"}]: dispatch 2024-01-24T01:41:17.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:17.308 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: cephadm 2024-01-24T01:41:16.225793+0000 mgr.smithi099.npjflm (mgr.14182) 1151 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.308 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:17.308 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.308 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.308 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:17.308 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.tqwbiz ... 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:17.309 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.tqwbiz ... 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: cephadm 2024-01-24T01:41:16.226257+0000 mgr.smithi099.npjflm (mgr.14182) 1152 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: cephadm 2024-01-24T01:41:16.228225+0000 mgr.smithi099.npjflm (mgr.14182) 1153 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.tqwbiz ... 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: cephadm 2024-01-24T01:41:16.232988+0000 mgr.smithi099.npjflm (mgr.14182) 1154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.pfbjzd on smithi099 2024-01-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: cluster 2024-01-24T01:41:16.313903+0000 mgr.smithi099.npjflm (mgr.14182) 1155 : cluster [DBG] pgmap v757: 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-24T01:41:17.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:17 smithi099 bash[16312]: audit 2024-01-24T01:41:16.388533+0000 mgr.smithi099.npjflm (mgr.14182) 1156 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: cephadm 2024-01-24T01:41:16.225793+0000 mgr.smithi099.npjflm (mgr.14182) 1151 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.tqwbiz ... 2024-01-24T01:41:17.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.tqwbiz ... 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: cephadm 2024-01-24T01:41:16.226257+0000 mgr.smithi099.npjflm (mgr.14182) 1152 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: cephadm 2024-01-24T01:41:16.228225+0000 mgr.smithi099.npjflm (mgr.14182) 1153 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:17.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.tqwbiz ... 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: cephadm 2024-01-24T01:41:16.232988+0000 mgr.smithi099.npjflm (mgr.14182) 1154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.pfbjzd on smithi099 2024-01-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: cluster 2024-01-24T01:41:16.313903+0000 mgr.smithi099.npjflm (mgr.14182) 1155 : cluster [DBG] pgmap v757: 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-24T01:41:17.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:17 smithi156 bash[19595]: audit 2024-01-24T01:41:16.388533+0000 mgr.smithi099.npjflm (mgr.14182) 1156 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:18.059 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:19.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:19 smithi099 bash[16312]: cluster 2024-01-24T01:41:18.314359+0000 mgr.smithi099.npjflm (mgr.14182) 1157 : cluster [DBG] pgmap v758: 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-24T01:41:19.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:19 smithi156 bash[19595]: cluster 2024-01-24T01:41:18.314359+0000 mgr.smithi099.npjflm (mgr.14182) 1157 : cluster [DBG] pgmap v758: 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-24T01:41:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: cephadm 2024-01-24T01:41:20.094376+0000 mgr.smithi099.npjflm (mgr.14182) 1158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:21.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:21.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.pfbjzd ... 2024-01-24T01:41:21.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:21.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:21.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:21.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:21.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.pfbjzd ... 2024-01-24T01:41:21.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:21.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:21.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:21.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: cephadm 2024-01-24T01:41:20.094609+0000 mgr.smithi099.npjflm (mgr.14182) 1159 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: audit 2024-01-24T01:41:20.095126+0000 mon.smithi099 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.pfbjzd"}]: dispatch 2024-01-24T01:41:21.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: cephadm 2024-01-24T01:41:20.096346+0000 mgr.smithi099.npjflm (mgr.14182) 1160 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:21.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.354 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:41:21.354 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.354 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.pfbjzd ... 2024-01-24T01:41:21.354 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.354 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:21.354 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:21.354 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:21.355 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.355 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: cephadm 2024-01-24T01:41:20.099650+0000 mgr.smithi099.npjflm (mgr.14182) 1161 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:41:21.355 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: cephadm 2024-01-24T01:41:20.102967+0000 mgr.smithi099.npjflm (mgr.14182) 1162 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:41:21.355 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:21 smithi099 bash[16312]: cluster 2024-01-24T01:41:20.104595+0000 mgr.smithi099.npjflm (mgr.14182) 1163 : cluster [DBG] pgmap v759: 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-24T01:41:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: cephadm 2024-01-24T01:41:20.094376+0000 mgr.smithi099.npjflm (mgr.14182) 1158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.pfbjzd ... 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:21.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:21.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.pfbjzd ... 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: cephadm 2024-01-24T01:41:20.094609+0000 mgr.smithi099.npjflm (mgr.14182) 1159 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: audit 2024-01-24T01:41:20.095126+0000 mon.smithi099 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.pfbjzd"}]: dispatch 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: cephadm 2024-01-24T01:41:20.096346+0000 mgr.smithi099.npjflm (mgr.14182) 1160 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.pfbjzd ... 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: cephadm 2024-01-24T01:41:20.099650+0000 mgr.smithi099.npjflm (mgr.14182) 1161 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: cephadm 2024-01-24T01:41:20.102967+0000 mgr.smithi099.npjflm (mgr.14182) 1162 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:41:21.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:21 smithi156 bash[19595]: cluster 2024-01-24T01:41:20.104595+0000 mgr.smithi099.npjflm (mgr.14182) 1163 : cluster [DBG] pgmap v759: 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-24T01:41:21.524 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:21.524 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:22.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:22 smithi099 bash[16312]: cluster 2024-01-24T01:41:21.054164+0000 mon.smithi099 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:41:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:22 smithi099 bash[16312]: audit 2024-01-24T01:41:21.516509+0000 mgr.smithi099.npjflm (mgr.14182) 1164 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:22.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:22 smithi156 bash[19595]: cluster 2024-01-24T01:41:21.054164+0000 mon.smithi099 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:41:22.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:22 smithi156 bash[19595]: audit 2024-01-24T01:41:21.516509+0000 mgr.smithi099.npjflm (mgr.14182) 1164 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:23.190 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:23.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:23 smithi099 bash[16312]: cluster 2024-01-24T01:41:22.105347+0000 mgr.smithi099.npjflm (mgr.14182) 1165 : cluster [DBG] pgmap v760: 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-24T01:41:23.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:23 smithi156 bash[19595]: cluster 2024-01-24T01:41:22.105347+0000 mgr.smithi099.npjflm (mgr.14182) 1165 : cluster [DBG] pgmap v760: 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-24T01:41:25.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:24 smithi156 bash[19595]: audit 2024-01-24T01:41:23.942651+0000 mon.smithi099 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:41:25.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:24 smithi156 bash[19595]: cluster 2024-01-24T01:41:24.105982+0000 mgr.smithi099.npjflm (mgr.14182) 1166 : cluster [DBG] pgmap v761: 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-24T01:41:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:24 smithi099 bash[16312]: audit 2024-01-24T01:41:23.942651+0000 mon.smithi099 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:41:25.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:24 smithi099 bash[16312]: cluster 2024-01-24T01:41:24.105982+0000 mgr.smithi099.npjflm (mgr.14182) 1166 : cluster [DBG] pgmap v761: 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-24T01:41:26.466 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:26.466 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:27.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:27 smithi099 bash[16312]: cluster 2024-01-24T01:41:26.106927+0000 mgr.smithi099.npjflm (mgr.14182) 1167 : cluster [DBG] pgmap v762: 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-24T01:41:27.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:27 smithi099 bash[16312]: audit 2024-01-24T01:41:26.460470+0000 mgr.smithi099.npjflm (mgr.14182) 1168 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:27.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:27 smithi156 bash[19595]: cluster 2024-01-24T01:41:26.106927+0000 mgr.smithi099.npjflm (mgr.14182) 1167 : cluster [DBG] pgmap v762: 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-24T01:41:27.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:27 smithi156 bash[19595]: audit 2024-01-24T01:41:26.460470+0000 mgr.smithi099.npjflm (mgr.14182) 1168 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:28.091 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:29.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:29 smithi156 bash[19595]: cluster 2024-01-24T01:41:28.108104+0000 mgr.smithi099.npjflm (mgr.14182) 1169 : cluster [DBG] pgmap v763: 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-24T01:41:29.537 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:29 smithi099 bash[16312]: cluster 2024-01-24T01:41:28.108104+0000 mgr.smithi099.npjflm (mgr.14182) 1169 : cluster [DBG] pgmap v763: 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-24T01:41:31.236 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:31.237 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:31.319 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:31 smithi099 bash[16312]: cluster 2024-01-24T01:41:30.109168+0000 mgr.smithi099.npjflm (mgr.14182) 1170 : cluster [DBG] pgmap v764: 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-24T01:41:31.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:31 smithi156 bash[19595]: cluster 2024-01-24T01:41:30.109168+0000 mgr.smithi099.npjflm (mgr.14182) 1170 : cluster [DBG] pgmap v764: 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-24T01:41:31.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:32.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:32 smithi099 bash[16312]: audit 2024-01-24T01:41:31.230930+0000 mgr.smithi099.npjflm (mgr.14182) 1171 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:32.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:32 smithi156 bash[19595]: audit 2024-01-24T01:41:31.230930+0000 mgr.smithi099.npjflm (mgr.14182) 1171 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:32.948 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:33.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:33 smithi099 bash[16312]: cluster 2024-01-24T01:41:32.110453+0000 mgr.smithi099.npjflm (mgr.14182) 1172 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:33.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:33 smithi156 bash[19595]: cluster 2024-01-24T01:41:32.110453+0000 mgr.smithi099.npjflm (mgr.14182) 1172 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:35.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:35 smithi156 bash[19595]: cluster 2024-01-24T01:41:34.111370+0000 mgr.smithi099.npjflm (mgr.14182) 1173 : 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-24T01:41:35.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:35 smithi099 bash[16312]: cluster 2024-01-24T01:41:34.111370+0000 mgr.smithi099.npjflm (mgr.14182) 1173 : 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-24T01:41:36.241 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:36.241 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:36.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:37 smithi156 bash[19595]: cluster 2024-01-24T01:41:36.112528+0000 mgr.smithi099.npjflm (mgr.14182) 1174 : 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-24T01:41:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:37 smithi156 bash[19595]: audit 2024-01-24T01:41:36.229568+0000 mgr.smithi099.npjflm (mgr.14182) 1175 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:37.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:37 smithi099 bash[16312]: cluster 2024-01-24T01:41:36.112528+0000 mgr.smithi099.npjflm (mgr.14182) 1174 : 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-24T01:41:37.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:37 smithi099 bash[16312]: audit 2024-01-24T01:41:36.229568+0000 mgr.smithi099.npjflm (mgr.14182) 1175 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:37.854 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:39.286 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:39 smithi099 bash[16312]: cluster 2024-01-24T01:41:38.113678+0000 mgr.smithi099.npjflm (mgr.14182) 1176 : 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-24T01:41:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:39 smithi156 bash[19595]: cluster 2024-01-24T01:41:38.113678+0000 mgr.smithi099.npjflm (mgr.14182) 1176 : 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-24T01:41:41.091 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:41.091 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:41.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:41 smithi099 bash[16312]: cluster 2024-01-24T01:41:40.114321+0000 mgr.smithi099.npjflm (mgr.14182) 1177 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:41.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:41 smithi156 bash[19595]: cluster 2024-01-24T01:41:40.114321+0000 mgr.smithi099.npjflm (mgr.14182) 1177 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:41.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:42.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:42 smithi099 bash[16312]: audit 2024-01-24T01:41:41.082556+0000 mgr.smithi099.npjflm (mgr.14182) 1178 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:42.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:42 smithi156 bash[19595]: audit 2024-01-24T01:41:41.082556+0000 mgr.smithi099.npjflm (mgr.14182) 1178 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:42.764 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:43.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:43 smithi099 bash[16312]: cluster 2024-01-24T01:41:42.115609+0000 mgr.smithi099.npjflm (mgr.14182) 1179 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:43.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:43 smithi156 bash[19595]: cluster 2024-01-24T01:41:42.115609+0000 mgr.smithi099.npjflm (mgr.14182) 1179 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:45.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:45 smithi156 bash[19595]: cluster 2024-01-24T01:41:44.116699+0000 mgr.smithi099.npjflm (mgr.14182) 1180 : 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-24T01:41:45.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:45 smithi099 bash[16312]: cluster 2024-01-24T01:41:44.116699+0000 mgr.smithi099.npjflm (mgr.14182) 1180 : 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-24T01:41:46.073 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:46.073 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:46.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:47.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:47 smithi156 bash[19595]: audit 2024-01-24T01:41:46.066725+0000 mgr.smithi099.npjflm (mgr.14182) 1181 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:47.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:47 smithi156 bash[19595]: cluster 2024-01-24T01:41:46.117876+0000 mgr.smithi099.npjflm (mgr.14182) 1182 : 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-24T01:41:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:47 smithi099 bash[16312]: audit 2024-01-24T01:41:46.066725+0000 mgr.smithi099.npjflm (mgr.14182) 1181 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:47 smithi099 bash[16312]: cluster 2024-01-24T01:41:46.117876+0000 mgr.smithi099.npjflm (mgr.14182) 1182 : 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-24T01:41:47.675 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:49.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:49 smithi099 bash[16312]: cluster 2024-01-24T01:41:48.118588+0000 mgr.smithi099.npjflm (mgr.14182) 1183 : 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-24T01:41:49.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:49 smithi156 bash[19595]: cluster 2024-01-24T01:41:48.118588+0000 mgr.smithi099.npjflm (mgr.14182) 1183 : 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-24T01:41:50.807 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:50.807 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:51.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:51 smithi099 bash[16312]: cluster 2024-01-24T01:41:50.119361+0000 mgr.smithi099.npjflm (mgr.14182) 1184 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:51 smithi156 bash[19595]: cluster 2024-01-24T01:41:50.119361+0000 mgr.smithi099.npjflm (mgr.14182) 1184 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:41:51.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:52.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:52 smithi099 bash[16312]: audit 2024-01-24T01:41:50.794257+0000 mgr.smithi099.npjflm (mgr.14182) 1185 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:52.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:52 smithi156 bash[19595]: audit 2024-01-24T01:41:50.794257+0000 mgr.smithi099.npjflm (mgr.14182) 1185 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:52.564 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:53.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:53 smithi099 bash[16312]: cluster 2024-01-24T01:41:52.120789+0000 mgr.smithi099.npjflm (mgr.14182) 1186 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:53.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:53 smithi156 bash[19595]: cluster 2024-01-24T01:41:52.120789+0000 mgr.smithi099.npjflm (mgr.14182) 1186 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:41:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:55 smithi156 bash[19595]: cluster 2024-01-24T01:41:54.121860+0000 mgr.smithi099.npjflm (mgr.14182) 1187 : 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-24T01:41:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:55 smithi099 bash[16312]: cluster 2024-01-24T01:41:54.121860+0000 mgr.smithi099.npjflm (mgr.14182) 1187 : 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-24T01:41:55.734 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:41:55.735 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:41:56.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:41:57.370 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:41:57.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:57 smithi156 bash[19595]: audit 2024-01-24T01:41:55.723614+0000 mgr.smithi099.npjflm (mgr.14182) 1188 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:57.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:57 smithi156 bash[19595]: cluster 2024-01-24T01:41:56.123109+0000 mgr.smithi099.npjflm (mgr.14182) 1189 : 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-24T01:41:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:57 smithi099 bash[16312]: audit 2024-01-24T01:41:55.723614+0000 mgr.smithi099.npjflm (mgr.14182) 1188 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:41:57.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:57 smithi099 bash[16312]: cluster 2024-01-24T01:41:56.123109+0000 mgr.smithi099.npjflm (mgr.14182) 1189 : 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-24T01:41:59.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:41:59 smithi156 bash[19595]: cluster 2024-01-24T01:41:58.124261+0000 mgr.smithi099.npjflm (mgr.14182) 1190 : 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-24T01:41:59.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:41:59 smithi099 bash[16312]: cluster 2024-01-24T01:41:58.124261+0000 mgr.smithi099.npjflm (mgr.14182) 1190 : 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-24T01:42:00.803 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:00.803 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:01.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:01 smithi156 bash[19595]: cluster 2024-01-24T01:42:00.125133+0000 mgr.smithi099.npjflm (mgr.14182) 1191 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:01.493 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:01 smithi099 bash[16312]: cluster 2024-01-24T01:42:00.125133+0000 mgr.smithi099.npjflm (mgr.14182) 1191 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:01.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:02.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:02 smithi156 bash[19595]: audit 2024-01-24T01:42:00.797580+0000 mgr.smithi099.npjflm (mgr.14182) 1192 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:02.495 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:02.506 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:02 smithi099 bash[16312]: audit 2024-01-24T01:42:00.797580+0000 mgr.smithi099.npjflm (mgr.14182) 1192 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:03.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:03 smithi156 bash[19595]: cluster 2024-01-24T01:42:02.126374+0000 mgr.smithi099.npjflm (mgr.14182) 1193 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:03.590 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:03 smithi099 bash[16312]: cluster 2024-01-24T01:42:02.126374+0000 mgr.smithi099.npjflm (mgr.14182) 1193 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:05.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:05 smithi156 bash[19595]: cluster 2024-01-24T01:42:04.127425+0000 mgr.smithi099.npjflm (mgr.14182) 1194 : 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-24T01:42:05.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:05 smithi099 bash[16312]: cluster 2024-01-24T01:42:04.127425+0000 mgr.smithi099.npjflm (mgr.14182) 1194 : 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-24T01:42:05.665 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:05.665 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:06.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:07.364 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:07.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:07 smithi156 bash[19595]: audit 2024-01-24T01:42:05.652264+0000 mgr.smithi099.npjflm (mgr.14182) 1195 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:07.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:07 smithi156 bash[19595]: cluster 2024-01-24T01:42:06.128633+0000 mgr.smithi099.npjflm (mgr.14182) 1196 : 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-24T01:42:07.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:07 smithi099 bash[16312]: audit 2024-01-24T01:42:05.652264+0000 mgr.smithi099.npjflm (mgr.14182) 1195 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:07.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:07 smithi099 bash[16312]: cluster 2024-01-24T01:42:06.128633+0000 mgr.smithi099.npjflm (mgr.14182) 1196 : 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-24T01:42:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:09 smithi156 bash[19595]: cluster 2024-01-24T01:42:08.129808+0000 mgr.smithi099.npjflm (mgr.14182) 1197 : 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-24T01:42:09.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:09 smithi099 bash[16312]: cluster 2024-01-24T01:42:08.129808+0000 mgr.smithi099.npjflm (mgr.14182) 1197 : 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-24T01:42:10.794 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:10.794 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:11.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:11 smithi099 bash[16312]: cluster 2024-01-24T01:42:10.130978+0000 mgr.smithi099.npjflm (mgr.14182) 1198 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:11.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:11.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:11 smithi156 bash[19595]: cluster 2024-01-24T01:42:10.130978+0000 mgr.smithi099.npjflm (mgr.14182) 1198 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:12.397 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:12.407 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:12 smithi099 bash[16312]: audit 2024-01-24T01:42:10.783385+0000 mgr.smithi099.npjflm (mgr.14182) 1199 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:12.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:12 smithi156 bash[19595]: audit 2024-01-24T01:42:10.783385+0000 mgr.smithi099.npjflm (mgr.14182) 1199 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:13.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:13 smithi156 bash[19595]: cluster 2024-01-24T01:42:12.132333+0000 mgr.smithi099.npjflm (mgr.14182) 1200 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:13.513 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:13 smithi099 bash[16312]: cluster 2024-01-24T01:42:12.132333+0000 mgr.smithi099.npjflm (mgr.14182) 1200 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:15 smithi156 bash[19595]: cluster 2024-01-24T01:42:14.133399+0000 mgr.smithi099.npjflm (mgr.14182) 1201 : 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-24T01:42:15.553 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:15.553 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:15 smithi099 bash[16312]: cluster 2024-01-24T01:42:14.133399+0000 mgr.smithi099.npjflm (mgr.14182) 1201 : 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-24T01:42:16.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:16.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:16 smithi156 bash[19595]: audit 2024-01-24T01:42:15.540102+0000 mgr.smithi099.npjflm (mgr.14182) 1202 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:16.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:16 smithi099 bash[16312]: audit 2024-01-24T01:42:15.540102+0000 mgr.smithi099.npjflm (mgr.14182) 1202 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:17.222 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:17.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:17 smithi156 bash[19595]: cluster 2024-01-24T01:42:16.134633+0000 mgr.smithi099.npjflm (mgr.14182) 1203 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:17.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:17 smithi099 bash[16312]: cluster 2024-01-24T01:42:16.134633+0000 mgr.smithi099.npjflm (mgr.14182) 1203 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:19 smithi156 bash[19595]: cluster 2024-01-24T01:42:18.135797+0000 mgr.smithi099.npjflm (mgr.14182) 1204 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:19.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:19 smithi099 bash[16312]: cluster 2024-01-24T01:42:18.135797+0000 mgr.smithi099.npjflm (mgr.14182) 1204 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:20.495 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:20.495 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:40:11.991008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ezgyzm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:21.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: audit 2024-01-24T01:42:20.108175+0000 mon.smithi099 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: cluster 2024-01-24T01:42:20.136842+0000 mgr.smithi099.npjflm (mgr.14182) 1205 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: audit 2024-01-24T01:42:20.406132+0000 mon.smithi099 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: audit 2024-01-24T01:42:20.407442+0000 mon.smithi099 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: audit 2024-01-24T01:42:20.415938+0000 mon.smithi099 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: cluster 2024-01-24T01:42:20.416687+0000 mgr.smithi099.npjflm (mgr.14182) 1206 : cluster [DBG] pgmap v790: 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-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: audit 2024-01-24T01:42:20.422346+0000 mon.smithi099 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: audit 2024-01-24T01:42:20.437066+0000 mon.smithi099 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:21.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: cephadm 2024-01-24T01:42:20.441139+0000 mgr.smithi099.npjflm (mgr.14182) 1207 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.xohqqp on smithi156 2024-01-24T01:42:21.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:21 smithi099 bash[16312]: audit 2024-01-24T01:42:20.489186+0000 mgr.smithi099.npjflm (mgr.14182) 1208 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:21.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: audit 2024-01-24T01:42:20.108175+0000 mon.smithi099 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: cluster 2024-01-24T01:42:20.136842+0000 mgr.smithi099.npjflm (mgr.14182) 1205 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: audit 2024-01-24T01:42:20.406132+0000 mon.smithi099 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: audit 2024-01-24T01:42:20.407442+0000 mon.smithi099 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: audit 2024-01-24T01:42:20.415938+0000 mon.smithi099 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: cluster 2024-01-24T01:42:20.416687+0000 mgr.smithi099.npjflm (mgr.14182) 1206 : cluster [DBG] pgmap v790: 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-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: audit 2024-01-24T01:42:20.422346+0000 mon.smithi099 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: audit 2024-01-24T01:42:20.437066+0000 mon.smithi099 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: cephadm 2024-01-24T01:42:20.441139+0000 mgr.smithi099.npjflm (mgr.14182) 1207 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.xohqqp on smithi156 2024-01-24T01:42:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:21 smithi156 bash[19595]: audit 2024-01-24T01:42:20.489186+0000 mgr.smithi099.npjflm (mgr.14182) 1208 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:22.086 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:22 smithi099 bash[16312]: cluster 2024-01-24T01:42:21.089915+0000 mon.smithi099 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:42:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:22 smithi099 bash[16312]: cluster 2024-01-24T01:42:21.089952+0000 mon.smithi099 (mon.0) 953 : cluster [INF] Cluster is now healthy 2024-01-24T01:42:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:22 smithi156 bash[19595]: cluster 2024-01-24T01:42:21.089915+0000 mon.smithi099 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:42:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:22 smithi156 bash[19595]: cluster 2024-01-24T01:42:21.089952+0000 mon.smithi099 (mon.0) 953 : cluster [INF] Cluster is now healthy 2024-01-24T01:42:23.357 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:23 smithi099 bash[16312]: cluster 2024-01-24T01:42:22.417517+0000 mgr.smithi099.npjflm (mgr.14182) 1209 : 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-24T01:42:23.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:23 smithi156 bash[19595]: cluster 2024-01-24T01:42:22.417517+0000 mgr.smithi099.npjflm (mgr.14182) 1209 : 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-24T01:42:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:24 smithi156 bash[19595]: audit 2024-01-24T01:42:24.223780+0000 mon.smithi099 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.xohqqp"}]: dispatch 2024-01-24T01:42:24.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:24 smithi099 bash[16312]: audit 2024-01-24T01:42:24.223780+0000 mon.smithi099 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.xohqqp"}]: dispatch 2024-01-24T01:42:25.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: cephadm 2024-01-24T01:42:24.222406+0000 mgr.smithi099.npjflm (mgr.14182) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.xohqqp ... 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:25.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.xohqqp ... 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:25.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: cephadm 2024-01-24T01:42:24.223010+0000 mgr.smithi099.npjflm (mgr.14182) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: cephadm 2024-01-24T01:42:24.225671+0000 mgr.smithi099.npjflm (mgr.14182) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:25.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.xohqqp ... 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: cephadm 2024-01-24T01:42:24.230422+0000 mgr.smithi099.npjflm (mgr.14182) 1213 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.lipfhz on smithi099 2024-01-24T01:42:25.353 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:25 smithi099 bash[16312]: cluster 2024-01-24T01:42:24.418450+0000 mgr.smithi099.npjflm (mgr.14182) 1214 : 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-24T01:42:25.557 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:25.557 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:16.227969Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tqwbiz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-tqwbiz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.tqwbiz\nDeploy daemon haproxy.nfs.foo.smithi156.tqwbiz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.096233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.pfbjzd on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-pfbjzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.pfbjzd\nDeploy daemon haproxy.nfs.foo.smithi099.pfbjzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:41:20.099470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yidyab on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: cephadm 2024-01-24T01:42:24.222406+0000 mgr.smithi099.npjflm (mgr.14182) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.xohqqp ... 2024-01-24T01:42:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:42:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.xohqqp ... 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: cephadm 2024-01-24T01:42:24.223010+0000 mgr.smithi099.npjflm (mgr.14182) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: cephadm 2024-01-24T01:42:24.225671+0000 mgr.smithi099.npjflm (mgr.14182) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.xohqqp ... 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: cephadm 2024-01-24T01:42:24.230422+0000 mgr.smithi099.npjflm (mgr.14182) 1213 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.lipfhz on smithi099 2024-01-24T01:42:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:25 smithi156 bash[19595]: cluster 2024-01-24T01:42:24.418450+0000 mgr.smithi099.npjflm (mgr.14182) 1214 : 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-24T01:42:26.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:26 smithi099 bash[16312]: audit 2024-01-24T01:42:25.547714+0000 mgr.smithi099.npjflm (mgr.14182) 1215 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:26.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:26 smithi156 bash[19595]: audit 2024-01-24T01:42:25.547714+0000 mgr.smithi099.npjflm (mgr.14182) 1215 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:27.219 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:27.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:27 smithi099 bash[16312]: cluster 2024-01-24T01:42:26.419565+0000 mgr.smithi099.npjflm (mgr.14182) 1216 : cluster [DBG] pgmap v793: 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-24T01:42:27.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:27 smithi156 bash[19595]: cluster 2024-01-24T01:42:26.419565+0000 mgr.smithi099.npjflm (mgr.14182) 1216 : cluster [DBG] pgmap v793: 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-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: audit 2024-01-24T01:42:27.980079+0000 mon.smithi099 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: cephadm 2024-01-24T01:42:28.410040+0000 mgr.smithi099.npjflm (mgr.14182) 1217 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.098 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.lipfhz ... 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:29.099 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.lipfhz ... 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: cephadm 2024-01-24T01:42:28.410548+0000 mgr.smithi099.npjflm (mgr.14182) 1218 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: audit 2024-01-24T01:42:28.411121+0000 mon.smithi099 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.lipfhz"}]: dispatch 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: cephadm 2024-01-24T01:42:28.412286+0000 mgr.smithi099.npjflm (mgr.14182) 1219 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.100 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.lipfhz ... 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: cephadm 2024-01-24T01:42:28.415813+0000 mgr.smithi099.npjflm (mgr.14182) 1220 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: cephadm 2024-01-24T01:42:28.418495+0000 mgr.smithi099.npjflm (mgr.14182) 1221 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:42:29.101 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:28 smithi099 bash[16312]: cluster 2024-01-24T01:42:28.419450+0000 mgr.smithi099.npjflm (mgr.14182) 1222 : cluster [DBG] pgmap v794: 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-24T01:42:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: audit 2024-01-24T01:42:27.980079+0000 mon.smithi099 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: cephadm 2024-01-24T01:42:28.410040+0000 mgr.smithi099.npjflm (mgr.14182) 1217 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.lipfhz ... 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.lipfhz ... 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:29.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: cephadm 2024-01-24T01:42:28.410548+0000 mgr.smithi099.npjflm (mgr.14182) 1218 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: audit 2024-01-24T01:42:28.411121+0000 mon.smithi099 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.lipfhz"}]: dispatch 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: cephadm 2024-01-24T01:42:28.412286+0000 mgr.smithi099.npjflm (mgr.14182) 1219 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.lipfhz ... 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:42:29.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:42:29.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:42:29.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: cephadm 2024-01-24T01:42:28.415813+0000 mgr.smithi099.npjflm (mgr.14182) 1220 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:42:29.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: cephadm 2024-01-24T01:42:28.418495+0000 mgr.smithi099.npjflm (mgr.14182) 1221 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:42:29.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:28 smithi156 bash[19595]: cluster 2024-01-24T01:42:28.419450+0000 mgr.smithi099.npjflm (mgr.14182) 1222 : cluster [DBG] pgmap v794: 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-24T01:42:30.292 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:29 smithi099 bash[16312]: cluster 2024-01-24T01:42:28.975957+0000 mon.smithi099 (mon.0) 957 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:42:30.292 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:29 smithi099 bash[16312]: audit 2024-01-24T01:42:28.995928+0000 mon.smithi099 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:30.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:29 smithi156 bash[19595]: cluster 2024-01-24T01:42:28.975957+0000 mon.smithi099 (mon.0) 957 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:42:30.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:29 smithi156 bash[19595]: audit 2024-01-24T01:42:28.995928+0000 mon.smithi099 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:30.761 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:30.761 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:31.394 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:31 smithi099 bash[16312]: cluster 2024-01-24T01:42:30.420495+0000 mgr.smithi099.npjflm (mgr.14182) 1223 : cluster [DBG] pgmap v795: 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-24T01:42:31.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:31.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:31 smithi156 bash[19595]: cluster 2024-01-24T01:42:30.420495+0000 mgr.smithi099.npjflm (mgr.14182) 1223 : cluster [DBG] pgmap v795: 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-24T01:42:32.397 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:32.409 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:32 smithi099 bash[16312]: audit 2024-01-24T01:42:30.747710+0000 mgr.smithi099.npjflm (mgr.14182) 1224 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:32.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:32 smithi156 bash[19595]: audit 2024-01-24T01:42:30.747710+0000 mgr.smithi099.npjflm (mgr.14182) 1224 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:33.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:33 smithi156 bash[19595]: cluster 2024-01-24T01:42:32.421627+0000 mgr.smithi099.npjflm (mgr.14182) 1225 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:33.551 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:33 smithi099 bash[16312]: cluster 2024-01-24T01:42:32.421627+0000 mgr.smithi099.npjflm (mgr.14182) 1225 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:35.619 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:35.619 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:35.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:35 smithi156 bash[19595]: cluster 2024-01-24T01:42:34.422482+0000 mgr.smithi099.npjflm (mgr.14182) 1226 : 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-24T01:42:35.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:35 smithi099 bash[16312]: cluster 2024-01-24T01:42:34.422482+0000 mgr.smithi099.npjflm (mgr.14182) 1226 : 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-24T01:42:36.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:37.272 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:37 smithi099 bash[16312]: audit 2024-01-24T01:42:35.606504+0000 mgr.smithi099.npjflm (mgr.14182) 1227 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:37 smithi099 bash[16312]: cluster 2024-01-24T01:42:36.423779+0000 mgr.smithi099.npjflm (mgr.14182) 1228 : 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-24T01:42:37.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:37 smithi156 bash[19595]: audit 2024-01-24T01:42:35.606504+0000 mgr.smithi099.npjflm (mgr.14182) 1227 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:37.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:37 smithi156 bash[19595]: cluster 2024-01-24T01:42:36.423779+0000 mgr.smithi099.npjflm (mgr.14182) 1228 : 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-24T01:42:39.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:39 smithi099 bash[16312]: cluster 2024-01-24T01:42:38.424360+0000 mgr.smithi099.npjflm (mgr.14182) 1229 : 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-24T01:42:39.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:39 smithi156 bash[19595]: cluster 2024-01-24T01:42:38.424360+0000 mgr.smithi099.npjflm (mgr.14182) 1229 : 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-24T01:42:40.598 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:40.598 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:41.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:41.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:41 smithi156 bash[19595]: cluster 2024-01-24T01:42:40.425657+0000 mgr.smithi099.npjflm (mgr.14182) 1230 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:41.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:41 smithi099 bash[16312]: cluster 2024-01-24T01:42:40.425657+0000 mgr.smithi099.npjflm (mgr.14182) 1230 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:42.244 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:42.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:42 smithi156 bash[19595]: audit 2024-01-24T01:42:40.592786+0000 mgr.smithi099.npjflm (mgr.14182) 1231 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:42.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:42 smithi099 bash[16312]: audit 2024-01-24T01:42:40.592786+0000 mgr.smithi099.npjflm (mgr.14182) 1231 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:43.455 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:43 smithi099 bash[16312]: cluster 2024-01-24T01:42:42.426828+0000 mgr.smithi099.npjflm (mgr.14182) 1232 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:43.455 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:43 smithi099 bash[16312]: audit 2024-01-24T01:42:42.978554+0000 mon.smithi099 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:43.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:43 smithi156 bash[19595]: cluster 2024-01-24T01:42:42.426828+0000 mgr.smithi099.npjflm (mgr.14182) 1232 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:43.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:43 smithi156 bash[19595]: audit 2024-01-24T01:42:42.978554+0000 mon.smithi099 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:42:45.587 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:45.587 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:45 smithi156 bash[19595]: cluster 2024-01-24T01:42:44.428151+0000 mgr.smithi099.npjflm (mgr.14182) 1233 : 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-24T01:42:45.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:45 smithi099 bash[16312]: cluster 2024-01-24T01:42:44.428151+0000 mgr.smithi099.npjflm (mgr.14182) 1233 : 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-24T01:42:46.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:47.285 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:47 smithi099 bash[16312]: audit 2024-01-24T01:42:45.575995+0000 mgr.smithi099.npjflm (mgr.14182) 1234 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:47 smithi099 bash[16312]: cluster 2024-01-24T01:42:46.429476+0000 mgr.smithi099.npjflm (mgr.14182) 1235 : 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-24T01:42:47.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:47 smithi156 bash[19595]: audit 2024-01-24T01:42:45.575995+0000 mgr.smithi099.npjflm (mgr.14182) 1234 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:47.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:47 smithi156 bash[19595]: cluster 2024-01-24T01:42:46.429476+0000 mgr.smithi099.npjflm (mgr.14182) 1235 : 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-24T01:42:49.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:49 smithi099 bash[16312]: cluster 2024-01-24T01:42:48.430628+0000 mgr.smithi099.npjflm (mgr.14182) 1236 : 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-24T01:42:49.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:49 smithi156 bash[19595]: cluster 2024-01-24T01:42:48.430628+0000 mgr.smithi099.npjflm (mgr.14182) 1236 : 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-24T01:42:50.696 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:50.696 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:51.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:51.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:51 smithi156 bash[19595]: cluster 2024-01-24T01:42:50.432029+0000 mgr.smithi099.npjflm (mgr.14182) 1237 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:51.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:51 smithi099 bash[16312]: cluster 2024-01-24T01:42:50.432029+0000 mgr.smithi099.npjflm (mgr.14182) 1237 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:42:52.320 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:52.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:52 smithi156 bash[19595]: audit 2024-01-24T01:42:50.685687+0000 mgr.smithi099.npjflm (mgr.14182) 1238 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:52.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:52 smithi099 bash[16312]: audit 2024-01-24T01:42:50.685687+0000 mgr.smithi099.npjflm (mgr.14182) 1238 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:53.435 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:53 smithi099 bash[16312]: cluster 2024-01-24T01:42:52.433224+0000 mgr.smithi099.npjflm (mgr.14182) 1239 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:53.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:53 smithi156 bash[19595]: cluster 2024-01-24T01:42:52.433224+0000 mgr.smithi099.npjflm (mgr.14182) 1239 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:42:55.592 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:42:55.592 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:42:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:55 smithi099 bash[16312]: cluster 2024-01-24T01:42:54.434514+0000 mgr.smithi099.npjflm (mgr.14182) 1240 : 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-24T01:42:55.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:55 smithi156 bash[19595]: cluster 2024-01-24T01:42:54.434514+0000 mgr.smithi099.npjflm (mgr.14182) 1240 : 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-24T01:42:56.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:42:57.203 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:42:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:57 smithi099 bash[16312]: audit 2024-01-24T01:42:55.584436+0000 mgr.smithi099.npjflm (mgr.14182) 1241 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:57 smithi099 bash[16312]: cluster 2024-01-24T01:42:56.435768+0000 mgr.smithi099.npjflm (mgr.14182) 1242 : 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-24T01:42:57.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:57 smithi156 bash[19595]: audit 2024-01-24T01:42:55.584436+0000 mgr.smithi099.npjflm (mgr.14182) 1241 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:42:57.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:57 smithi156 bash[19595]: cluster 2024-01-24T01:42:56.435768+0000 mgr.smithi099.npjflm (mgr.14182) 1242 : 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-24T01:42:59.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:42:59 smithi099 bash[16312]: cluster 2024-01-24T01:42:58.436644+0000 mgr.smithi099.npjflm (mgr.14182) 1243 : 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-24T01:42:59.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:42:59 smithi156 bash[19595]: cluster 2024-01-24T01:42:58.436644+0000 mgr.smithi099.npjflm (mgr.14182) 1243 : 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-24T01:43:00.671 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:00.671 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:01.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:01.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:01 smithi156 bash[19595]: cluster 2024-01-24T01:43:00.437892+0000 mgr.smithi099.npjflm (mgr.14182) 1244 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:01.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:01 smithi099 bash[16312]: cluster 2024-01-24T01:43:00.437892+0000 mgr.smithi099.npjflm (mgr.14182) 1244 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:02.311 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:02.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:02 smithi156 bash[19595]: audit 2024-01-24T01:43:00.659930+0000 mgr.smithi099.npjflm (mgr.14182) 1245 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:02.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:02 smithi099 bash[16312]: audit 2024-01-24T01:43:00.659930+0000 mgr.smithi099.npjflm (mgr.14182) 1245 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:03.431 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:03 smithi099 bash[16312]: cluster 2024-01-24T01:43:02.438958+0000 mgr.smithi099.npjflm (mgr.14182) 1246 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:03.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:03 smithi156 bash[19595]: cluster 2024-01-24T01:43:02.438958+0000 mgr.smithi099.npjflm (mgr.14182) 1246 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:05.545 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:05.545 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:05.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:05 smithi099 bash[16312]: cluster 2024-01-24T01:43:04.440216+0000 mgr.smithi099.npjflm (mgr.14182) 1247 : 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-24T01:43:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:05 smithi156 bash[19595]: cluster 2024-01-24T01:43:04.440216+0000 mgr.smithi099.npjflm (mgr.14182) 1247 : 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-24T01:43:06.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:06.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:06 smithi099 bash[16312]: audit 2024-01-24T01:43:05.538584+0000 mgr.smithi099.npjflm (mgr.14182) 1248 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:06.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:06 smithi156 bash[19595]: audit 2024-01-24T01:43:05.538584+0000 mgr.smithi099.npjflm (mgr.14182) 1248 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:07.181 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:07.939 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:07 smithi099 bash[16312]: cluster 2024-01-24T01:43:06.441497+0000 mgr.smithi099.npjflm (mgr.14182) 1249 : 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-24T01:43:07.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:07 smithi156 bash[19595]: cluster 2024-01-24T01:43:06.441497+0000 mgr.smithi099.npjflm (mgr.14182) 1249 : 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-24T01:43:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:09 smithi099 bash[16312]: cluster 2024-01-24T01:43:08.442264+0000 mgr.smithi099.npjflm (mgr.14182) 1250 : 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-24T01:43:09.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:09 smithi156 bash[19595]: cluster 2024-01-24T01:43:08.442264+0000 mgr.smithi099.npjflm (mgr.14182) 1250 : 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-24T01:43:10.379 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:10.380 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:10.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:11.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:11 smithi156 bash[19595]: audit 2024-01-24T01:43:10.366283+0000 mgr.smithi099.npjflm (mgr.14182) 1251 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:11.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:11 smithi156 bash[19595]: cluster 2024-01-24T01:43:10.443476+0000 mgr.smithi099.npjflm (mgr.14182) 1252 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:11.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:11 smithi099 bash[16312]: audit 2024-01-24T01:43:10.366283+0000 mgr.smithi099.npjflm (mgr.14182) 1251 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:11.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:11 smithi099 bash[16312]: cluster 2024-01-24T01:43:10.443476+0000 mgr.smithi099.npjflm (mgr.14182) 1252 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:11.975 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:13.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:13 smithi099 bash[16312]: cluster 2024-01-24T01:43:12.444682+0000 mgr.smithi099.npjflm (mgr.14182) 1253 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:13.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:13 smithi156 bash[19595]: cluster 2024-01-24T01:43:12.444682+0000 mgr.smithi099.npjflm (mgr.14182) 1253 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:15.223 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:15.223 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:15 smithi099 bash[16312]: cluster 2024-01-24T01:43:14.445960+0000 mgr.smithi099.npjflm (mgr.14182) 1254 : 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-24T01:43:15.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:15.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:15 smithi156 bash[19595]: cluster 2024-01-24T01:43:14.445960+0000 mgr.smithi099.npjflm (mgr.14182) 1254 : 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-24T01:43:16.827 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:16.841 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:16 smithi099 bash[16312]: audit 2024-01-24T01:43:15.209738+0000 mgr.smithi099.npjflm (mgr.14182) 1255 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:16.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:16 smithi156 bash[19595]: audit 2024-01-24T01:43:15.209738+0000 mgr.smithi099.npjflm (mgr.14182) 1255 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:17.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:17 smithi099 bash[16312]: cluster 2024-01-24T01:43:16.447228+0000 mgr.smithi099.npjflm (mgr.14182) 1256 : 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-24T01:43:17.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:17 smithi156 bash[19595]: cluster 2024-01-24T01:43:16.447228+0000 mgr.smithi099.npjflm (mgr.14182) 1256 : 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-24T01:43:19.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:19 smithi099 bash[16312]: cluster 2024-01-24T01:43:18.448265+0000 mgr.smithi099.npjflm (mgr.14182) 1257 : 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-24T01:43:19.971 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:19.971 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:19 smithi156 bash[19595]: cluster 2024-01-24T01:43:18.448265+0000 mgr.smithi099.npjflm (mgr.14182) 1257 : 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-24T01:43:20.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:21.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:21 smithi156 bash[19595]: audit 2024-01-24T01:43:19.957962+0000 mgr.smithi099.npjflm (mgr.14182) 1258 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:21.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:21 smithi156 bash[19595]: cluster 2024-01-24T01:43:20.449533+0000 mgr.smithi099.npjflm (mgr.14182) 1259 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:21.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:21 smithi099 bash[16312]: audit 2024-01-24T01:43:19.957962+0000 mgr.smithi099.npjflm (mgr.14182) 1258 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:21.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:21 smithi099 bash[16312]: cluster 2024-01-24T01:43:20.449533+0000 mgr.smithi099.npjflm (mgr.14182) 1259 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:21.632 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:23 smithi099 bash[16312]: cluster 2024-01-24T01:43:22.450637+0000 mgr.smithi099.npjflm (mgr.14182) 1260 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:23 smithi156 bash[19595]: cluster 2024-01-24T01:43:22.450637+0000 mgr.smithi099.npjflm (mgr.14182) 1260 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:24.837 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:24.837 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:25.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:25.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:25 smithi099 bash[16312]: cluster 2024-01-24T01:43:24.451722+0000 mgr.smithi099.npjflm (mgr.14182) 1261 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:25.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:25 smithi156 bash[19595]: cluster 2024-01-24T01:43:24.451722+0000 mgr.smithi099.npjflm (mgr.14182) 1261 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:26.536 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:26.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:26 smithi099 bash[16312]: audit 2024-01-24T01:43:24.823964+0000 mgr.smithi099.npjflm (mgr.14182) 1262 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:26.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:26 smithi156 bash[19595]: audit 2024-01-24T01:43:24.823964+0000 mgr.smithi099.npjflm (mgr.14182) 1262 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:27.829 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:27 smithi099 bash[16312]: cluster 2024-01-24T01:43:26.453170+0000 mgr.smithi099.npjflm (mgr.14182) 1263 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:27.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:27 smithi156 bash[19595]: cluster 2024-01-24T01:43:26.453170+0000 mgr.smithi099.npjflm (mgr.14182) 1263 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:28.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:28 smithi099 bash[16312]: audit 2024-01-24T01:43:28.423453+0000 mon.smithi099 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:43:28.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:28 smithi156 bash[19595]: audit 2024-01-24T01:43:28.423453+0000 mon.smithi099 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:43:29.694 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:29.695 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:41:20.102802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.fgawln on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:29.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:29 smithi099 bash[16312]: cluster 2024-01-24T01:43:28.454208+0000 mgr.smithi099.npjflm (mgr.14182) 1264 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:29.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:29 smithi099 bash[16312]: audit 2024-01-24T01:43:28.759380+0000 mon.smithi099 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:43:29.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:29 smithi099 bash[16312]: audit 2024-01-24T01:43:28.761114+0000 mon.smithi099 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:43:29.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:29 smithi099 bash[16312]: audit 2024-01-24T01:43:28.772428+0000 mon.smithi099 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:43:29.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:29 smithi099 bash[16312]: audit 2024-01-24T01:43:28.782273+0000 mon.smithi099 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:43:29.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:29 smithi099 bash[16312]: audit 2024-01-24T01:43:28.802192+0000 mon.smithi099 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:43:29.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:29 smithi156 bash[19595]: cluster 2024-01-24T01:43:28.454208+0000 mgr.smithi099.npjflm (mgr.14182) 1264 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:29.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:29 smithi156 bash[19595]: audit 2024-01-24T01:43:28.759380+0000 mon.smithi099 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:43:29.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:29 smithi156 bash[19595]: audit 2024-01-24T01:43:28.761114+0000 mon.smithi099 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:43:29.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:29 smithi156 bash[19595]: audit 2024-01-24T01:43:28.772428+0000 mon.smithi099 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:43:29.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:29 smithi156 bash[19595]: audit 2024-01-24T01:43:28.782273+0000 mon.smithi099 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:43:29.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:29 smithi156 bash[19595]: audit 2024-01-24T01:43:28.802192+0000 mon.smithi099 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:43:30.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:30 smithi099 bash[16312]: cluster 2024-01-24T01:43:28.773508+0000 mgr.smithi099.npjflm (mgr.14182) 1265 : 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-24T01:43:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:30 smithi099 bash[16312]: cephadm 2024-01-24T01:43:28.805149+0000 mgr.smithi099.npjflm (mgr.14182) 1266 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.upuysm on smithi156 2024-01-24T01:43:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:30 smithi099 bash[16312]: cluster 2024-01-24T01:43:29.768385+0000 mon.smithi099 (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:43:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:30 smithi099 bash[16312]: cluster 2024-01-24T01:43:29.768431+0000 mon.smithi099 (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-01-24T01:43:30.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:30 smithi156 bash[19595]: cluster 2024-01-24T01:43:28.773508+0000 mgr.smithi099.npjflm (mgr.14182) 1265 : 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-24T01:43:30.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:30 smithi156 bash[19595]: cephadm 2024-01-24T01:43:28.805149+0000 mgr.smithi099.npjflm (mgr.14182) 1266 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.upuysm on smithi156 2024-01-24T01:43:30.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:30 smithi156 bash[19595]: cluster 2024-01-24T01:43:29.768385+0000 mon.smithi099 (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:43:30.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:30 smithi156 bash[19595]: cluster 2024-01-24T01:43:29.768431+0000 mon.smithi099 (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-01-24T01:43:31.332 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:31 smithi099 bash[16312]: audit 2024-01-24T01:43:29.689030+0000 mgr.smithi099.npjflm (mgr.14182) 1267 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:31.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:31 smithi156 bash[19595]: audit 2024-01-24T01:43:29.689030+0000 mgr.smithi099.npjflm (mgr.14182) 1267 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:32.732 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:32 smithi099 bash[16312]: cluster 2024-01-24T01:43:30.774516+0000 mgr.smithi099.npjflm (mgr.14182) 1268 : 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-24T01:43:32.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:32 smithi156 bash[19595]: cluster 2024-01-24T01:43:30.774516+0000 mgr.smithi099.npjflm (mgr.14182) 1268 : 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-24T01:43:33.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:33 smithi099 bash[16312]: audit 2024-01-24T01:43:32.580560+0000 mon.smithi099 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.upuysm"}]: dispatch 2024-01-24T01:43:33.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:33 smithi156 bash[19595]: audit 2024-01-24T01:43:32.580560+0000 mon.smithi099 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.upuysm"}]: dispatch 2024-01-24T01:43:34.676 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:34.676 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:24.225338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xohqqp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-xohqqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.xohqqp\nDeploy daemon haproxy.nfs.foo.smithi156.xohqqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.412109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.lipfhz on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-lipfhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.lipfhz\nDeploy daemon haproxy.nfs.foo.smithi099.lipfhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:42:28.415635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zjhlwu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:34.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: cephadm 2024-01-24T01:43:32.579538+0000 mgr.smithi099.npjflm (mgr.14182) 1269 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.upuysm ... 2024-01-24T01:43:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:43:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:43:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:43:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:43:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:43:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:34.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:34.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.852 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.upuysm ... 2024-01-24T01:43:34.853 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.853 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:34.853 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:34.853 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:34.853 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.854 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: cephadm 2024-01-24T01:43:32.579981+0000 mgr.smithi099.npjflm (mgr.14182) 1270 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.854 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: cephadm 2024-01-24T01:43:32.582027+0000 mgr.smithi099.npjflm (mgr.14182) 1271 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.854 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:34.854 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.854 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.854 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:34.855 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.855 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.upuysm ... 2024-01-24T01:43:34.855 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.855 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:34.855 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:34.855 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:34.856 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.856 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: cephadm 2024-01-24T01:43:32.585781+0000 mgr.smithi099.npjflm (mgr.14182) 1272 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.nnqcem on smithi099 2024-01-24T01:43:34.856 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:34 smithi099 bash[16312]: cluster 2024-01-24T01:43:32.775325+0000 mgr.smithi099.npjflm (mgr.14182) 1273 : cluster [DBG] pgmap v827: 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-24T01:43:34.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: cephadm 2024-01-24T01:43:32.579538+0000 mgr.smithi099.npjflm (mgr.14182) 1269 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:34.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:34.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.upuysm ... 2024-01-24T01:43:34.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:43:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:43:34.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:43:34.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:43:34.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:43:34.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:34.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.upuysm ... 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: cephadm 2024-01-24T01:43:32.579981+0000 mgr.smithi099.npjflm (mgr.14182) 1270 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: cephadm 2024-01-24T01:43:32.582027+0000 mgr.smithi099.npjflm (mgr.14182) 1271 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.upuysm ... 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: cephadm 2024-01-24T01:43:32.585781+0000 mgr.smithi099.npjflm (mgr.14182) 1272 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.nnqcem on smithi099 2024-01-24T01:43:34.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:34 smithi156 bash[19595]: cluster 2024-01-24T01:43:32.775325+0000 mgr.smithi099.npjflm (mgr.14182) 1273 : cluster [DBG] pgmap v827: 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-24T01:43:35.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:36.272 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:36 smithi099 bash[16312]: audit 2024-01-24T01:43:34.665430+0000 mgr.smithi099.npjflm (mgr.14182) 1274 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:36.273 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:36 smithi099 bash[16312]: cluster 2024-01-24T01:43:34.776261+0000 mgr.smithi099.npjflm (mgr.14182) 1275 : cluster [DBG] pgmap v828: 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-24T01:43:36.337 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:36 smithi156 bash[19595]: audit 2024-01-24T01:43:34.665430+0000 mgr.smithi099.npjflm (mgr.14182) 1274 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:36 smithi156 bash[19595]: cluster 2024-01-24T01:43:34.776261+0000 mgr.smithi099.npjflm (mgr.14182) 1275 : cluster [DBG] pgmap v828: 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-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: cephadm 2024-01-24T01:43:36.342318+0000 mgr.smithi099.npjflm (mgr.14182) 1276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.nnqcem ... 2024-01-24T01:43:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.nnqcem ... 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: cephadm 2024-01-24T01:43:36.342958+0000 mgr.smithi099.npjflm (mgr.14182) 1277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: audit 2024-01-24T01:43:36.343708+0000 mon.smithi099 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.nnqcem"}]: dispatch 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: cephadm 2024-01-24T01:43:36.345554+0000 mgr.smithi099.npjflm (mgr.14182) 1278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.nnqcem ... 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: cephadm 2024-01-24T01:43:36.351996+0000 mgr.smithi099.npjflm (mgr.14182) 1279 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: cephadm 2024-01-24T01:43:36.354689+0000 mgr.smithi099.npjflm (mgr.14182) 1280 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:43:37.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:37 smithi156 bash[19595]: cluster 2024-01-24T01:43:36.355703+0000 mgr.smithi099.npjflm (mgr.14182) 1281 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: cephadm 2024-01-24T01:43:36.342318+0000 mgr.smithi099.npjflm (mgr.14182) 1276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.nnqcem ... 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:37.520 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.nnqcem ... 2024-01-24T01:43:37.521 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: cephadm 2024-01-24T01:43:36.342958+0000 mgr.smithi099.npjflm (mgr.14182) 1277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: audit 2024-01-24T01:43:36.343708+0000 mon.smithi099 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.nnqcem"}]: dispatch 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: cephadm 2024-01-24T01:43:36.345554+0000 mgr.smithi099.npjflm (mgr.14182) 1278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.nnqcem ... 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.522 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:43:37.523 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:43:37.523 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:43:37.523 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:43:37.523 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: cephadm 2024-01-24T01:43:36.351996+0000 mgr.smithi099.npjflm (mgr.14182) 1279 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:43:37.523 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: cephadm 2024-01-24T01:43:36.354689+0000 mgr.smithi099.npjflm (mgr.14182) 1280 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:43:37.523 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:37 smithi099 bash[16312]: cluster 2024-01-24T01:43:36.355703+0000 mgr.smithi099.npjflm (mgr.14182) 1281 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-24T01:43:38.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:38 smithi156 bash[19595]: cluster 2024-01-24T01:43:37.116183+0000 mon.smithi099 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:43:38.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:38 smithi099 bash[16312]: cluster 2024-01-24T01:43:37.116183+0000 mon.smithi099 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:43:39.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:39 smithi156 bash[19595]: cluster 2024-01-24T01:43:38.356672+0000 mgr.smithi099.npjflm (mgr.14182) 1282 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-24T01:43:39.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:39 smithi156 bash[19595]: audit 2024-01-24T01:43:39.050951+0000 mon.smithi099 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:43:39.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:39 smithi099 bash[16312]: cluster 2024-01-24T01:43:38.356672+0000 mgr.smithi099.npjflm (mgr.14182) 1282 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-24T01:43:39.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:39 smithi099 bash[16312]: audit 2024-01-24T01:43:39.050951+0000 mon.smithi099 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:43:39.705 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:39.705 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:40.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:41.327 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:41.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:41 smithi156 bash[19595]: audit 2024-01-24T01:43:39.693180+0000 mgr.smithi099.npjflm (mgr.14182) 1283 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:41.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:41 smithi156 bash[19595]: cluster 2024-01-24T01:43:40.357943+0000 mgr.smithi099.npjflm (mgr.14182) 1284 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T01:43:41.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:41 smithi099 bash[16312]: audit 2024-01-24T01:43:39.693180+0000 mgr.smithi099.npjflm (mgr.14182) 1283 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:41.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:41 smithi099 bash[16312]: cluster 2024-01-24T01:43:40.357943+0000 mgr.smithi099.npjflm (mgr.14182) 1284 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T01:43:43.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:43 smithi156 bash[19595]: cluster 2024-01-24T01:43:42.359059+0000 mgr.smithi099.npjflm (mgr.14182) 1285 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:43:43.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:43 smithi099 bash[16312]: cluster 2024-01-24T01:43:42.359059+0000 mgr.smithi099.npjflm (mgr.14182) 1285 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:43:44.627 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:44.627 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:45.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:45 smithi099 bash[16312]: cluster 2024-01-24T01:43:44.360267+0000 mgr.smithi099.npjflm (mgr.14182) 1286 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:43:45.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:45 smithi156 bash[19595]: cluster 2024-01-24T01:43:44.360267+0000 mgr.smithi099.npjflm (mgr.14182) 1286 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:43:46.258 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:46.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:46 smithi099 bash[16312]: audit 2024-01-24T01:43:44.615244+0000 mgr.smithi099.npjflm (mgr.14182) 1287 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:46.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:46 smithi156 bash[19595]: audit 2024-01-24T01:43:44.615244+0000 mgr.smithi099.npjflm (mgr.14182) 1287 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:47.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:47 smithi099 bash[16312]: cluster 2024-01-24T01:43:46.361670+0000 mgr.smithi099.npjflm (mgr.14182) 1288 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:43:47.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:47 smithi156 bash[19595]: cluster 2024-01-24T01:43:46.361670+0000 mgr.smithi099.npjflm (mgr.14182) 1288 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-24T01:43:49.442 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:49.442 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:49.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:49 smithi156 bash[19595]: cluster 2024-01-24T01:43:48.362715+0000 mgr.smithi099.npjflm (mgr.14182) 1289 : 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-24T01:43:49.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:49 smithi099 bash[16312]: cluster 2024-01-24T01:43:48.362715+0000 mgr.smithi099.npjflm (mgr.14182) 1289 : 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-24T01:43:50.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:50 smithi156 bash[19595]: audit 2024-01-24T01:43:49.433329+0000 mgr.smithi099.npjflm (mgr.14182) 1290 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:50 smithi099 bash[16312]: audit 2024-01-24T01:43:49.433329+0000 mgr.smithi099.npjflm (mgr.14182) 1290 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:51.123 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:51.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:51 smithi156 bash[19595]: cluster 2024-01-24T01:43:50.363976+0000 mgr.smithi099.npjflm (mgr.14182) 1291 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:51.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:51 smithi099 bash[16312]: cluster 2024-01-24T01:43:50.363976+0000 mgr.smithi099.npjflm (mgr.14182) 1291 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:43:53.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:53 smithi156 bash[19595]: cluster 2024-01-24T01:43:52.365099+0000 mgr.smithi099.npjflm (mgr.14182) 1292 : 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-24T01:43:53.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:53 smithi099 bash[16312]: cluster 2024-01-24T01:43:52.365099+0000 mgr.smithi099.npjflm (mgr.14182) 1292 : 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-24T01:43:54.591 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:54.591 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:55.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:43:55.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:55 smithi156 bash[19595]: cluster 2024-01-24T01:43:54.366203+0000 mgr.smithi099.npjflm (mgr.14182) 1293 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:55 smithi099 bash[16312]: cluster 2024-01-24T01:43:54.366203+0000 mgr.smithi099.npjflm (mgr.14182) 1293 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:43:56.210 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:43:56.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:56 smithi156 bash[19595]: audit 2024-01-24T01:43:54.583064+0000 mgr.smithi099.npjflm (mgr.14182) 1294 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:56.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:56 smithi099 bash[16312]: audit 2024-01-24T01:43:54.583064+0000 mgr.smithi099.npjflm (mgr.14182) 1294 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:43:57.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:57 smithi156 bash[19595]: cluster 2024-01-24T01:43:56.367472+0000 mgr.smithi099.npjflm (mgr.14182) 1295 : 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-24T01:43:57.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:57 smithi099 bash[16312]: cluster 2024-01-24T01:43:56.367472+0000 mgr.smithi099.npjflm (mgr.14182) 1295 : 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-24T01:43:59.606 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:43:59.606 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:43:59.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:43:59 smithi156 bash[19595]: cluster 2024-01-24T01:43:58.368290+0000 mgr.smithi099.npjflm (mgr.14182) 1296 : 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-24T01:43:59.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:43:59 smithi099 bash[16312]: cluster 2024-01-24T01:43:58.368290+0000 mgr.smithi099.npjflm (mgr.14182) 1296 : 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-24T01:44:00.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:01.185 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:01.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:01 smithi156 bash[19595]: audit 2024-01-24T01:43:59.600542+0000 mgr.smithi099.npjflm (mgr.14182) 1297 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:01.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:01 smithi156 bash[19595]: cluster 2024-01-24T01:44:00.369655+0000 mgr.smithi099.npjflm (mgr.14182) 1298 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:01.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:01 smithi099 bash[16312]: audit 2024-01-24T01:43:59.600542+0000 mgr.smithi099.npjflm (mgr.14182) 1297 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:01.602 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:01 smithi099 bash[16312]: cluster 2024-01-24T01:44:00.369655+0000 mgr.smithi099.npjflm (mgr.14182) 1298 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:03.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:03 smithi156 bash[19595]: cluster 2024-01-24T01:44:02.371140+0000 mgr.smithi099.npjflm (mgr.14182) 1299 : 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-24T01:44:03.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:03 smithi099 bash[16312]: cluster 2024-01-24T01:44:02.371140+0000 mgr.smithi099.npjflm (mgr.14182) 1299 : 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-24T01:44:04.545 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:04.546 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:05.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:05.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:05 smithi099 bash[16312]: cluster 2024-01-24T01:44:04.372325+0000 mgr.smithi099.npjflm (mgr.14182) 1300 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:05.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:05 smithi099 bash[16312]: audit 2024-01-24T01:44:04.534738+0000 mgr.smithi099.npjflm (mgr.14182) 1301 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:05.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:05 smithi156 bash[19595]: cluster 2024-01-24T01:44:04.372325+0000 mgr.smithi099.npjflm (mgr.14182) 1300 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:05.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:05 smithi156 bash[19595]: audit 2024-01-24T01:44:04.534738+0000 mgr.smithi099.npjflm (mgr.14182) 1301 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:06.221 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:07.657 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:07 smithi099 bash[16312]: cluster 2024-01-24T01:44:06.373159+0000 mgr.smithi099.npjflm (mgr.14182) 1302 : 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-24T01:44:07.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:07 smithi156 bash[19595]: cluster 2024-01-24T01:44:06.373159+0000 mgr.smithi099.npjflm (mgr.14182) 1302 : 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-24T01:44:09.504 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:09.504 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:09.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:09 smithi156 bash[19595]: cluster 2024-01-24T01:44:08.374188+0000 mgr.smithi099.npjflm (mgr.14182) 1303 : 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-24T01:44:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:09 smithi099 bash[16312]: cluster 2024-01-24T01:44:08.374188+0000 mgr.smithi099.npjflm (mgr.14182) 1303 : 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-24T01:44:10.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:10.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:10 smithi156 bash[19595]: audit 2024-01-24T01:44:09.498653+0000 mgr.smithi099.npjflm (mgr.14182) 1304 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:10.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:10 smithi099 bash[16312]: audit 2024-01-24T01:44:09.498653+0000 mgr.smithi099.npjflm (mgr.14182) 1304 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:11.123 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:11.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:11 smithi156 bash[19595]: cluster 2024-01-24T01:44:10.375547+0000 mgr.smithi099.npjflm (mgr.14182) 1305 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:11.917 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:11 smithi099 bash[16312]: cluster 2024-01-24T01:44:10.375547+0000 mgr.smithi099.npjflm (mgr.14182) 1305 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:13.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:13 smithi156 bash[19595]: cluster 2024-01-24T01:44:12.376843+0000 mgr.smithi099.npjflm (mgr.14182) 1306 : 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-24T01:44:13.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:13 smithi099 bash[16312]: cluster 2024-01-24T01:44:12.376843+0000 mgr.smithi099.npjflm (mgr.14182) 1306 : 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-24T01:44:14.331 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:14.331 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:15.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:15.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:15 smithi156 bash[19595]: audit 2024-01-24T01:44:14.320762+0000 mgr.smithi099.npjflm (mgr.14182) 1307 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:15.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:15 smithi156 bash[19595]: cluster 2024-01-24T01:44:14.377943+0000 mgr.smithi099.npjflm (mgr.14182) 1308 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:15.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:15 smithi099 bash[16312]: audit 2024-01-24T01:44:14.320762+0000 mgr.smithi099.npjflm (mgr.14182) 1307 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:15.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:15 smithi099 bash[16312]: cluster 2024-01-24T01:44:14.377943+0000 mgr.smithi099.npjflm (mgr.14182) 1308 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:16.018 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:17.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:17 smithi156 bash[19595]: cluster 2024-01-24T01:44:16.379306+0000 mgr.smithi099.npjflm (mgr.14182) 1309 : 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-24T01:44:17.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:17 smithi099 bash[16312]: cluster 2024-01-24T01:44:16.379306+0000 mgr.smithi099.npjflm (mgr.14182) 1309 : 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-24T01:44:19.225 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:19.225 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:19.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:19 smithi099 bash[16312]: cluster 2024-01-24T01:44:18.380470+0000 mgr.smithi099.npjflm (mgr.14182) 1310 : 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-24T01:44:19.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:19 smithi156 bash[19595]: cluster 2024-01-24T01:44:18.380470+0000 mgr.smithi099.npjflm (mgr.14182) 1310 : 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-24T01:44:19.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:20.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:20 smithi156 bash[19595]: audit 2024-01-24T01:44:19.214186+0000 mgr.smithi099.npjflm (mgr.14182) 1311 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:20.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:20 smithi099 bash[16312]: audit 2024-01-24T01:44:19.214186+0000 mgr.smithi099.npjflm (mgr.14182) 1311 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:20.797 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:21.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:21 smithi156 bash[19595]: cluster 2024-01-24T01:44:20.381932+0000 mgr.smithi099.npjflm (mgr.14182) 1312 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:21.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:21 smithi099 bash[16312]: cluster 2024-01-24T01:44:20.381932+0000 mgr.smithi099.npjflm (mgr.14182) 1312 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:23.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:23 smithi156 bash[19595]: cluster 2024-01-24T01:44:22.383067+0000 mgr.smithi099.npjflm (mgr.14182) 1313 : 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-24T01:44:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:23 smithi099 bash[16312]: cluster 2024-01-24T01:44:22.383067+0000 mgr.smithi099.npjflm (mgr.14182) 1313 : 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-24T01:44:24.059 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:24.059 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:24.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:25.752 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:25.765 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:25 smithi099 bash[16312]: audit 2024-01-24T01:44:24.044805+0000 mgr.smithi099.npjflm (mgr.14182) 1314 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:25.765 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:25 smithi099 bash[16312]: cluster 2024-01-24T01:44:24.384321+0000 mgr.smithi099.npjflm (mgr.14182) 1315 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:25.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:25 smithi156 bash[19595]: audit 2024-01-24T01:44:24.044805+0000 mgr.smithi099.npjflm (mgr.14182) 1314 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:25.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:25 smithi156 bash[19595]: cluster 2024-01-24T01:44:24.384321+0000 mgr.smithi099.npjflm (mgr.14182) 1315 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:27.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:27 smithi099 bash[16312]: cluster 2024-01-24T01:44:26.385774+0000 mgr.smithi099.npjflm (mgr.14182) 1316 : 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-24T01:44:27.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:27 smithi156 bash[19595]: cluster 2024-01-24T01:44:26.385774+0000 mgr.smithi099.npjflm (mgr.14182) 1316 : 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-24T01:44:29.053 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:29.054 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:29.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:29.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:29 smithi099 bash[16312]: cluster 2024-01-24T01:44:28.386641+0000 mgr.smithi099.npjflm (mgr.14182) 1317 : 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-24T01:44:29.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:29 smithi156 bash[19595]: cluster 2024-01-24T01:44:28.386641+0000 mgr.smithi099.npjflm (mgr.14182) 1317 : 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-24T01:44:30.649 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:30.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:30 smithi099 bash[16312]: audit 2024-01-24T01:44:29.040307+0000 mgr.smithi099.npjflm (mgr.14182) 1318 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:30.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:30 smithi156 bash[19595]: audit 2024-01-24T01:44:29.040307+0000 mgr.smithi099.npjflm (mgr.14182) 1318 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:31.789 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:31 smithi099 bash[16312]: cluster 2024-01-24T01:44:30.387938+0000 mgr.smithi099.npjflm (mgr.14182) 1319 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:31.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:31 smithi156 bash[19595]: cluster 2024-01-24T01:44:30.387938+0000 mgr.smithi099.npjflm (mgr.14182) 1319 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:44:33.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:33 smithi099 bash[16312]: cluster 2024-01-24T01:44:32.389106+0000 mgr.smithi099.npjflm (mgr.14182) 1320 : 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-24T01:44:33.853 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:33.853 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:33.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:33 smithi156 bash[19595]: cluster 2024-01-24T01:44:32.389106+0000 mgr.smithi099.npjflm (mgr.14182) 1320 : 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-24T01:44:34.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:35.559 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:35.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:35 smithi099 bash[16312]: audit 2024-01-24T01:44:33.839539+0000 mgr.smithi099.npjflm (mgr.14182) 1321 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:35.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:35 smithi099 bash[16312]: cluster 2024-01-24T01:44:34.390274+0000 mgr.smithi099.npjflm (mgr.14182) 1322 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:35.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:35 smithi156 bash[19595]: audit 2024-01-24T01:44:33.839539+0000 mgr.smithi099.npjflm (mgr.14182) 1321 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:35.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:35 smithi156 bash[19595]: cluster 2024-01-24T01:44:34.390274+0000 mgr.smithi099.npjflm (mgr.14182) 1322 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:36.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:36 smithi099 bash[16312]: audit 2024-01-24T01:44:36.358857+0000 mon.smithi099 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:44:36.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:36 smithi156 bash[19595]: audit 2024-01-24T01:44:36.358857+0000 mon.smithi099 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:44:37.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:37 smithi099 bash[16312]: cluster 2024-01-24T01:44:36.391464+0000 mgr.smithi099.npjflm (mgr.14182) 1323 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:37.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:37 smithi099 bash[16312]: audit 2024-01-24T01:44:36.685713+0000 mon.smithi099 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:44:37.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:37 smithi099 bash[16312]: audit 2024-01-24T01:44:36.687392+0000 mon.smithi099 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:44:37.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:37 smithi099 bash[16312]: audit 2024-01-24T01:44:36.695503+0000 mon.smithi099 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:37.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:37 smithi099 bash[16312]: audit 2024-01-24T01:44:36.707765+0000 mon.smithi099 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:44:37.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:37 smithi099 bash[16312]: audit 2024-01-24T01:44:36.719939+0000 mon.smithi099 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:37 smithi156 bash[19595]: cluster 2024-01-24T01:44:36.391464+0000 mgr.smithi099.npjflm (mgr.14182) 1323 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:44:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:37 smithi156 bash[19595]: audit 2024-01-24T01:44:36.685713+0000 mon.smithi099 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:44:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:37 smithi156 bash[19595]: audit 2024-01-24T01:44:36.687392+0000 mon.smithi099 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:44:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:37 smithi156 bash[19595]: audit 2024-01-24T01:44:36.695503+0000 mon.smithi099 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:37 smithi156 bash[19595]: audit 2024-01-24T01:44:36.707765+0000 mon.smithi099 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:44:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:37 smithi156 bash[19595]: audit 2024-01-24T01:44:36.719939+0000 mon.smithi099 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:38 smithi099 bash[16312]: cluster 2024-01-24T01:44:36.696473+0000 mgr.smithi099.npjflm (mgr.14182) 1324 : 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-24T01:44:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:38 smithi099 bash[16312]: cephadm 2024-01-24T01:44:36.723380+0000 mgr.smithi099.npjflm (mgr.14182) 1325 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.krfywh on smithi156 2024-01-24T01:44:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:38 smithi099 bash[16312]: cluster 2024-01-24T01:44:37.693079+0000 mon.smithi099 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:44:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:38 smithi099 bash[16312]: cluster 2024-01-24T01:44:37.693168+0000 mon.smithi099 (mon.0) 979 : cluster [INF] Cluster is now healthy 2024-01-24T01:44:38.897 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:38.898 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:42:28.418348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.hgeupo on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:38.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:38 smithi156 bash[19595]: cluster 2024-01-24T01:44:36.696473+0000 mgr.smithi099.npjflm (mgr.14182) 1324 : 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-24T01:44:38.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:38 smithi156 bash[19595]: cephadm 2024-01-24T01:44:36.723380+0000 mgr.smithi099.npjflm (mgr.14182) 1325 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.krfywh on smithi156 2024-01-24T01:44:38.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:38 smithi156 bash[19595]: cluster 2024-01-24T01:44:37.693079+0000 mon.smithi099 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:44:38.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:38 smithi156 bash[19595]: cluster 2024-01-24T01:44:37.693168+0000 mon.smithi099 (mon.0) 979 : cluster [INF] Cluster is now healthy 2024-01-24T01:44:39.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:40.507 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:40.829 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:40 smithi099 bash[16312]: cluster 2024-01-24T01:44:38.697098+0000 mgr.smithi099.npjflm (mgr.14182) 1326 : 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-24T01:44:40.829 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:40 smithi099 bash[16312]: audit 2024-01-24T01:44:38.892363+0000 mgr.smithi099.npjflm (mgr.14182) 1327 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:40 smithi156 bash[19595]: cluster 2024-01-24T01:44:38.697098+0000 mgr.smithi099.npjflm (mgr.14182) 1326 : 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-24T01:44:40.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:40 smithi156 bash[19595]: audit 2024-01-24T01:44:38.892363+0000 mgr.smithi099.npjflm (mgr.14182) 1327 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:41.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:41 smithi099 bash[16312]: audit 2024-01-24T01:44:40.806042+0000 mon.smithi099 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.krfywh"}]: dispatch 2024-01-24T01:44:41.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:41 smithi156 bash[19595]: audit 2024-01-24T01:44:40.806042+0000 mon.smithi099 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.krfywh"}]: dispatch 2024-01-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: cluster 2024-01-24T01:44:40.698163+0000 mgr.smithi099.npjflm (mgr.14182) 1328 : cluster [DBG] pgmap v862: 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-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: cephadm 2024-01-24T01:44:40.804964+0000 mgr.smithi099.npjflm (mgr.14182) 1329 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.krfywh ... 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.krfywh ... 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: cephadm 2024-01-24T01:44:40.805372+0000 mgr.smithi099.npjflm (mgr.14182) 1330 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: cephadm 2024-01-24T01:44:40.807543+0000 mgr.smithi099.npjflm (mgr.14182) 1331 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.krfywh ... 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:42 smithi099 bash[16312]: cephadm 2024-01-24T01:44:40.811932+0000 mgr.smithi099.npjflm (mgr.14182) 1332 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.vjnnjw on smithi099 2024-01-24T01:44:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: cluster 2024-01-24T01:44:40.698163+0000 mgr.smithi099.npjflm (mgr.14182) 1328 : cluster [DBG] pgmap v862: 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-24T01:44:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: cephadm 2024-01-24T01:44:40.804964+0000 mgr.smithi099.npjflm (mgr.14182) 1329 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:42.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.krfywh ... 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:44:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.krfywh ... 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: cephadm 2024-01-24T01:44:40.805372+0000 mgr.smithi099.npjflm (mgr.14182) 1330 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: cephadm 2024-01-24T01:44:40.807543+0000 mgr.smithi099.npjflm (mgr.14182) 1331 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.krfywh ... 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:42.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:42 smithi156 bash[19595]: cephadm 2024-01-24T01:44:40.811932+0000 mgr.smithi099.npjflm (mgr.14182) 1332 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.vjnnjw on smithi099 2024-01-24T01:44:44.159 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:44.159 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:32.581809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.upuysm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-upuysm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.upuysm\nDeploy daemon haproxy.nfs.foo.smithi156.upuysm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.345207Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.nnqcem on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-nnqcem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.nnqcem\nDeploy daemon haproxy.nfs.foo.smithi099.nnqcem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:43:36.351671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.plhcig on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:44.237 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:43 smithi099 bash[16312]: cluster 2024-01-24T01:44:42.699098+0000 mgr.smithi099.npjflm (mgr.14182) 1333 : cluster [DBG] pgmap v863: 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-24T01:44:44.237 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:43 smithi099 bash[16312]: audit 2024-01-24T01:44:42.984095+0000 mon.smithi099 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:44.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:43 smithi156 bash[19595]: cluster 2024-01-24T01:44:42.699098+0000 mgr.smithi099.npjflm (mgr.14182) 1333 : cluster [DBG] pgmap v863: 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-24T01:44:44.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:43 smithi156 bash[19595]: audit 2024-01-24T01:44:42.984095+0000 mon.smithi099 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:44.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:44 smithi099 bash[16312]: audit 2024-01-24T01:44:44.145387+0000 mgr.smithi099.npjflm (mgr.14182) 1334 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:45.097 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:44 smithi099 bash[16312]: audit 2024-01-24T01:44:44.866892+0000 mon.smithi099 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.vjnnjw"}]: dispatch 2024-01-24T01:44:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:44 smithi156 bash[19595]: audit 2024-01-24T01:44:44.145387+0000 mgr.smithi099.npjflm (mgr.14182) 1334 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:45.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:44 smithi156 bash[19595]: audit 2024-01-24T01:44:44.866892+0000 mon.smithi099 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.vjnnjw"}]: dispatch 2024-01-24T01:44:45.908 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cluster 2024-01-24T01:44:44.700070+0000 mgr.smithi099.npjflm (mgr.14182) 1335 : cluster [DBG] pgmap v864: 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-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cephadm 2024-01-24T01:44:44.865991+0000 mgr.smithi099.npjflm (mgr.14182) 1336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vjnnjw ... 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vjnnjw ... 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cephadm 2024-01-24T01:44:44.866328+0000 mgr.smithi099.npjflm (mgr.14182) 1337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cephadm 2024-01-24T01:44:44.868070+0000 mgr.smithi099.npjflm (mgr.14182) 1338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:44:46.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vjnnjw ... 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cephadm 2024-01-24T01:44:44.870588+0000 mgr.smithi099.npjflm (mgr.14182) 1339 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cephadm 2024-01-24T01:44:44.872966+0000 mgr.smithi099.npjflm (mgr.14182) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cluster 2024-01-24T01:44:44.874084+0000 mgr.smithi099.npjflm (mgr.14182) 1341 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-24T01:44:46.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:45 smithi099 bash[16312]: cluster 2024-01-24T01:44:44.983008+0000 mon.smithi099 (mon.0) 983 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:44:46.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: cluster 2024-01-24T01:44:44.700070+0000 mgr.smithi099.npjflm (mgr.14182) 1335 : cluster [DBG] pgmap v864: 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-24T01:44:46.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: cephadm 2024-01-24T01:44:44.865991+0000 mgr.smithi099.npjflm (mgr.14182) 1336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:46.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:46.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vjnnjw ... 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:44:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vjnnjw ... 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:45 smithi156 bash[19595]: cephadm 2024-01-24T01:44:44.866328+0000 mgr.smithi099.npjflm (mgr.14182) 1337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: cephadm 2024-01-24T01:44:44.868070+0000 mgr.smithi099.npjflm (mgr.14182) 1338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vjnnjw ... 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:44:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:44:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: cephadm 2024-01-24T01:44:44.870588+0000 mgr.smithi099.npjflm (mgr.14182) 1339 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:44:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: cephadm 2024-01-24T01:44:44.872966+0000 mgr.smithi099.npjflm (mgr.14182) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:44:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: cluster 2024-01-24T01:44:44.874084+0000 mgr.smithi099.npjflm (mgr.14182) 1341 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-24T01:44:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:46 smithi156 bash[19595]: cluster 2024-01-24T01:44:44.983008+0000 mon.smithi099 (mon.0) 983 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:44:48.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:48 smithi099 bash[16312]: cluster 2024-01-24T01:44:46.875198+0000 mgr.smithi099.npjflm (mgr.14182) 1342 : cluster [DBG] pgmap v866: 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-24T01:44:48.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:48 smithi156 bash[19595]: cluster 2024-01-24T01:44:46.875198+0000 mgr.smithi099.npjflm (mgr.14182) 1342 : cluster [DBG] pgmap v866: 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-24T01:44:49.256 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:49.256 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:49.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:50.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:50 smithi099 bash[16312]: cluster 2024-01-24T01:44:48.876061+0000 mgr.smithi099.npjflm (mgr.14182) 1343 : cluster [DBG] pgmap v867: 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-24T01:44:50.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:50 smithi099 bash[16312]: audit 2024-01-24T01:44:49.100904+0000 mon.smithi099 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:50.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:50 smithi099 bash[16312]: audit 2024-01-24T01:44:49.250002+0000 mgr.smithi099.npjflm (mgr.14182) 1344 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:50.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:50 smithi156 bash[19595]: cluster 2024-01-24T01:44:48.876061+0000 mgr.smithi099.npjflm (mgr.14182) 1343 : cluster [DBG] pgmap v867: 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-24T01:44:50.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:50 smithi156 bash[19595]: audit 2024-01-24T01:44:49.100904+0000 mon.smithi099 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:50.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:50 smithi156 bash[19595]: audit 2024-01-24T01:44:49.250002+0000 mgr.smithi099.npjflm (mgr.14182) 1344 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:50.919 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:52.296 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:52 smithi099 bash[16312]: cluster 2024-01-24T01:44:50.877353+0000 mgr.smithi099.npjflm (mgr.14182) 1345 : cluster [DBG] pgmap v868: 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-24T01:44:52.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:52 smithi156 bash[19595]: cluster 2024-01-24T01:44:50.877353+0000 mgr.smithi099.npjflm (mgr.14182) 1345 : cluster [DBG] pgmap v868: 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-24T01:44:54.083 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:54.083 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:54.238 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:54 smithi156 bash[19595]: cluster 2024-01-24T01:44:52.878153+0000 mgr.smithi099.npjflm (mgr.14182) 1346 : cluster [DBG] pgmap v869: 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-24T01:44:54.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:54 smithi099 bash[16312]: cluster 2024-01-24T01:44:52.878153+0000 mgr.smithi099.npjflm (mgr.14182) 1346 : cluster [DBG] pgmap v869: 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-24T01:44:54.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:44:55.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:55 smithi156 bash[19595]: audit 2024-01-24T01:44:54.070880+0000 mgr.smithi099.npjflm (mgr.14182) 1347 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:55.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:55 smithi099 bash[16312]: audit 2024-01-24T01:44:54.070880+0000 mgr.smithi099.npjflm (mgr.14182) 1347 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:44:55.747 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:44:56.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:56 smithi156 bash[19595]: cluster 2024-01-24T01:44:54.879381+0000 mgr.smithi099.npjflm (mgr.14182) 1348 : cluster [DBG] pgmap v870: 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-24T01:44:56.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:56 smithi099 bash[16312]: cluster 2024-01-24T01:44:54.879381+0000 mgr.smithi099.npjflm (mgr.14182) 1348 : cluster [DBG] pgmap v870: 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-24T01:44:58.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:58 smithi156 bash[19595]: cluster 2024-01-24T01:44:56.880678+0000 mgr.smithi099.npjflm (mgr.14182) 1349 : 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-24T01:44:58.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:44:58 smithi156 bash[19595]: audit 2024-01-24T01:44:57.984221+0000 mon.smithi099 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:58.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:58 smithi099 bash[16312]: cluster 2024-01-24T01:44:56.880678+0000 mgr.smithi099.npjflm (mgr.14182) 1349 : 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-24T01:44:58.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:44:58 smithi099 bash[16312]: audit 2024-01-24T01:44:57.984221+0000 mon.smithi099 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:44:59.233 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:44:59.234 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:44:59.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:00.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:00 smithi156 bash[19595]: cluster 2024-01-24T01:44:58.881763+0000 mgr.smithi099.npjflm (mgr.14182) 1350 : 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-24T01:45:00.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:00 smithi156 bash[19595]: audit 2024-01-24T01:44:59.225389+0000 mgr.smithi099.npjflm (mgr.14182) 1351 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:00.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:00 smithi099 bash[16312]: cluster 2024-01-24T01:44:58.881763+0000 mgr.smithi099.npjflm (mgr.14182) 1350 : 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-24T01:45:00.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:00 smithi099 bash[16312]: audit 2024-01-24T01:44:59.225389+0000 mgr.smithi099.npjflm (mgr.14182) 1351 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:00.903 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:02.482 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:02 smithi099 bash[16312]: cluster 2024-01-24T01:45:00.882873+0000 mgr.smithi099.npjflm (mgr.14182) 1352 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:02.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:02 smithi156 bash[19595]: cluster 2024-01-24T01:45:00.882873+0000 mgr.smithi099.npjflm (mgr.14182) 1352 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:04.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:04 smithi099 bash[16312]: cluster 2024-01-24T01:45:02.884079+0000 mgr.smithi099.npjflm (mgr.14182) 1353 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:04.395 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:04.395 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:04.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:04 smithi156 bash[19595]: cluster 2024-01-24T01:45:02.884079+0000 mgr.smithi099.npjflm (mgr.14182) 1353 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:05.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:05.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:05 smithi099 bash[16312]: audit 2024-01-24T01:45:04.380359+0000 mgr.smithi099.npjflm (mgr.14182) 1354 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:05.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:05 smithi156 bash[19595]: audit 2024-01-24T01:45:04.380359+0000 mgr.smithi099.npjflm (mgr.14182) 1354 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:06.048 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:06.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:06 smithi099 bash[16312]: cluster 2024-01-24T01:45:04.885341+0000 mgr.smithi099.npjflm (mgr.14182) 1355 : 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-24T01:45:06.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:06 smithi156 bash[19595]: cluster 2024-01-24T01:45:04.885341+0000 mgr.smithi099.npjflm (mgr.14182) 1355 : 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-24T01:45:08.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:08 smithi156 bash[19595]: cluster 2024-01-24T01:45:06.886655+0000 mgr.smithi099.npjflm (mgr.14182) 1356 : 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-24T01:45:08.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:08 smithi099 bash[16312]: cluster 2024-01-24T01:45:06.886655+0000 mgr.smithi099.npjflm (mgr.14182) 1356 : 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-24T01:45:09.442 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:09.442 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:10.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:10.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:10 smithi156 bash[19595]: cluster 2024-01-24T01:45:08.887715+0000 mgr.smithi099.npjflm (mgr.14182) 1357 : 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-24T01:45:10.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:10 smithi156 bash[19595]: audit 2024-01-24T01:45:09.436289+0000 mgr.smithi099.npjflm (mgr.14182) 1358 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:10.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:10 smithi099 bash[16312]: cluster 2024-01-24T01:45:08.887715+0000 mgr.smithi099.npjflm (mgr.14182) 1357 : 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-24T01:45:10.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:10 smithi099 bash[16312]: audit 2024-01-24T01:45:09.436289+0000 mgr.smithi099.npjflm (mgr.14182) 1358 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:11.118 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:12.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:12 smithi156 bash[19595]: cluster 2024-01-24T01:45:10.889001+0000 mgr.smithi099.npjflm (mgr.14182) 1359 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:12.517 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:12 smithi099 bash[16312]: cluster 2024-01-24T01:45:10.889001+0000 mgr.smithi099.npjflm (mgr.14182) 1359 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:14.353 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:14.353 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:14.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:14 smithi156 bash[19595]: cluster 2024-01-24T01:45:12.890226+0000 mgr.smithi099.npjflm (mgr.14182) 1360 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:14.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:14 smithi099 bash[16312]: cluster 2024-01-24T01:45:12.890226+0000 mgr.smithi099.npjflm (mgr.14182) 1360 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:15.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:15.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:15 smithi099 bash[16312]: audit 2024-01-24T01:45:14.339865+0000 mgr.smithi099.npjflm (mgr.14182) 1361 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:15 smithi156 bash[19595]: audit 2024-01-24T01:45:14.339865+0000 mgr.smithi099.npjflm (mgr.14182) 1361 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:16.027 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:16.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:16 smithi099 bash[16312]: cluster 2024-01-24T01:45:14.891452+0000 mgr.smithi099.npjflm (mgr.14182) 1362 : 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-24T01:45:16.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:16 smithi156 bash[19595]: cluster 2024-01-24T01:45:14.891452+0000 mgr.smithi099.npjflm (mgr.14182) 1362 : 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-24T01:45:18.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:18 smithi099 bash[16312]: cluster 2024-01-24T01:45:16.892706+0000 mgr.smithi099.npjflm (mgr.14182) 1363 : 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-24T01:45:18.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:18 smithi156 bash[19595]: cluster 2024-01-24T01:45:16.892706+0000 mgr.smithi099.npjflm (mgr.14182) 1363 : 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-24T01:45:19.377 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:19.377 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:19.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:20.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:20 smithi099 bash[16312]: cluster 2024-01-24T01:45:18.893883+0000 mgr.smithi099.npjflm (mgr.14182) 1364 : 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-24T01:45:20.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:20 smithi099 bash[16312]: audit 2024-01-24T01:45:19.366561+0000 mgr.smithi099.npjflm (mgr.14182) 1365 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:20.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:20 smithi156 bash[19595]: cluster 2024-01-24T01:45:18.893883+0000 mgr.smithi099.npjflm (mgr.14182) 1364 : 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-24T01:45:20.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:20 smithi156 bash[19595]: audit 2024-01-24T01:45:19.366561+0000 mgr.smithi099.npjflm (mgr.14182) 1365 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:20.951 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:22.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:22 smithi099 bash[16312]: cluster 2024-01-24T01:45:20.895164+0000 mgr.smithi099.npjflm (mgr.14182) 1366 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:22.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:22 smithi156 bash[19595]: cluster 2024-01-24T01:45:20.895164+0000 mgr.smithi099.npjflm (mgr.14182) 1366 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:24.005 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:24.005 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:24.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:24 smithi099 bash[16312]: cluster 2024-01-24T01:45:22.896385+0000 mgr.smithi099.npjflm (mgr.14182) 1367 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:24.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:24.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:24 smithi156 bash[19595]: cluster 2024-01-24T01:45:22.896385+0000 mgr.smithi099.npjflm (mgr.14182) 1367 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:25 smithi099 bash[16312]: audit 2024-01-24T01:45:23.999120+0000 mgr.smithi099.npjflm (mgr.14182) 1368 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:25.605 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:25 smithi156 bash[19595]: audit 2024-01-24T01:45:23.999120+0000 mgr.smithi099.npjflm (mgr.14182) 1368 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:26.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:26 smithi099 bash[16312]: cluster 2024-01-24T01:45:24.897575+0000 mgr.smithi099.npjflm (mgr.14182) 1369 : 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-24T01:45:26.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:26 smithi156 bash[19595]: cluster 2024-01-24T01:45:24.897575+0000 mgr.smithi099.npjflm (mgr.14182) 1369 : 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-24T01:45:28.596 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:28 smithi099 bash[16312]: cluster 2024-01-24T01:45:26.898863+0000 mgr.smithi099.npjflm (mgr.14182) 1370 : 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-24T01:45:28.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:28 smithi156 bash[19595]: cluster 2024-01-24T01:45:26.898863+0000 mgr.smithi099.npjflm (mgr.14182) 1370 : 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-24T01:45:28.950 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:28.950 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:29.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:30.590 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:30 smithi099 bash[16312]: cluster 2024-01-24T01:45:28.899978+0000 mgr.smithi099.npjflm (mgr.14182) 1371 : 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-24T01:45:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:30 smithi099 bash[16312]: audit 2024-01-24T01:45:28.936819+0000 mgr.smithi099.npjflm (mgr.14182) 1372 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:30.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:30 smithi156 bash[19595]: cluster 2024-01-24T01:45:28.899978+0000 mgr.smithi099.npjflm (mgr.14182) 1371 : 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-24T01:45:30.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:30 smithi156 bash[19595]: audit 2024-01-24T01:45:28.936819+0000 mgr.smithi099.npjflm (mgr.14182) 1372 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:32.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:32 smithi099 bash[16312]: cluster 2024-01-24T01:45:30.901335+0000 mgr.smithi099.npjflm (mgr.14182) 1373 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:32.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:32 smithi156 bash[19595]: cluster 2024-01-24T01:45:30.901335+0000 mgr.smithi099.npjflm (mgr.14182) 1373 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:33.865 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:33.865 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:34.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:34.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:34 smithi099 bash[16312]: cluster 2024-01-24T01:45:32.901967+0000 mgr.smithi099.npjflm (mgr.14182) 1374 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:34.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:34 smithi156 bash[19595]: cluster 2024-01-24T01:45:32.901967+0000 mgr.smithi099.npjflm (mgr.14182) 1374 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:35.504 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:35.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:35 smithi099 bash[16312]: audit 2024-01-24T01:45:33.853825+0000 mgr.smithi099.npjflm (mgr.14182) 1375 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:35.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:35 smithi156 bash[19595]: audit 2024-01-24T01:45:33.853825+0000 mgr.smithi099.npjflm (mgr.14182) 1375 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:36.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:36 smithi099 bash[16312]: cluster 2024-01-24T01:45:34.903071+0000 mgr.smithi099.npjflm (mgr.14182) 1376 : 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-24T01:45:36.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:36 smithi156 bash[19595]: cluster 2024-01-24T01:45:34.903071+0000 mgr.smithi099.npjflm (mgr.14182) 1376 : 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-24T01:45:38.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:38 smithi099 bash[16312]: cluster 2024-01-24T01:45:36.903850+0000 mgr.smithi099.npjflm (mgr.14182) 1377 : 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-24T01:45:38.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:38 smithi156 bash[19595]: cluster 2024-01-24T01:45:36.903850+0000 mgr.smithi099.npjflm (mgr.14182) 1377 : 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-24T01:45:38.838 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:38.838 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:39.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:40.472 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:40 smithi099 bash[16312]: audit 2024-01-24T01:45:38.825873+0000 mgr.smithi099.npjflm (mgr.14182) 1378 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:40 smithi099 bash[16312]: cluster 2024-01-24T01:45:38.904420+0000 mgr.smithi099.npjflm (mgr.14182) 1379 : 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-24T01:45:40.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:40 smithi156 bash[19595]: audit 2024-01-24T01:45:38.825873+0000 mgr.smithi099.npjflm (mgr.14182) 1378 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:40.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:40 smithi156 bash[19595]: cluster 2024-01-24T01:45:38.904420+0000 mgr.smithi099.npjflm (mgr.14182) 1379 : 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-24T01:45:42.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:42 smithi099 bash[16312]: cluster 2024-01-24T01:45:40.905663+0000 mgr.smithi099.npjflm (mgr.14182) 1380 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:42.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:42 smithi156 bash[19595]: cluster 2024-01-24T01:45:40.905663+0000 mgr.smithi099.npjflm (mgr.14182) 1380 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:45:43.922 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:43.922 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:44.593 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:44 smithi099 bash[16312]: cluster 2024-01-24T01:45:42.906862+0000 mgr.smithi099.npjflm (mgr.14182) 1381 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:44.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:44.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:44 smithi156 bash[19595]: cluster 2024-01-24T01:45:42.906862+0000 mgr.smithi099.npjflm (mgr.14182) 1381 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:45.595 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:45 smithi099 bash[16312]: audit 2024-01-24T01:45:43.911903+0000 mgr.smithi099.npjflm (mgr.14182) 1382 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:45 smithi099 bash[16312]: audit 2024-01-24T01:45:44.877235+0000 mon.smithi099 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:45:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:45 smithi099 bash[16312]: audit 2024-01-24T01:45:45.207480+0000 mon.smithi099 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:45:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:45 smithi099 bash[16312]: audit 2024-01-24T01:45:45.209181+0000 mon.smithi099 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:45:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:45 smithi099 bash[16312]: audit 2024-01-24T01:45:45.220258+0000 mon.smithi099 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:45:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:45 smithi099 bash[16312]: audit 2024-01-24T01:45:45.229802+0000 mon.smithi099 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:45:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:45 smithi099 bash[16312]: audit 2024-01-24T01:45:45.246517+0000 mon.smithi099 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:45:45.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:45 smithi156 bash[19595]: audit 2024-01-24T01:45:43.911903+0000 mgr.smithi099.npjflm (mgr.14182) 1382 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:45.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:45 smithi156 bash[19595]: audit 2024-01-24T01:45:44.877235+0000 mon.smithi099 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:45:45.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:45 smithi156 bash[19595]: audit 2024-01-24T01:45:45.207480+0000 mon.smithi099 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:45:45.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:45 smithi156 bash[19595]: audit 2024-01-24T01:45:45.209181+0000 mon.smithi099 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:45:45.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:45 smithi156 bash[19595]: audit 2024-01-24T01:45:45.220258+0000 mon.smithi099 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:45:45.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:45 smithi156 bash[19595]: audit 2024-01-24T01:45:45.229802+0000 mon.smithi099 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:45:45.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:45 smithi156 bash[19595]: audit 2024-01-24T01:45:45.246517+0000 mon.smithi099 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:45:46.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:46 smithi099 bash[16312]: cluster 2024-01-24T01:45:44.908009+0000 mgr.smithi099.npjflm (mgr.14182) 1383 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:46.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:46 smithi099 bash[16312]: cluster 2024-01-24T01:45:45.221404+0000 mgr.smithi099.npjflm (mgr.14182) 1384 : 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-24T01:45:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:46 smithi099 bash[16312]: cephadm 2024-01-24T01:45:45.250429+0000 mgr.smithi099.npjflm (mgr.14182) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ersaol on smithi156 2024-01-24T01:45:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:46 smithi099 bash[16312]: cluster 2024-01-24T01:45:45.330958+0000 mon.smithi099 (mon.0) 992 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:45:46.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:46 smithi099 bash[16312]: cluster 2024-01-24T01:45:45.331020+0000 mon.smithi099 (mon.0) 993 : cluster [INF] Cluster is now healthy 2024-01-24T01:45:46.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:46 smithi156 bash[19595]: cluster 2024-01-24T01:45:44.908009+0000 mgr.smithi099.npjflm (mgr.14182) 1383 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:45:46.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:46 smithi156 bash[19595]: cluster 2024-01-24T01:45:45.221404+0000 mgr.smithi099.npjflm (mgr.14182) 1384 : 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-24T01:45:46.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:46 smithi156 bash[19595]: cephadm 2024-01-24T01:45:45.250429+0000 mgr.smithi099.npjflm (mgr.14182) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ersaol on smithi156 2024-01-24T01:45:46.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:46 smithi156 bash[19595]: cluster 2024-01-24T01:45:45.330958+0000 mon.smithi099 (mon.0) 992 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:45:46.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:46 smithi156 bash[19595]: cluster 2024-01-24T01:45:45.331020+0000 mon.smithi099 (mon.0) 993 : cluster [INF] Cluster is now healthy 2024-01-24T01:45:48.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:48 smithi156 bash[19595]: cluster 2024-01-24T01:45:47.222542+0000 mgr.smithi099.npjflm (mgr.14182) 1386 : 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-24T01:45:48.811 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:48.811 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:43:36.354586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dlzufn on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:40.807334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.krfywh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-krfywh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.krfywh\nDeploy daemon haproxy.nfs.foo.smithi156.krfywh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.867932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vjnnjw on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vjnnjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vjnnjw\nDeploy daemon haproxy.nfs.foo.smithi099.vjnnjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:44:44.870454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mxvond on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:48.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:48 smithi099 bash[16312]: cluster 2024-01-24T01:45:47.222542+0000 mgr.smithi099.npjflm (mgr.14182) 1386 : 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-24T01:45:49.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:49 smithi156 bash[19595]: audit 2024-01-24T01:45:49.199196+0000 mon.smithi099 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ersaol"}]: dispatch 2024-01-24T01:45:49.495 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:49 smithi099 bash[16312]: audit 2024-01-24T01:45:49.199196+0000 mon.smithi099 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ersaol"}]: dispatch 2024-01-24T01:45:49.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:50.500 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: audit 2024-01-24T01:45:48.797831+0000 mgr.smithi099.npjflm (mgr.14182) 1387 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: cephadm 2024-01-24T01:45:49.197877+0000 mgr.smithi099.npjflm (mgr.14182) 1388 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ersaol ... 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ersaol ... 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: cephadm 2024-01-24T01:45:49.198497+0000 mgr.smithi099.npjflm (mgr.14182) 1389 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: cephadm 2024-01-24T01:45:49.200990+0000 mgr.smithi099.npjflm (mgr.14182) 1390 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.ersaol ... 2024-01-24T01:45:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:50.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:50.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:50.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: cephadm 2024-01-24T01:45:49.206060+0000 mgr.smithi099.npjflm (mgr.14182) 1391 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.bvwnro on smithi099 2024-01-24T01:45:50.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:50 smithi156 bash[19595]: cluster 2024-01-24T01:45:49.223465+0000 mgr.smithi099.npjflm (mgr.14182) 1392 : cluster [DBG] pgmap v898: 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-24T01:45:50.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: audit 2024-01-24T01:45:48.797831+0000 mgr.smithi099.npjflm (mgr.14182) 1387 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: cephadm 2024-01-24T01:45:49.197877+0000 mgr.smithi099.npjflm (mgr.14182) 1388 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ersaol ... 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ersaol ... 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:50.761 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: cephadm 2024-01-24T01:45:49.198497+0000 mgr.smithi099.npjflm (mgr.14182) 1389 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: cephadm 2024-01-24T01:45:49.200990+0000 mgr.smithi099.npjflm (mgr.14182) 1390 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.ersaol ... 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:50.762 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:50.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: cephadm 2024-01-24T01:45:49.206060+0000 mgr.smithi099.npjflm (mgr.14182) 1391 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.bvwnro on smithi099 2024-01-24T01:45:50.763 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:50 smithi099 bash[16312]: cluster 2024-01-24T01:45:49.223465+0000 mgr.smithi099.npjflm (mgr.14182) 1392 : cluster [DBG] pgmap v898: 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-24T01:45:52.557 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:52 smithi099 bash[16312]: cluster 2024-01-24T01:45:51.224428+0000 mgr.smithi099.npjflm (mgr.14182) 1393 : cluster [DBG] pgmap v899: 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-24T01:45:52.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:52 smithi156 bash[19595]: cluster 2024-01-24T01:45:51.224428+0000 mgr.smithi099.npjflm (mgr.14182) 1393 : cluster [DBG] pgmap v899: 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-24T01:45:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:53 smithi099 bash[16312]: audit 2024-01-24T01:45:53.341946+0000 mon.smithi099 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.bvwnro"}]: dispatch 2024-01-24T01:45:53.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:53 smithi156 bash[19595]: audit 2024-01-24T01:45:53.341946+0000 mon.smithi099 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.bvwnro"}]: dispatch 2024-01-24T01:45:54.132 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:54.132 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cluster 2024-01-24T01:45:53.225393+0000 mgr.smithi099.npjflm (mgr.14182) 1394 : cluster [DBG] pgmap v900: 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-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cephadm 2024-01-24T01:45:53.340675+0000 mgr.smithi099.npjflm (mgr.14182) 1395 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.bvwnro ... 2024-01-24T01:45:54.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.bvwnro ... 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cephadm 2024-01-24T01:45:53.341349+0000 mgr.smithi099.npjflm (mgr.14182) 1396 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cephadm 2024-01-24T01:45:53.343376+0000 mgr.smithi099.npjflm (mgr.14182) 1397 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:45:54.600 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.bvwnro ... 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cephadm 2024-01-24T01:45:53.346746+0000 mgr.smithi099.npjflm (mgr.14182) 1398 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cephadm 2024-01-24T01:45:53.349258+0000 mgr.smithi099.npjflm (mgr.14182) 1399 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cluster 2024-01-24T01:45:53.350445+0000 mgr.smithi099.npjflm (mgr.14182) 1400 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: cluster 2024-01-24T01:45:53.369181+0000 mon.smithi099 (mon.0) 996 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:45:54.601 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:54 smithi099 bash[16312]: audit 2024-01-24T01:45:54.151067+0000 mon.smithi099 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:45:54.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cluster 2024-01-24T01:45:53.225393+0000 mgr.smithi099.npjflm (mgr.14182) 1394 : cluster [DBG] pgmap v900: 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-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cephadm 2024-01-24T01:45:53.340675+0000 mgr.smithi099.npjflm (mgr.14182) 1395 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.bvwnro ... 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.bvwnro ... 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cephadm 2024-01-24T01:45:53.341349+0000 mgr.smithi099.npjflm (mgr.14182) 1396 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cephadm 2024-01-24T01:45:53.343376+0000 mgr.smithi099.npjflm (mgr.14182) 1397 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro 2024-01-24T01:45:54.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.bvwnro ... 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cephadm 2024-01-24T01:45:53.346746+0000 mgr.smithi099.npjflm (mgr.14182) 1398 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cephadm 2024-01-24T01:45:53.349258+0000 mgr.smithi099.npjflm (mgr.14182) 1399 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cluster 2024-01-24T01:45:53.350445+0000 mgr.smithi099.npjflm (mgr.14182) 1400 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: cluster 2024-01-24T01:45:53.369181+0000 mon.smithi099 (mon.0) 996 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:45:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:54 smithi156 bash[19595]: audit 2024-01-24T01:45:54.151067+0000 mon.smithi099 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:45:54.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:45:55.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:55 smithi156 bash[19595]: audit 2024-01-24T01:45:54.126286+0000 mgr.smithi099.npjflm (mgr.14182) 1401 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:55.840 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:45:55.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:55 smithi099 bash[16312]: audit 2024-01-24T01:45:54.126286+0000 mgr.smithi099.npjflm (mgr.14182) 1401 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:45:56.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:56 smithi156 bash[19595]: cluster 2024-01-24T01:45:55.351636+0000 mgr.smithi099.npjflm (mgr.14182) 1402 : 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-24T01:45:56.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:56 smithi099 bash[16312]: cluster 2024-01-24T01:45:55.351636+0000 mgr.smithi099.npjflm (mgr.14182) 1402 : 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-24T01:45:58.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:45:58 smithi156 bash[19595]: cluster 2024-01-24T01:45:57.353110+0000 mgr.smithi099.npjflm (mgr.14182) 1403 : 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-24T01:45:58.765 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:45:58 smithi099 bash[16312]: cluster 2024-01-24T01:45:57.353110+0000 mgr.smithi099.npjflm (mgr.14182) 1403 : 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-24T01:45:59.192 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:45:59.192 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:45:59.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:00.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:00 smithi156 bash[19595]: audit 2024-01-24T01:45:59.187029+0000 mgr.smithi099.npjflm (mgr.14182) 1404 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:00.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:00 smithi156 bash[19595]: cluster 2024-01-24T01:45:59.354275+0000 mgr.smithi099.npjflm (mgr.14182) 1405 : cluster [DBG] pgmap v904: 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-24T01:46:00.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:00 smithi099 bash[16312]: audit 2024-01-24T01:45:59.187029+0000 mgr.smithi099.npjflm (mgr.14182) 1404 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:00.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:00 smithi099 bash[16312]: cluster 2024-01-24T01:45:59.354275+0000 mgr.smithi099.npjflm (mgr.14182) 1405 : cluster [DBG] pgmap v904: 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-24T01:46:00.874 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:02.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:02 smithi156 bash[19595]: cluster 2024-01-24T01:46:01.355562+0000 mgr.smithi099.npjflm (mgr.14182) 1406 : cluster [DBG] pgmap v905: 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-24T01:46:02.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:02 smithi099 bash[16312]: cluster 2024-01-24T01:46:01.355562+0000 mgr.smithi099.npjflm (mgr.14182) 1406 : cluster [DBG] pgmap v905: 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-24T01:46:04.186 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:04.186 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:04.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:04 smithi099 bash[16312]: cluster 2024-01-24T01:46:03.356613+0000 mgr.smithi099.npjflm (mgr.14182) 1407 : cluster [DBG] pgmap v906: 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-24T01:46:04.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:04 smithi156 bash[19595]: cluster 2024-01-24T01:46:03.356613+0000 mgr.smithi099.npjflm (mgr.14182) 1407 : cluster [DBG] pgmap v906: 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-24T01:46:04.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:05.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:05 smithi156 bash[19595]: audit 2024-01-24T01:46:04.175757+0000 mgr.smithi099.npjflm (mgr.14182) 1408 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:05.812 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:05.823 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:05 smithi099 bash[16312]: audit 2024-01-24T01:46:04.175757+0000 mgr.smithi099.npjflm (mgr.14182) 1408 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:06.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:06 smithi156 bash[19595]: cluster 2024-01-24T01:46:05.357767+0000 mgr.smithi099.npjflm (mgr.14182) 1409 : 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-24T01:46:06.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:06 smithi099 bash[16312]: cluster 2024-01-24T01:46:05.357767+0000 mgr.smithi099.npjflm (mgr.14182) 1409 : 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-24T01:46:08.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:08 smithi156 bash[19595]: cluster 2024-01-24T01:46:07.358936+0000 mgr.smithi099.npjflm (mgr.14182) 1410 : 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-24T01:46:08.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:08 smithi099 bash[16312]: cluster 2024-01-24T01:46:07.358936+0000 mgr.smithi099.npjflm (mgr.14182) 1410 : 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-24T01:46:08.991 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:08.991 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:09.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:10.683 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:10.695 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:10 smithi099 bash[16312]: audit 2024-01-24T01:46:08.977961+0000 mgr.smithi099.npjflm (mgr.14182) 1411 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:10.696 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:10 smithi099 bash[16312]: cluster 2024-01-24T01:46:09.360055+0000 mgr.smithi099.npjflm (mgr.14182) 1412 : 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-24T01:46:10.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:10 smithi156 bash[19595]: audit 2024-01-24T01:46:08.977961+0000 mgr.smithi099.npjflm (mgr.14182) 1411 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:10.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:10 smithi156 bash[19595]: cluster 2024-01-24T01:46:09.360055+0000 mgr.smithi099.npjflm (mgr.14182) 1412 : 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-24T01:46:12.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:12 smithi156 bash[19595]: cluster 2024-01-24T01:46:11.361349+0000 mgr.smithi099.npjflm (mgr.14182) 1413 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:12.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:12 smithi099 bash[16312]: cluster 2024-01-24T01:46:11.361349+0000 mgr.smithi099.npjflm (mgr.14182) 1413 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:14.020 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:14.020 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:14.696 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:14 smithi099 bash[16312]: cluster 2024-01-24T01:46:13.361990+0000 mgr.smithi099.npjflm (mgr.14182) 1414 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:14.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:14.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:14 smithi156 bash[19595]: cluster 2024-01-24T01:46:13.361990+0000 mgr.smithi099.npjflm (mgr.14182) 1414 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:15.698 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:15.711 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:15 smithi099 bash[16312]: audit 2024-01-24T01:46:14.011509+0000 mgr.smithi099.npjflm (mgr.14182) 1415 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:15 smithi156 bash[19595]: audit 2024-01-24T01:46:14.011509+0000 mgr.smithi099.npjflm (mgr.14182) 1415 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:16.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:16 smithi156 bash[19595]: cluster 2024-01-24T01:46:15.362986+0000 mgr.smithi099.npjflm (mgr.14182) 1416 : 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-24T01:46:16.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:16 smithi099 bash[16312]: cluster 2024-01-24T01:46:15.362986+0000 mgr.smithi099.npjflm (mgr.14182) 1416 : 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-24T01:46:18.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:18 smithi156 bash[19595]: cluster 2024-01-24T01:46:17.364231+0000 mgr.smithi099.npjflm (mgr.14182) 1417 : 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-24T01:46:18.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:18 smithi099 bash[16312]: cluster 2024-01-24T01:46:17.364231+0000 mgr.smithi099.npjflm (mgr.14182) 1417 : 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-24T01:46:18.879 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:18.879 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:19.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:20.500 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:20.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:20 smithi156 bash[19595]: audit 2024-01-24T01:46:18.868057+0000 mgr.smithi099.npjflm (mgr.14182) 1418 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:20.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:20 smithi156 bash[19595]: cluster 2024-01-24T01:46:19.365425+0000 mgr.smithi099.npjflm (mgr.14182) 1419 : 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-24T01:46:20.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:20 smithi099 bash[16312]: audit 2024-01-24T01:46:18.868057+0000 mgr.smithi099.npjflm (mgr.14182) 1418 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:20.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:20 smithi099 bash[16312]: cluster 2024-01-24T01:46:19.365425+0000 mgr.smithi099.npjflm (mgr.14182) 1419 : 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-24T01:46:22.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:22 smithi156 bash[19595]: cluster 2024-01-24T01:46:21.366888+0000 mgr.smithi099.npjflm (mgr.14182) 1420 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:22 smithi099 bash[16312]: cluster 2024-01-24T01:46:21.366888+0000 mgr.smithi099.npjflm (mgr.14182) 1420 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:23.960 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:23.960 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:24.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:24.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:24 smithi156 bash[19595]: cluster 2024-01-24T01:46:23.367971+0000 mgr.smithi099.npjflm (mgr.14182) 1421 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:24.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:24 smithi099 bash[16312]: cluster 2024-01-24T01:46:23.367971+0000 mgr.smithi099.npjflm (mgr.14182) 1421 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:25.613 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:25 smithi156 bash[19595]: audit 2024-01-24T01:46:23.946706+0000 mgr.smithi099.npjflm (mgr.14182) 1422 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:25.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:25 smithi099 bash[16312]: audit 2024-01-24T01:46:23.946706+0000 mgr.smithi099.npjflm (mgr.14182) 1422 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:26.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:26 smithi156 bash[19595]: cluster 2024-01-24T01:46:25.369215+0000 mgr.smithi099.npjflm (mgr.14182) 1423 : 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-24T01:46:26.773 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:26 smithi099 bash[16312]: cluster 2024-01-24T01:46:25.369215+0000 mgr.smithi099.npjflm (mgr.14182) 1423 : 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-24T01:46:28.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:28 smithi156 bash[19595]: cluster 2024-01-24T01:46:27.370297+0000 mgr.smithi099.npjflm (mgr.14182) 1424 : 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-24T01:46:28.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:28 smithi099 bash[16312]: cluster 2024-01-24T01:46:27.370297+0000 mgr.smithi099.npjflm (mgr.14182) 1424 : 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-24T01:46:28.931 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:28.932 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:29.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:30.633 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:30.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:30 smithi099 bash[16312]: audit 2024-01-24T01:46:28.924298+0000 mgr.smithi099.npjflm (mgr.14182) 1425 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:30.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:30 smithi099 bash[16312]: cluster 2024-01-24T01:46:29.371460+0000 mgr.smithi099.npjflm (mgr.14182) 1426 : 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-24T01:46:30.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:30 smithi156 bash[19595]: audit 2024-01-24T01:46:28.924298+0000 mgr.smithi099.npjflm (mgr.14182) 1425 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:30.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:30 smithi156 bash[19595]: cluster 2024-01-24T01:46:29.371460+0000 mgr.smithi099.npjflm (mgr.14182) 1426 : 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-24T01:46:32.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:32 smithi099 bash[16312]: cluster 2024-01-24T01:46:31.372805+0000 mgr.smithi099.npjflm (mgr.14182) 1427 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:32.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:32 smithi156 bash[19595]: cluster 2024-01-24T01:46:31.372805+0000 mgr.smithi099.npjflm (mgr.14182) 1427 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:34.054 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:34.054 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:34.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:34.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:34 smithi099 bash[16312]: cluster 2024-01-24T01:46:33.373850+0000 mgr.smithi099.npjflm (mgr.14182) 1428 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:34.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:34 smithi156 bash[19595]: cluster 2024-01-24T01:46:33.373850+0000 mgr.smithi099.npjflm (mgr.14182) 1428 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:35.689 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:35.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:35 smithi099 bash[16312]: audit 2024-01-24T01:46:34.045674+0000 mgr.smithi099.npjflm (mgr.14182) 1429 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:35.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:35 smithi156 bash[19595]: audit 2024-01-24T01:46:34.045674+0000 mgr.smithi099.npjflm (mgr.14182) 1429 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:36.837 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:36 smithi099 bash[16312]: cluster 2024-01-24T01:46:35.375141+0000 mgr.smithi099.npjflm (mgr.14182) 1430 : 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-24T01:46:36.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:36 smithi156 bash[19595]: cluster 2024-01-24T01:46:35.375141+0000 mgr.smithi099.npjflm (mgr.14182) 1430 : 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-24T01:46:38.823 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:38.823 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:38.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:38 smithi099 bash[16312]: cluster 2024-01-24T01:46:37.376223+0000 mgr.smithi099.npjflm (mgr.14182) 1431 : 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-24T01:46:38.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:38 smithi156 bash[19595]: cluster 2024-01-24T01:46:37.376223+0000 mgr.smithi099.npjflm (mgr.14182) 1431 : 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-24T01:46:39.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:40.488 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:40.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:40 smithi099 bash[16312]: audit 2024-01-24T01:46:38.810138+0000 mgr.smithi099.npjflm (mgr.14182) 1432 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:40.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:40 smithi099 bash[16312]: cluster 2024-01-24T01:46:39.377361+0000 mgr.smithi099.npjflm (mgr.14182) 1433 : 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-24T01:46:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:40 smithi156 bash[19595]: audit 2024-01-24T01:46:38.810138+0000 mgr.smithi099.npjflm (mgr.14182) 1432 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:40.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:40 smithi156 bash[19595]: cluster 2024-01-24T01:46:39.377361+0000 mgr.smithi099.npjflm (mgr.14182) 1433 : 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-24T01:46:42.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:42 smithi099 bash[16312]: cluster 2024-01-24T01:46:41.378674+0000 mgr.smithi099.npjflm (mgr.14182) 1434 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:42.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:42 smithi156 bash[19595]: cluster 2024-01-24T01:46:41.378674+0000 mgr.smithi099.npjflm (mgr.14182) 1434 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:43.951 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:43.951 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:44.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:44.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:44 smithi099 bash[16312]: cluster 2024-01-24T01:46:43.379733+0000 mgr.smithi099.npjflm (mgr.14182) 1435 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:44.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:44 smithi156 bash[19595]: cluster 2024-01-24T01:46:43.379733+0000 mgr.smithi099.npjflm (mgr.14182) 1435 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:45.544 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:45.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:45 smithi099 bash[16312]: audit 2024-01-24T01:46:43.940014+0000 mgr.smithi099.npjflm (mgr.14182) 1436 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:45.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:45 smithi156 bash[19595]: audit 2024-01-24T01:46:43.940014+0000 mgr.smithi099.npjflm (mgr.14182) 1436 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:46.845 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:46 smithi099 bash[16312]: cluster 2024-01-24T01:46:45.381387+0000 mgr.smithi099.npjflm (mgr.14182) 1437 : 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-24T01:46:46.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:46 smithi156 bash[19595]: cluster 2024-01-24T01:46:45.381387+0000 mgr.smithi099.npjflm (mgr.14182) 1437 : 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-24T01:46:48.723 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:48.723 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:48.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:48 smithi099 bash[16312]: cluster 2024-01-24T01:46:47.382745+0000 mgr.smithi099.npjflm (mgr.14182) 1438 : 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-24T01:46:48.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:48 smithi156 bash[19595]: cluster 2024-01-24T01:46:47.382745+0000 mgr.smithi099.npjflm (mgr.14182) 1438 : 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-24T01:46:49.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:50.368 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:50 smithi099 bash[16312]: audit 2024-01-24T01:46:48.709713+0000 mgr.smithi099.npjflm (mgr.14182) 1439 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:50.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:50 smithi099 bash[16312]: cluster 2024-01-24T01:46:49.383767+0000 mgr.smithi099.npjflm (mgr.14182) 1440 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:50 smithi156 bash[19595]: audit 2024-01-24T01:46:48.709713+0000 mgr.smithi099.npjflm (mgr.14182) 1439 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:50.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:50 smithi156 bash[19595]: cluster 2024-01-24T01:46:49.383767+0000 mgr.smithi099.npjflm (mgr.14182) 1440 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:52.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:52 smithi099 bash[16312]: cluster 2024-01-24T01:46:51.385044+0000 mgr.smithi099.npjflm (mgr.14182) 1441 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:52.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:52 smithi156 bash[19595]: cluster 2024-01-24T01:46:51.385044+0000 mgr.smithi099.npjflm (mgr.14182) 1441 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:46:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:53 smithi099 bash[16312]: audit 2024-01-24T01:46:53.354452+0000 mon.smithi099 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:46:53.776 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:53.777 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:53.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:53 smithi156 bash[19595]: audit 2024-01-24T01:46:53.354452+0000 mon.smithi099 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:46:54.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:46:54.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:54 smithi099 bash[16312]: cluster 2024-01-24T01:46:53.386018+0000 mgr.smithi099.npjflm (mgr.14182) 1442 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:54.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:54 smithi156 bash[19595]: cluster 2024-01-24T01:46:53.386018+0000 mgr.smithi099.npjflm (mgr.14182) 1442 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:55.398 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:46:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:55 smithi099 bash[16312]: audit 2024-01-24T01:46:53.763446+0000 mgr.smithi099.npjflm (mgr.14182) 1443 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:55.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:55 smithi156 bash[19595]: audit 2024-01-24T01:46:53.763446+0000 mgr.smithi099.npjflm (mgr.14182) 1443 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:46:56.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:56 smithi099 bash[16312]: cluster 2024-01-24T01:46:55.388549+0000 mgr.smithi099.npjflm (mgr.14182) 1444 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:56.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:56 smithi156 bash[19595]: cluster 2024-01-24T01:46:55.388549+0000 mgr.smithi099.npjflm (mgr.14182) 1444 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:58.759 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:46:58.760 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:36:32.570991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:36:32.571093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:36:32.571193Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:36:32.571789Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:36:32.570883Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:36:32.570694Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:36:32.571889Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:36:32.571292Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:36:32.571392Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:46:58.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:46:58 smithi099 bash[16312]: cluster 2024-01-24T01:46:57.390622+0000 mgr.smithi099.npjflm (mgr.14182) 1445 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:58.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:46:58 smithi156 bash[19595]: cluster 2024-01-24T01:46:57.390622+0000 mgr.smithi099.npjflm (mgr.14182) 1445 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:46:59.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:00.409 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:00.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: audit 2024-01-24T01:46:58.752982+0000 mgr.smithi099.npjflm (mgr.14182) 1446 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:00.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: cluster 2024-01-24T01:46:59.391745+0000 mgr.smithi099.npjflm (mgr.14182) 1447 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:00.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: audit 2024-01-24T01:46:59.647873+0000 mon.smithi099 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:00.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: audit 2024-01-24T01:46:59.945262+0000 mon.smithi099 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:47:00.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: audit 2024-01-24T01:46:59.946693+0000 mon.smithi099 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:47:00.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: audit 2024-01-24T01:46:59.955187+0000 mon.smithi099 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:00.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: audit 2024-01-24T01:46:59.964339+0000 mon.smithi099 (mon.0) 1003 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:47:00.760 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:00 smithi099 bash[16312]: audit 2024-01-24T01:46:59.978991+0000 mon.smithi099 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: audit 2024-01-24T01:46:58.752982+0000 mgr.smithi099.npjflm (mgr.14182) 1446 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: cluster 2024-01-24T01:46:59.391745+0000 mgr.smithi099.npjflm (mgr.14182) 1447 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: audit 2024-01-24T01:46:59.647873+0000 mon.smithi099 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: audit 2024-01-24T01:46:59.945262+0000 mon.smithi099 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: audit 2024-01-24T01:46:59.946693+0000 mon.smithi099 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: audit 2024-01-24T01:46:59.955187+0000 mon.smithi099 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: audit 2024-01-24T01:46:59.964339+0000 mon.smithi099 (mon.0) 1003 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:47:00.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:00 smithi156 bash[19595]: audit 2024-01-24T01:46:59.978991+0000 mon.smithi099 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:01.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:01 smithi099 bash[16312]: cluster 2024-01-24T01:46:59.956139+0000 mgr.smithi099.npjflm (mgr.14182) 1448 : 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-24T01:47:01.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:01 smithi099 bash[16312]: cephadm 2024-01-24T01:46:59.982628+0000 mgr.smithi099.npjflm (mgr.14182) 1449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qiiybo on smithi156 2024-01-24T01:47:01.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:01 smithi099 bash[16312]: cluster 2024-01-24T01:47:00.951781+0000 mon.smithi099 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:47:01.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:01 smithi099 bash[16312]: cluster 2024-01-24T01:47:00.951842+0000 mon.smithi099 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2024-01-24T01:47:01.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:01 smithi156 bash[19595]: cluster 2024-01-24T01:46:59.956139+0000 mgr.smithi099.npjflm (mgr.14182) 1448 : 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-24T01:47:01.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:01 smithi156 bash[19595]: cephadm 2024-01-24T01:46:59.982628+0000 mgr.smithi099.npjflm (mgr.14182) 1449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qiiybo on smithi156 2024-01-24T01:47:01.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:01 smithi156 bash[19595]: cluster 2024-01-24T01:47:00.951781+0000 mon.smithi099 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:47:01.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:01 smithi156 bash[19595]: cluster 2024-01-24T01:47:00.951842+0000 mon.smithi099 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2024-01-24T01:47:03.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:03 smithi156 bash[19595]: cluster 2024-01-24T01:47:01.957328+0000 mgr.smithi099.npjflm (mgr.14182) 1450 : cluster [DBG] pgmap v936: 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-24T01:47:03.824 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:03.824 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:44:44.872830Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.skocwm on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:49.200630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ersaol on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-ersaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.ersaol\nDeploy daemon haproxy.nfs.foo.smithi156.ersaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.343141Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.bvwnro on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-bvwnro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.bvwnro\nDeploy daemon haproxy.nfs.foo.smithi099.bvwnro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:45:53.346596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.kdrdll on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:03.825 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:03 smithi099 bash[16312]: cluster 2024-01-24T01:47:01.957328+0000 mgr.smithi099.npjflm (mgr.14182) 1450 : cluster [DBG] pgmap v936: 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-24T01:47:04.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:04.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:04 smithi099 bash[16312]: audit 2024-01-24T01:47:03.826137+0000 mon.smithi099 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qiiybo"}]: dispatch 2024-01-24T01:47:04.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:04 smithi156 bash[19595]: audit 2024-01-24T01:47:03.826137+0000 mon.smithi099 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qiiybo"}]: dispatch 2024-01-24T01:47:05.559 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: audit 2024-01-24T01:47:03.813407+0000 mgr.smithi099.npjflm (mgr.14182) 1451 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: cephadm 2024-01-24T01:47:03.824939+0000 mgr.smithi099.npjflm (mgr.14182) 1452 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qiiybo ... 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qiiybo ... 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: cephadm 2024-01-24T01:47:03.825488+0000 mgr.smithi099.npjflm (mgr.14182) 1453 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: cephadm 2024-01-24T01:47:03.827929+0000 mgr.smithi099.npjflm (mgr.14182) 1454 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.qiiybo ... 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: cephadm 2024-01-24T01:47:03.832876+0000 mgr.smithi099.npjflm (mgr.14182) 1455 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.vnomcy on smithi099 2024-01-24T01:47:05.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:05 smithi099 bash[16312]: cluster 2024-01-24T01:47:03.958180+0000 mgr.smithi099.npjflm (mgr.14182) 1456 : cluster [DBG] pgmap v937: 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-24T01:47:05.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: audit 2024-01-24T01:47:03.813407+0000 mgr.smithi099.npjflm (mgr.14182) 1451 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:05.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: cephadm 2024-01-24T01:47:03.824939+0000 mgr.smithi099.npjflm (mgr.14182) 1452 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qiiybo ... 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:47:05.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qiiybo ... 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: cephadm 2024-01-24T01:47:03.825488+0000 mgr.smithi099.npjflm (mgr.14182) 1453 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: cephadm 2024-01-24T01:47:03.827929+0000 mgr.smithi099.npjflm (mgr.14182) 1454 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.qiiybo ... 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: cephadm 2024-01-24T01:47:03.832876+0000 mgr.smithi099.npjflm (mgr.14182) 1455 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.vnomcy on smithi099 2024-01-24T01:47:05.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:05 smithi156 bash[19595]: cluster 2024-01-24T01:47:03.958180+0000 mgr.smithi099.npjflm (mgr.14182) 1456 : cluster [DBG] pgmap v937: 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-24T01:47:06.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:06 smithi156 bash[19595]: cluster 2024-01-24T01:47:05.959200+0000 mgr.smithi099.npjflm (mgr.14182) 1457 : cluster [DBG] pgmap v938: 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-24T01:47:06.988 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:06 smithi099 bash[16312]: cluster 2024-01-24T01:47:05.959200+0000 mgr.smithi099.npjflm (mgr.14182) 1457 : cluster [DBG] pgmap v938: 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-24T01:47:09.021 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:09.022 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:09.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: cluster 2024-01-24T01:47:07.960070+0000 mgr.smithi099.npjflm (mgr.14182) 1458 : cluster [DBG] pgmap v939: 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-24T01:47:09.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: cephadm 2024-01-24T01:47:08.178651+0000 mgr.smithi099.npjflm (mgr.14182) 1459 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:09.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.348 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vnomcy ... 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:47:09.349 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vnomcy ... 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: cephadm 2024-01-24T01:47:08.179218+0000 mgr.smithi099.npjflm (mgr.14182) 1460 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: audit 2024-01-24T01:47:08.179899+0000 mon.smithi099 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.vnomcy"}]: dispatch 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: cephadm 2024-01-24T01:47:08.181311+0000 mgr.smithi099.npjflm (mgr.14182) 1461 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.350 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.vnomcy ... 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.351 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: cephadm 2024-01-24T01:47:08.185842+0000 mgr.smithi099.npjflm (mgr.14182) 1462 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:47:09.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: cephadm 2024-01-24T01:47:08.189062+0000 mgr.smithi099.npjflm (mgr.14182) 1463 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:47:09.352 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:09 smithi099 bash[16312]: cluster 2024-01-24T01:47:08.190123+0000 mgr.smithi099.npjflm (mgr.14182) 1464 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:47:09.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: cluster 2024-01-24T01:47:07.960070+0000 mgr.smithi099.npjflm (mgr.14182) 1458 : cluster [DBG] pgmap v939: 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-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: cephadm 2024-01-24T01:47:08.178651+0000 mgr.smithi099.npjflm (mgr.14182) 1459 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vnomcy ... 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vnomcy ... 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: cephadm 2024-01-24T01:47:08.179218+0000 mgr.smithi099.npjflm (mgr.14182) 1460 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: audit 2024-01-24T01:47:08.179899+0000 mon.smithi099 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.vnomcy"}]: dispatch 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: cephadm 2024-01-24T01:47:08.181311+0000 mgr.smithi099.npjflm (mgr.14182) 1461 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.vnomcy ... 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:47:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:47:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:47:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:47:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: cephadm 2024-01-24T01:47:08.185842+0000 mgr.smithi099.npjflm (mgr.14182) 1462 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:47:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: cephadm 2024-01-24T01:47:08.189062+0000 mgr.smithi099.npjflm (mgr.14182) 1463 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:47:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:09 smithi156 bash[19595]: cluster 2024-01-24T01:47:08.190123+0000 mgr.smithi099.npjflm (mgr.14182) 1464 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:47:09.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:10 smithi099 bash[16312]: audit 2024-01-24T01:47:09.009705+0000 mgr.smithi099.npjflm (mgr.14182) 1465 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:10 smithi099 bash[16312]: cluster 2024-01-24T01:47:09.014061+0000 mon.smithi099 (mon.0) 1009 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:47:10.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:10 smithi099 bash[16312]: audit 2024-01-24T01:47:09.209982+0000 mon.smithi099 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:10.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:10 smithi156 bash[19595]: audit 2024-01-24T01:47:09.009705+0000 mgr.smithi099.npjflm (mgr.14182) 1465 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:10.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:10 smithi156 bash[19595]: cluster 2024-01-24T01:47:09.014061+0000 mon.smithi099 (mon.0) 1009 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:47:10.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:10 smithi156 bash[19595]: audit 2024-01-24T01:47:09.209982+0000 mon.smithi099 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:47:10.695 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:11.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:11 smithi156 bash[19595]: cluster 2024-01-24T01:47:10.191089+0000 mgr.smithi099.npjflm (mgr.14182) 1466 : cluster [DBG] pgmap v941: 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-24T01:47:11.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:11 smithi099 bash[16312]: cluster 2024-01-24T01:47:10.191089+0000 mgr.smithi099.npjflm (mgr.14182) 1466 : cluster [DBG] pgmap v941: 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-24T01:47:13.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:13 smithi099 bash[16312]: cluster 2024-01-24T01:47:12.192272+0000 mgr.smithi099.npjflm (mgr.14182) 1467 : cluster [DBG] pgmap v942: 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-24T01:47:13.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:13 smithi156 bash[19595]: cluster 2024-01-24T01:47:12.192272+0000 mgr.smithi099.npjflm (mgr.14182) 1467 : cluster [DBG] pgmap v942: 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-24T01:47:14.135 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:14.173 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:14.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:15 smithi099 bash[16312]: audit 2024-01-24T01:47:14.121444+0000 mgr.smithi099.npjflm (mgr.14182) 1468 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:15 smithi099 bash[16312]: cluster 2024-01-24T01:47:14.193552+0000 mgr.smithi099.npjflm (mgr.14182) 1469 : cluster [DBG] pgmap v943: 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-24T01:47:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:15 smithi156 bash[19595]: audit 2024-01-24T01:47:14.121444+0000 mgr.smithi099.npjflm (mgr.14182) 1468 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:15.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:15 smithi156 bash[19595]: cluster 2024-01-24T01:47:14.193552+0000 mgr.smithi099.npjflm (mgr.14182) 1469 : cluster [DBG] pgmap v943: 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-24T01:47:15.769 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:17.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:17 smithi099 bash[16312]: cluster 2024-01-24T01:47:16.194832+0000 mgr.smithi099.npjflm (mgr.14182) 1470 : cluster [DBG] pgmap v944: 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-24T01:47:17.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:17 smithi156 bash[19595]: cluster 2024-01-24T01:47:16.194832+0000 mgr.smithi099.npjflm (mgr.14182) 1470 : cluster [DBG] pgmap v944: 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-24T01:47:19.019 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:19.019 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:19.347 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:19 smithi099 bash[16312]: cluster 2024-01-24T01:47:18.196008+0000 mgr.smithi099.npjflm (mgr.14182) 1471 : cluster [DBG] pgmap v945: 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-24T01:47:19.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:19.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:19 smithi156 bash[19595]: cluster 2024-01-24T01:47:18.196008+0000 mgr.smithi099.npjflm (mgr.14182) 1471 : cluster [DBG] pgmap v945: 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-24T01:47:20.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:20 smithi099 bash[16312]: audit 2024-01-24T01:47:19.007420+0000 mgr.smithi099.npjflm (mgr.14182) 1472 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:20.638 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:20.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:20 smithi156 bash[19595]: audit 2024-01-24T01:47:19.007420+0000 mgr.smithi099.npjflm (mgr.14182) 1472 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:21.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:21 smithi099 bash[16312]: cluster 2024-01-24T01:47:20.197154+0000 mgr.smithi099.npjflm (mgr.14182) 1473 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:21.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:21 smithi156 bash[19595]: cluster 2024-01-24T01:47:20.197154+0000 mgr.smithi099.npjflm (mgr.14182) 1473 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:23.594 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:23 smithi099 bash[16312]: cluster 2024-01-24T01:47:22.198459+0000 mgr.smithi099.npjflm (mgr.14182) 1474 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:23.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:23 smithi156 bash[19595]: cluster 2024-01-24T01:47:22.198459+0000 mgr.smithi099.npjflm (mgr.14182) 1474 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:24.028 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:24.028 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:24.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:25 smithi099 bash[16312]: audit 2024-01-24T01:47:24.022277+0000 mgr.smithi099.npjflm (mgr.14182) 1475 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:25 smithi099 bash[16312]: cluster 2024-01-24T01:47:24.199574+0000 mgr.smithi099.npjflm (mgr.14182) 1476 : 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-24T01:47:25.689 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:25 smithi156 bash[19595]: audit 2024-01-24T01:47:24.022277+0000 mgr.smithi099.npjflm (mgr.14182) 1475 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:25 smithi156 bash[19595]: cluster 2024-01-24T01:47:24.199574+0000 mgr.smithi099.npjflm (mgr.14182) 1476 : 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-24T01:47:27.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:27 smithi099 bash[16312]: cluster 2024-01-24T01:47:26.200846+0000 mgr.smithi099.npjflm (mgr.14182) 1477 : 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-24T01:47:27.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:27 smithi156 bash[19595]: cluster 2024-01-24T01:47:26.200846+0000 mgr.smithi099.npjflm (mgr.14182) 1477 : 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-24T01:47:28.877 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:28.877 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:29.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:29.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:29 smithi099 bash[16312]: cluster 2024-01-24T01:47:28.201882+0000 mgr.smithi099.npjflm (mgr.14182) 1478 : 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-24T01:47:29.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:29 smithi156 bash[19595]: cluster 2024-01-24T01:47:28.201882+0000 mgr.smithi099.npjflm (mgr.14182) 1478 : 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-24T01:47:30.505 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:30.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:30 smithi099 bash[16312]: audit 2024-01-24T01:47:28.871648+0000 mgr.smithi099.npjflm (mgr.14182) 1479 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:30.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:30 smithi156 bash[19595]: audit 2024-01-24T01:47:28.871648+0000 mgr.smithi099.npjflm (mgr.14182) 1479 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:31.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:31 smithi099 bash[16312]: cluster 2024-01-24T01:47:30.203042+0000 mgr.smithi099.npjflm (mgr.14182) 1480 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:31.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:31 smithi156 bash[19595]: cluster 2024-01-24T01:47:30.203042+0000 mgr.smithi099.npjflm (mgr.14182) 1480 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:33.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:33 smithi099 bash[16312]: cluster 2024-01-24T01:47:32.204330+0000 mgr.smithi099.npjflm (mgr.14182) 1481 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:33.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:33 smithi156 bash[19595]: cluster 2024-01-24T01:47:32.204330+0000 mgr.smithi099.npjflm (mgr.14182) 1481 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:33.851 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:33.851 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:34.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:35.490 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:35.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:35 smithi099 bash[16312]: audit 2024-01-24T01:47:33.843881+0000 mgr.smithi099.npjflm (mgr.14182) 1482 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:35.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:35 smithi099 bash[16312]: cluster 2024-01-24T01:47:34.205403+0000 mgr.smithi099.npjflm (mgr.14182) 1483 : 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-24T01:47:35.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:35 smithi156 bash[19595]: audit 2024-01-24T01:47:33.843881+0000 mgr.smithi099.npjflm (mgr.14182) 1482 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:35.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:35 smithi156 bash[19595]: cluster 2024-01-24T01:47:34.205403+0000 mgr.smithi099.npjflm (mgr.14182) 1483 : 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-24T01:47:37.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:37 smithi099 bash[16312]: cluster 2024-01-24T01:47:36.206632+0000 mgr.smithi099.npjflm (mgr.14182) 1484 : 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-24T01:47:37.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:37 smithi156 bash[19595]: cluster 2024-01-24T01:47:36.206632+0000 mgr.smithi099.npjflm (mgr.14182) 1484 : 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-24T01:47:38.890 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:38.890 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:39.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:39.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:39 smithi099 bash[16312]: cluster 2024-01-24T01:47:38.207341+0000 mgr.smithi099.npjflm (mgr.14182) 1485 : 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-24T01:47:39.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:39 smithi156 bash[19595]: cluster 2024-01-24T01:47:38.207341+0000 mgr.smithi099.npjflm (mgr.14182) 1485 : 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-24T01:47:40.502 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:40.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:40 smithi099 bash[16312]: audit 2024-01-24T01:47:38.884680+0000 mgr.smithi099.npjflm (mgr.14182) 1486 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:40.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:40 smithi156 bash[19595]: audit 2024-01-24T01:47:38.884680+0000 mgr.smithi099.npjflm (mgr.14182) 1486 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:41.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:41 smithi099 bash[16312]: cluster 2024-01-24T01:47:40.208392+0000 mgr.smithi099.npjflm (mgr.14182) 1487 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:41.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:41 smithi156 bash[19595]: cluster 2024-01-24T01:47:40.208392+0000 mgr.smithi099.npjflm (mgr.14182) 1487 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:43.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:43 smithi099 bash[16312]: cluster 2024-01-24T01:47:42.209677+0000 mgr.smithi099.npjflm (mgr.14182) 1488 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:43.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:43 smithi156 bash[19595]: cluster 2024-01-24T01:47:42.209677+0000 mgr.smithi099.npjflm (mgr.14182) 1488 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:43.801 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:43.801 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:44.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:45.428 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:45 smithi099 bash[16312]: audit 2024-01-24T01:47:43.796020+0000 mgr.smithi099.npjflm (mgr.14182) 1489 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:45 smithi099 bash[16312]: cluster 2024-01-24T01:47:44.210748+0000 mgr.smithi099.npjflm (mgr.14182) 1490 : 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-24T01:47:45.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:45 smithi156 bash[19595]: audit 2024-01-24T01:47:43.796020+0000 mgr.smithi099.npjflm (mgr.14182) 1489 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:45.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:45 smithi156 bash[19595]: cluster 2024-01-24T01:47:44.210748+0000 mgr.smithi099.npjflm (mgr.14182) 1490 : 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-24T01:47:47.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:47 smithi156 bash[19595]: cluster 2024-01-24T01:47:46.212008+0000 mgr.smithi099.npjflm (mgr.14182) 1491 : 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-24T01:47:47.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:47 smithi099 bash[16312]: cluster 2024-01-24T01:47:46.212008+0000 mgr.smithi099.npjflm (mgr.14182) 1491 : 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-24T01:47:48.686 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:48.686 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:49.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:49.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:49 smithi099 bash[16312]: cluster 2024-01-24T01:47:48.213228+0000 mgr.smithi099.npjflm (mgr.14182) 1492 : 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-24T01:47:49.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:49 smithi156 bash[19595]: cluster 2024-01-24T01:47:48.213228+0000 mgr.smithi099.npjflm (mgr.14182) 1492 : 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-24T01:47:50.324 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:50.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:50 smithi099 bash[16312]: audit 2024-01-24T01:47:48.681024+0000 mgr.smithi099.npjflm (mgr.14182) 1493 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:50.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:50 smithi156 bash[19595]: audit 2024-01-24T01:47:48.681024+0000 mgr.smithi099.npjflm (mgr.14182) 1493 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:51.628 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:51 smithi099 bash[16312]: cluster 2024-01-24T01:47:50.214363+0000 mgr.smithi099.npjflm (mgr.14182) 1494 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:51.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:51 smithi156 bash[19595]: cluster 2024-01-24T01:47:50.214363+0000 mgr.smithi099.npjflm (mgr.14182) 1494 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:47:53.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:53 smithi099 bash[16312]: cluster 2024-01-24T01:47:52.215657+0000 mgr.smithi099.npjflm (mgr.14182) 1495 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:53.714 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:53.714 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:53.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:53 smithi156 bash[19595]: cluster 2024-01-24T01:47:52.215657+0000 mgr.smithi099.npjflm (mgr.14182) 1495 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:47:54.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:55.402 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:47:55.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:55 smithi156 bash[19595]: audit 2024-01-24T01:47:53.708408+0000 mgr.smithi099.npjflm (mgr.14182) 1496 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:55.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:55 smithi156 bash[19595]: cluster 2024-01-24T01:47:54.216813+0000 mgr.smithi099.npjflm (mgr.14182) 1497 : 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-24T01:47:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:55 smithi099 bash[16312]: audit 2024-01-24T01:47:53.708408+0000 mgr.smithi099.npjflm (mgr.14182) 1496 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:47:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:55 smithi099 bash[16312]: cluster 2024-01-24T01:47:54.216813+0000 mgr.smithi099.npjflm (mgr.14182) 1497 : 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-24T01:47:57.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:57 smithi156 bash[19595]: cluster 2024-01-24T01:47:56.218144+0000 mgr.smithi099.npjflm (mgr.14182) 1498 : 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-24T01:47:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:57 smithi099 bash[16312]: cluster 2024-01-24T01:47:56.218144+0000 mgr.smithi099.npjflm (mgr.14182) 1498 : 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-24T01:47:58.756 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:47:58.756 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:47:59.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:47:59.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:47:59 smithi156 bash[19595]: cluster 2024-01-24T01:47:58.219296+0000 mgr.smithi099.npjflm (mgr.14182) 1499 : 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-24T01:47:59.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:47:59 smithi099 bash[16312]: cluster 2024-01-24T01:47:58.219296+0000 mgr.smithi099.npjflm (mgr.14182) 1499 : 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-24T01:48:00.381 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:00.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:00 smithi156 bash[19595]: audit 2024-01-24T01:47:58.749003+0000 mgr.smithi099.npjflm (mgr.14182) 1500 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:00.758 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:00 smithi099 bash[16312]: audit 2024-01-24T01:47:58.749003+0000 mgr.smithi099.npjflm (mgr.14182) 1500 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:01.657 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:01 smithi099 bash[16312]: cluster 2024-01-24T01:48:00.220574+0000 mgr.smithi099.npjflm (mgr.14182) 1501 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:01.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:01 smithi156 bash[19595]: cluster 2024-01-24T01:48:00.220574+0000 mgr.smithi099.npjflm (mgr.14182) 1501 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:03.563 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:03.563 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:03.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:03 smithi156 bash[19595]: cluster 2024-01-24T01:48:02.221865+0000 mgr.smithi099.npjflm (mgr.14182) 1502 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:03.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:03 smithi099 bash[16312]: cluster 2024-01-24T01:48:02.221865+0000 mgr.smithi099.npjflm (mgr.14182) 1502 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:04.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:04.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:04 smithi099 bash[16312]: audit 2024-01-24T01:48:03.554375+0000 mgr.smithi099.npjflm (mgr.14182) 1503 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:04.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:04 smithi156 bash[19595]: audit 2024-01-24T01:48:03.554375+0000 mgr.smithi099.npjflm (mgr.14182) 1503 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:05.231 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:05.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:05 smithi099 bash[16312]: cluster 2024-01-24T01:48:04.222727+0000 mgr.smithi099.npjflm (mgr.14182) 1504 : 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-24T01:48:05.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:05 smithi156 bash[19595]: cluster 2024-01-24T01:48:04.222727+0000 mgr.smithi099.npjflm (mgr.14182) 1504 : 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-24T01:48:07.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:07 smithi156 bash[19595]: cluster 2024-01-24T01:48:06.223985+0000 mgr.smithi099.npjflm (mgr.14182) 1505 : 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-24T01:48:07.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:07 smithi099 bash[16312]: cluster 2024-01-24T01:48:06.223985+0000 mgr.smithi099.npjflm (mgr.14182) 1505 : 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-24T01:48:08.612 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:08.612 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:08.678 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:08 smithi099 bash[16312]: audit 2024-01-24T01:48:08.194299+0000 mon.smithi099 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:48:08.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:08 smithi156 bash[19595]: audit 2024-01-24T01:48:08.194299+0000 mon.smithi099 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:48:09.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:09 smithi099 bash[16312]: cluster 2024-01-24T01:48:08.224906+0000 mgr.smithi099.npjflm (mgr.14182) 1506 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:09 smithi099 bash[16312]: audit 2024-01-24T01:48:08.488892+0000 mon.smithi099 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:09.599 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:09 smithi099 bash[16312]: audit 2024-01-24T01:48:08.606298+0000 mgr.smithi099.npjflm (mgr.14182) 1507 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:09.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:09 smithi156 bash[19595]: cluster 2024-01-24T01:48:08.224906+0000 mgr.smithi099.npjflm (mgr.14182) 1506 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:09.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:09 smithi156 bash[19595]: audit 2024-01-24T01:48:08.488892+0000 mon.smithi099 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:09.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:09 smithi156 bash[19595]: audit 2024-01-24T01:48:08.606298+0000 mgr.smithi099.npjflm (mgr.14182) 1507 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:10.317 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:11.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:11 smithi156 bash[19595]: cluster 2024-01-24T01:48:10.226012+0000 mgr.smithi099.npjflm (mgr.14182) 1508 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:11.540 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:11 smithi099 bash[16312]: cluster 2024-01-24T01:48:10.226012+0000 mgr.smithi099.npjflm (mgr.14182) 1508 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:13.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:13 smithi099 bash[16312]: cluster 2024-01-24T01:48:12.227188+0000 mgr.smithi099.npjflm (mgr.14182) 1509 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:13.643 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:13.643 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:37:47.458510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:45:53.349116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.ibfekg on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:37:47.460676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:37:47.458853Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:37:47.459098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:37:47.459329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:37:47.459781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:37:47.459556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:13.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:13 smithi156 bash[19595]: cluster 2024-01-24T01:48:12.227188+0000 mgr.smithi099.npjflm (mgr.14182) 1509 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:14.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:15.276 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: audit 2024-01-24T01:48:13.632743+0000 mgr.smithi099.npjflm (mgr.14182) 1510 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: audit 2024-01-24T01:48:14.112865+0000 mon.smithi099 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: cluster 2024-01-24T01:48:14.228273+0000 mgr.smithi099.npjflm (mgr.14182) 1511 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: audit 2024-01-24T01:48:14.413196+0000 mon.smithi099 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: audit 2024-01-24T01:48:14.415148+0000 mon.smithi099 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: audit 2024-01-24T01:48:14.425561+0000 mon.smithi099 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: cluster 2024-01-24T01:48:14.426723+0000 mgr.smithi099.npjflm (mgr.14182) 1512 : cluster [DBG] pgmap v974: 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-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: audit 2024-01-24T01:48:14.434875+0000 mon.smithi099 (mon.0) 1017 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: audit 2024-01-24T01:48:14.452580+0000 mon.smithi099 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:15.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:15 smithi156 bash[19595]: cephadm 2024-01-24T01:48:14.456994+0000 mgr.smithi099.npjflm (mgr.14182) 1513 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.oknmpt on smithi156 2024-01-24T01:48:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: audit 2024-01-24T01:48:13.632743+0000 mgr.smithi099.npjflm (mgr.14182) 1510 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: audit 2024-01-24T01:48:14.112865+0000 mon.smithi099 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: cluster 2024-01-24T01:48:14.228273+0000 mgr.smithi099.npjflm (mgr.14182) 1511 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: audit 2024-01-24T01:48:14.413196+0000 mon.smithi099 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:48:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: audit 2024-01-24T01:48:14.415148+0000 mon.smithi099 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:48:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: audit 2024-01-24T01:48:14.425561+0000 mon.smithi099 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: cluster 2024-01-24T01:48:14.426723+0000 mgr.smithi099.npjflm (mgr.14182) 1512 : cluster [DBG] pgmap v974: 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-24T01:48:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: audit 2024-01-24T01:48:14.434875+0000 mon.smithi099 (mon.0) 1017 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:48:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: audit 2024-01-24T01:48:14.452580+0000 mon.smithi099 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:15.598 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:15 smithi099 bash[16312]: cephadm 2024-01-24T01:48:14.456994+0000 mgr.smithi099.npjflm (mgr.14182) 1513 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.oknmpt on smithi156 2024-01-24T01:48:16.390 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:16 smithi099 bash[16312]: cluster 2024-01-24T01:48:15.108305+0000 mon.smithi099 (mon.0) 1019 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:48:16.390 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:16 smithi099 bash[16312]: cluster 2024-01-24T01:48:15.108377+0000 mon.smithi099 (mon.0) 1020 : cluster [INF] Cluster is now healthy 2024-01-24T01:48:16.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:16 smithi156 bash[19595]: cluster 2024-01-24T01:48:15.108305+0000 mon.smithi099 (mon.0) 1019 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:48:16.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:16 smithi156 bash[19595]: cluster 2024-01-24T01:48:15.108377+0000 mon.smithi099 (mon.0) 1020 : cluster [INF] Cluster is now healthy 2024-01-24T01:48:17.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:17 smithi156 bash[19595]: cluster 2024-01-24T01:48:16.428038+0000 mgr.smithi099.npjflm (mgr.14182) 1514 : cluster [DBG] pgmap v975: 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-24T01:48:17.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:17 smithi099 bash[16312]: cluster 2024-01-24T01:48:16.428038+0000 mgr.smithi099.npjflm (mgr.14182) 1514 : cluster [DBG] pgmap v975: 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-24T01:48:18.505 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:18.505 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:03.827715Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qiiybo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-qiiybo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.qiiybo\nDeploy daemon haproxy.nfs.foo.smithi156.qiiybo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.181055Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.vnomcy on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-vnomcy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.vnomcy\nDeploy daemon haproxy.nfs.foo.smithi099.vnomcy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:47:08.185653Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ykllkf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -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.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:18.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:18 smithi156 bash[19595]: audit 2024-01-24T01:48:18.425110+0000 mon.smithi099 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.oknmpt"}]: dispatch 2024-01-24T01:48:18.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:18 smithi099 bash[16312]: audit 2024-01-24T01:48:18.425110+0000 mon.smithi099 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.oknmpt"}]: dispatch 2024-01-24T01:48:19.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: cephadm 2024-01-24T01:48:18.423950+0000 mgr.smithi099.npjflm (mgr.14182) 1515 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.oknmpt ... 2024-01-24T01:48:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:19.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.oknmpt ... 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: cephadm 2024-01-24T01:48:18.424416+0000 mgr.smithi099.npjflm (mgr.14182) 1516 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: cephadm 2024-01-24T01:48:18.426723+0000 mgr.smithi099.npjflm (mgr.14182) 1517 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi156.oknmpt ... 2024-01-24T01:48:19.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:19.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:19.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:19.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: cluster 2024-01-24T01:48:18.428825+0000 mgr.smithi099.npjflm (mgr.14182) 1518 : cluster [DBG] pgmap v976: 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-24T01:48:19.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: cephadm 2024-01-24T01:48:18.431463+0000 mgr.smithi099.npjflm (mgr.14182) 1519 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.zitgjf on smithi099 2024-01-24T01:48:19.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:19 smithi099 bash[16312]: audit 2024-01-24T01:48:18.499520+0000 mgr.smithi099.npjflm (mgr.14182) 1520 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:19.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: cephadm 2024-01-24T01:48:18.423950+0000 mgr.smithi099.npjflm (mgr.14182) 1515 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:19.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:19.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.oknmpt ... 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.oknmpt ... 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: cephadm 2024-01-24T01:48:18.424416+0000 mgr.smithi099.npjflm (mgr.14182) 1516 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: cephadm 2024-01-24T01:48:18.426723+0000 mgr.smithi099.npjflm (mgr.14182) 1517 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt 2024-01-24T01:48:19.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi156.oknmpt ... 2024-01-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: cluster 2024-01-24T01:48:18.428825+0000 mgr.smithi099.npjflm (mgr.14182) 1518 : cluster [DBG] pgmap v976: 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-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: cephadm 2024-01-24T01:48:18.431463+0000 mgr.smithi099.npjflm (mgr.14182) 1519 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi099.zitgjf on smithi099 2024-01-24T01:48:19.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:19 smithi156 bash[19595]: audit 2024-01-24T01:48:18.499520+0000 mgr.smithi099.npjflm (mgr.14182) 1520 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:20.231 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:21.487 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:21 smithi099 bash[16312]: cluster 2024-01-24T01:48:20.429954+0000 mgr.smithi099.npjflm (mgr.14182) 1521 : cluster [DBG] pgmap v977: 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-24T01:48:21.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:21 smithi156 bash[19595]: cluster 2024-01-24T01:48:20.429954+0000 mgr.smithi099.npjflm (mgr.14182) 1521 : cluster [DBG] pgmap v977: 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-24T01:48:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:22 smithi099 bash[16312]: audit 2024-01-24T01:48:22.434449+0000 mon.smithi099 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.zitgjf"}]: dispatch 2024-01-24T01:48:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:22 smithi099 bash[16312]: cluster 2024-01-24T01:48:22.481945+0000 mon.smithi099 (mon.0) 1023 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:48:22.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:22 smithi156 bash[19595]: audit 2024-01-24T01:48:22.434449+0000 mon.smithi099 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi099.zitgjf"}]: dispatch 2024-01-24T01:48:22.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:22 smithi156 bash[19595]: cluster 2024-01-24T01:48:22.481945+0000 mon.smithi099 (mon.0) 1023 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: cluster 2024-01-24T01:48:22.430694+0000 mgr.smithi099.npjflm (mgr.14182) 1522 : cluster [DBG] pgmap v978: 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-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: cephadm 2024-01-24T01:48:22.433639+0000 mgr.smithi099.npjflm (mgr.14182) 1523 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.zitgjf ... 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Traceback (most recent call last): 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: yield (conn, connr) 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: code, '\n'.join(err))) 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.zitgjf ... 2024-01-24T01:48:23.849 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: cephadm 2024-01-24T01:48:22.433995+0000 mgr.smithi099.npjflm (mgr.14182) 1524 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: cephadm 2024-01-24T01:48:22.435546+0000 mgr.smithi099.npjflm (mgr.14182) 1525 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stdout 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Deploy daemon haproxy.nfs.foo.smithi099.zitgjf ... 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:23.850 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:23.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:23.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: cephadm 2024-01-24T01:48:22.438953+0000 mgr.smithi099.npjflm (mgr.14182) 1526 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:48:23.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: cephadm 2024-01-24T01:48:22.442213+0000 mgr.smithi099.npjflm (mgr.14182) 1527 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:48:23.851 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:23 smithi099 bash[16312]: cluster 2024-01-24T01:48:22.443538+0000 mgr.smithi099.npjflm (mgr.14182) 1528 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-24T01:48:23.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: cluster 2024-01-24T01:48:22.430694+0000 mgr.smithi099.npjflm (mgr.14182) 1522 : cluster [DBG] pgmap v978: 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-24T01:48:23.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: cephadm 2024-01-24T01:48:22.433639+0000 mgr.smithi099.npjflm (mgr.14182) 1523 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:23.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.907 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.zitgjf ... 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Traceback (most recent call last): 2024-01-24T01:48:23.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: yield (conn, connr) 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: code, '\n'.join(err))) 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.zitgjf ... 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:23.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: cephadm 2024-01-24T01:48:22.433995+0000 mgr.smithi099.npjflm (mgr.14182) 1524 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: cephadm 2024-01-24T01:48:22.435546+0000 mgr.smithi099.npjflm (mgr.14182) 1525 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stdout 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: /usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Deploy daemon haproxy.nfs.foo.smithi099.zitgjf ... 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: stat: stderr See 'docker run --help'. 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: cephadm 2024-01-24T01:48:22.438953+0000 mgr.smithi099.npjflm (mgr.14182) 1526 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:48:23.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: cephadm 2024-01-24T01:48:22.442213+0000 mgr.smithi099.npjflm (mgr.14182) 1527 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T01:48:23.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:23 smithi156 bash[19595]: cluster 2024-01-24T01:48:22.443538+0000 mgr.smithi099.npjflm (mgr.14182) 1528 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-24T01:48:23.911 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:23.911 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:24.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:25 smithi099 bash[16312]: audit 2024-01-24T01:48:23.901291+0000 mgr.smithi099.npjflm (mgr.14182) 1529 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:25 smithi099 bash[16312]: audit 2024-01-24T01:48:24.265630+0000 mon.smithi099 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:25.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:25 smithi099 bash[16312]: cluster 2024-01-24T01:48:24.444846+0000 mgr.smithi099.npjflm (mgr.14182) 1530 : cluster [DBG] pgmap v980: 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-24T01:48:25.623 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:25 smithi156 bash[19595]: audit 2024-01-24T01:48:23.901291+0000 mgr.smithi099.npjflm (mgr.14182) 1529 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:25 smithi156 bash[19595]: audit 2024-01-24T01:48:24.265630+0000 mon.smithi099 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:48:25.738 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:25 smithi156 bash[19595]: cluster 2024-01-24T01:48:24.444846+0000 mgr.smithi099.npjflm (mgr.14182) 1530 : cluster [DBG] pgmap v980: 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-24T01:48:27.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:27 smithi099 bash[16312]: cluster 2024-01-24T01:48:26.446211+0000 mgr.smithi099.npjflm (mgr.14182) 1531 : cluster [DBG] pgmap v981: 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-24T01:48:27.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:27 smithi156 bash[19595]: cluster 2024-01-24T01:48:26.446211+0000 mgr.smithi099.npjflm (mgr.14182) 1531 : cluster [DBG] pgmap v981: 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-24T01:48:28.906 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:28.906 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:29.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:29.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:29 smithi099 bash[16312]: cluster 2024-01-24T01:48:28.447271+0000 mgr.smithi099.npjflm (mgr.14182) 1532 : cluster [DBG] pgmap v982: 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-24T01:48:29.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:29 smithi156 bash[19595]: cluster 2024-01-24T01:48:28.447271+0000 mgr.smithi099.npjflm (mgr.14182) 1532 : cluster [DBG] pgmap v982: 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-24T01:48:30.540 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:30.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:30 smithi099 bash[16312]: audit 2024-01-24T01:48:28.900449+0000 mgr.smithi099.npjflm (mgr.14182) 1533 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:30.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:30 smithi156 bash[19595]: audit 2024-01-24T01:48:28.900449+0000 mgr.smithi099.npjflm (mgr.14182) 1533 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:31.773 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:31 smithi099 bash[16312]: cluster 2024-01-24T01:48:30.448377+0000 mgr.smithi099.npjflm (mgr.14182) 1534 : cluster [DBG] pgmap v983: 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-24T01:48:31.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:31 smithi156 bash[19595]: cluster 2024-01-24T01:48:30.448377+0000 mgr.smithi099.npjflm (mgr.14182) 1534 : cluster [DBG] pgmap v983: 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-24T01:48:33.798 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:33.799 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:33.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:33 smithi099 bash[16312]: cluster 2024-01-24T01:48:32.449516+0000 mgr.smithi099.npjflm (mgr.14182) 1535 : cluster [DBG] pgmap v984: 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-24T01:48:33.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:33 smithi156 bash[19595]: cluster 2024-01-24T01:48:32.449516+0000 mgr.smithi099.npjflm (mgr.14182) 1535 : cluster [DBG] pgmap v984: 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-24T01:48:34.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:35.454 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:35.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:35 smithi099 bash[16312]: audit 2024-01-24T01:48:33.787262+0000 mgr.smithi099.npjflm (mgr.14182) 1536 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:35.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:35 smithi099 bash[16312]: cluster 2024-01-24T01:48:34.450766+0000 mgr.smithi099.npjflm (mgr.14182) 1537 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:35.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:35 smithi156 bash[19595]: audit 2024-01-24T01:48:33.787262+0000 mgr.smithi099.npjflm (mgr.14182) 1536 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:35.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:35 smithi156 bash[19595]: cluster 2024-01-24T01:48:34.450766+0000 mgr.smithi099.npjflm (mgr.14182) 1537 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:37.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:37 smithi099 bash[16312]: cluster 2024-01-24T01:48:36.452174+0000 mgr.smithi099.npjflm (mgr.14182) 1538 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:37.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:37 smithi156 bash[19595]: cluster 2024-01-24T01:48:36.452174+0000 mgr.smithi099.npjflm (mgr.14182) 1538 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:38.763 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:38.763 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:39.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:39.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:39 smithi099 bash[16312]: cluster 2024-01-24T01:48:38.453335+0000 mgr.smithi099.npjflm (mgr.14182) 1539 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:39.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:39 smithi156 bash[19595]: cluster 2024-01-24T01:48:38.453335+0000 mgr.smithi099.npjflm (mgr.14182) 1539 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:40.387 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:40.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:40 smithi099 bash[16312]: audit 2024-01-24T01:48:38.749452+0000 mgr.smithi099.npjflm (mgr.14182) 1540 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:40.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:40 smithi156 bash[19595]: audit 2024-01-24T01:48:38.749452+0000 mgr.smithi099.npjflm (mgr.14182) 1540 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:41.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:41 smithi099 bash[16312]: cluster 2024-01-24T01:48:40.454452+0000 mgr.smithi099.npjflm (mgr.14182) 1541 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:41.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:41 smithi156 bash[19595]: cluster 2024-01-24T01:48:40.454452+0000 mgr.smithi099.npjflm (mgr.14182) 1541 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:43.688 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:43.688 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:43.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:43 smithi099 bash[16312]: cluster 2024-01-24T01:48:42.455120+0000 mgr.smithi099.npjflm (mgr.14182) 1542 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:43.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:43 smithi156 bash[19595]: cluster 2024-01-24T01:48:42.455120+0000 mgr.smithi099.npjflm (mgr.14182) 1542 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:44.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:45.313 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:45 smithi099 bash[16312]: audit 2024-01-24T01:48:43.678082+0000 mgr.smithi099.npjflm (mgr.14182) 1543 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:45.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:45 smithi099 bash[16312]: cluster 2024-01-24T01:48:44.456217+0000 mgr.smithi099.npjflm (mgr.14182) 1544 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:45.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:45 smithi156 bash[19595]: audit 2024-01-24T01:48:43.678082+0000 mgr.smithi099.npjflm (mgr.14182) 1543 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:45.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:45 smithi156 bash[19595]: cluster 2024-01-24T01:48:44.456217+0000 mgr.smithi099.npjflm (mgr.14182) 1544 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:47.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:47 smithi099 bash[16312]: cluster 2024-01-24T01:48:46.457568+0000 mgr.smithi099.npjflm (mgr.14182) 1545 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:47.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:47 smithi156 bash[19595]: cluster 2024-01-24T01:48:46.457568+0000 mgr.smithi099.npjflm (mgr.14182) 1545 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:48.749 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:48.750 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:49.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:49.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:49 smithi099 bash[16312]: cluster 2024-01-24T01:48:48.458645+0000 mgr.smithi099.npjflm (mgr.14182) 1546 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:49.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:49 smithi156 bash[19595]: cluster 2024-01-24T01:48:48.458645+0000 mgr.smithi099.npjflm (mgr.14182) 1546 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:50.407 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:50.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:50 smithi099 bash[16312]: audit 2024-01-24T01:48:48.737745+0000 mgr.smithi099.npjflm (mgr.14182) 1547 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:50.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:50 smithi156 bash[19595]: audit 2024-01-24T01:48:48.737745+0000 mgr.smithi099.npjflm (mgr.14182) 1547 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:51.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:51 smithi099 bash[16312]: cluster 2024-01-24T01:48:50.459954+0000 mgr.smithi099.npjflm (mgr.14182) 1548 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:51.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:51 smithi156 bash[19595]: cluster 2024-01-24T01:48:50.459954+0000 mgr.smithi099.npjflm (mgr.14182) 1548 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:48:53.684 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:53.684 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:53.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:53 smithi099 bash[16312]: cluster 2024-01-24T01:48:52.461340+0000 mgr.smithi099.npjflm (mgr.14182) 1549 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:53.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:53 smithi156 bash[19595]: cluster 2024-01-24T01:48:52.461340+0000 mgr.smithi099.npjflm (mgr.14182) 1549 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:54.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:55.373 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:48:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:55 smithi099 bash[16312]: audit 2024-01-24T01:48:53.676596+0000 mgr.smithi099.npjflm (mgr.14182) 1550 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:55.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:55 smithi099 bash[16312]: cluster 2024-01-24T01:48:54.462660+0000 mgr.smithi099.npjflm (mgr.14182) 1551 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:55.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:55 smithi156 bash[19595]: audit 2024-01-24T01:48:53.676596+0000 mgr.smithi099.npjflm (mgr.14182) 1550 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:55.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:55 smithi156 bash[19595]: cluster 2024-01-24T01:48:54.462660+0000 mgr.smithi099.npjflm (mgr.14182) 1551 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:57.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:57 smithi099 bash[16312]: cluster 2024-01-24T01:48:56.463895+0000 mgr.smithi099.npjflm (mgr.14182) 1552 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:57.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:57 smithi156 bash[19595]: cluster 2024-01-24T01:48:56.463895+0000 mgr.smithi099.npjflm (mgr.14182) 1552 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:58.634 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:48:58.634 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:48:59.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:48:59.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:59 smithi099 bash[16312]: cluster 2024-01-24T01:48:58.464777+0000 mgr.smithi099.npjflm (mgr.14182) 1553 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:59.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:48:59 smithi099 bash[16312]: audit 2024-01-24T01:48:58.622186+0000 mgr.smithi099.npjflm (mgr.14182) 1554 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:48:59.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:59 smithi156 bash[19595]: cluster 2024-01-24T01:48:58.464777+0000 mgr.smithi099.npjflm (mgr.14182) 1553 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:48:59.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:48:59 smithi156 bash[19595]: audit 2024-01-24T01:48:58.622186+0000 mgr.smithi099.npjflm (mgr.14182) 1554 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:00.223 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:49:01.573 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:01 smithi099 bash[16312]: cluster 2024-01-24T01:49:00.466031+0000 mgr.smithi099.npjflm (mgr.14182) 1555 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:49:01.737 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:01 smithi156 bash[19595]: cluster 2024-01-24T01:49:00.466031+0000 mgr.smithi099.npjflm (mgr.14182) 1555 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:49:03.590 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:49:03.590 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:49:03.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:03 smithi099 bash[16312]: cluster 2024-01-24T01:49:02.467140+0000 mgr.smithi099.npjflm (mgr.14182) 1556 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:03.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:03 smithi156 bash[19595]: cluster 2024-01-24T01:49:02.467140+0000 mgr.smithi099.npjflm (mgr.14182) 1556 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:04.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:49:04.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:04 smithi099 bash[16312]: audit 2024-01-24T01:49:03.579788+0000 mgr.smithi099.npjflm (mgr.14182) 1557 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:04.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:04 smithi156 bash[19595]: audit 2024-01-24T01:49:03.579788+0000 mgr.smithi099.npjflm (mgr.14182) 1557 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:05.266 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:49:05.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:05 smithi099 bash[16312]: cluster 2024-01-24T01:49:04.468359+0000 mgr.smithi099.npjflm (mgr.14182) 1558 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:05.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:05 smithi156 bash[19595]: cluster 2024-01-24T01:49:04.468359+0000 mgr.smithi099.npjflm (mgr.14182) 1558 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:07.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:07 smithi099 bash[16312]: cluster 2024-01-24T01:49:06.469595+0000 mgr.smithi099.npjflm (mgr.14182) 1559 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:07.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:07 smithi156 bash[19595]: cluster 2024-01-24T01:49:06.469595+0000 mgr.smithi099.npjflm (mgr.14182) 1559 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:08.661 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:49:08.661 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:49:09.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:49:09.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:09 smithi099 bash[16312]: cluster 2024-01-24T01:49:08.470626+0000 mgr.smithi099.npjflm (mgr.14182) 1560 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:09.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:09 smithi156 bash[19595]: cluster 2024-01-24T01:49:08.470626+0000 mgr.smithi099.npjflm (mgr.14182) 1560 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:10.292 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:49:10.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:10 smithi099 bash[16312]: audit 2024-01-24T01:49:08.650468+0000 mgr.smithi099.npjflm (mgr.14182) 1561 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:10.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:10 smithi156 bash[19595]: audit 2024-01-24T01:49:08.650468+0000 mgr.smithi099.npjflm (mgr.14182) 1561 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:11.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:11 smithi099 bash[16312]: cluster 2024-01-24T01:49:10.471934+0000 mgr.smithi099.npjflm (mgr.14182) 1562 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:49:11.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:11 smithi156 bash[19595]: cluster 2024-01-24T01:49:10.471934+0000 mgr.smithi099.npjflm (mgr.14182) 1562 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:49:13.691 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:49:13.691 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:49:13.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:13 smithi099 bash[16312]: cluster 2024-01-24T01:49:12.473082+0000 mgr.smithi099.npjflm (mgr.14182) 1563 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:13.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:13 smithi156 bash[19595]: cluster 2024-01-24T01:49:12.473082+0000 mgr.smithi099.npjflm (mgr.14182) 1563 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:14.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:49:15.330 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:49:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:15 smithi099 bash[16312]: audit 2024-01-24T01:49:13.680377+0000 mgr.smithi099.npjflm (mgr.14182) 1564 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:15.597 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:15 smithi099 bash[16312]: cluster 2024-01-24T01:49:14.474249+0000 mgr.smithi099.npjflm (mgr.14182) 1565 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:15.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:15 smithi156 bash[19595]: audit 2024-01-24T01:49:13.680377+0000 mgr.smithi099.npjflm (mgr.14182) 1564 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:15.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:15 smithi156 bash[19595]: cluster 2024-01-24T01:49:14.474249+0000 mgr.smithi099.npjflm (mgr.14182) 1565 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:17.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:17 smithi099 bash[16312]: cluster 2024-01-24T01:49:16.475448+0000 mgr.smithi099.npjflm (mgr.14182) 1566 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:17.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:17 smithi156 bash[19595]: cluster 2024-01-24T01:49:16.475448+0000 mgr.smithi099.npjflm (mgr.14182) 1566 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:18.697 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:49:18.698 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:49:19.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:49:19.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:19 smithi099 bash[16312]: cluster 2024-01-24T01:49:18.476096+0000 mgr.smithi099.npjflm (mgr.14182) 1567 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:19.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:19 smithi156 bash[19595]: cluster 2024-01-24T01:49:18.476096+0000 mgr.smithi099.npjflm (mgr.14182) 1567 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:20.352 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:49:20.759 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:20 smithi099 bash[16312]: audit 2024-01-24T01:49:18.687024+0000 mgr.smithi099.npjflm (mgr.14182) 1568 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:20.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:20 smithi156 bash[19595]: audit 2024-01-24T01:49:18.687024+0000 mgr.smithi099.npjflm (mgr.14182) 1568 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:49:21.769 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:21 smithi099 bash[16312]: cluster 2024-01-24T01:49:20.477354+0000 mgr.smithi099.npjflm (mgr.14182) 1569 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:49:21.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:21 smithi156 bash[19595]: cluster 2024-01-24T01:49:20.477354+0000 mgr.smithi099.npjflm (mgr.14182) 1569 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T01:49:22.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:22 smithi099 bash[16312]: audit 2024-01-24T01:49:22.447490+0000 mon.smithi099 (mon.0) 1025 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:49:22.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:22 smithi156 bash[19595]: audit 2024-01-24T01:49:22.447490+0000 mon.smithi099 (mon.0) 1025 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:49:23.670 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-01-24T01:49:23.670 INFO:teuthology.orchestra.run.smithi099.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:16:48.025480Z", "last_refresh": "2024-01-24T01:46:59.633899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:16:39.545247Z", "last_refresh": "2024-01-24T01:46:59.634147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:16:43.757256Z", "last_refresh": "2024-01-24T01:46:59.634374Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:47:08.188880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.mpjsnc on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:18.426435Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.oknmpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi156-oknmpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi156.oknmpt\nDeploy daemon haproxy.nfs.foo.smithi156.oknmpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.435371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi099.zitgjf on smithi099: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi099-zitgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi099.zitgjf\nDeploy daemon haproxy.nfs.foo.smithi099.zitgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi099 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T01:48:22.438785Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xztriq on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T01:48:22.442040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi099.dnlmhw on smithi099: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.99/16"}, "status": {"created": "2024-01-24T01:24:04.853927Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.99/16"}}, {"events": ["2024-01-24T01:23:59.361079Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T01:23:59.344865Z", "last_refresh": "2024-01-24T01:46:59.635843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:16:37.541284Z", "last_refresh": "2024-01-24T01:46:59.633626Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:08.231910Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi099:172.21.15.99=smithi099", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:18:08.225740Z", "last_refresh": "2024-01-24T01:46:59.633248Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:24:04.850843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T01:24:04.844458Z", "last_refresh": "2024-01-24T01:46:59.636068Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:16:45.919933Z", "last_refresh": "2024-01-24T01:46:59.634595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:18:34.663646Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:18:34.656866Z", "last_refresh": "2024-01-24T01:46:59.634818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:16:41.635444Z", "last_refresh": "2024-01-24T01:48:14.097803Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T01:49:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:23 smithi099 bash[16312]: cluster 2024-01-24T01:49:22.478445+0000 mgr.smithi099.npjflm (mgr.14182) 1570 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:23 smithi099 bash[16312]: audit 2024-01-24T01:49:22.762857+0000 mon.smithi099 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:49:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:23 smithi099 bash[16312]: audit 2024-01-24T01:49:23.077791+0000 mon.smithi099 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:49:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:23 smithi099 bash[16312]: audit 2024-01-24T01:49:23.079727+0000 mon.smithi099 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:49:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:23 smithi099 bash[16312]: audit 2024-01-24T01:49:23.089516+0000 mon.smithi099 (mon.0) 1029 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:49:23.847 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:23 smithi099 bash[16312]: audit 2024-01-24T01:49:23.096697+0000 mon.smithi099 (mon.0) 1030 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:49:23.848 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:23 smithi099 bash[16312]: audit 2024-01-24T01:49:23.113030+0000 mon.smithi099 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:49:23.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:23 smithi156 bash[19595]: cluster 2024-01-24T01:49:22.478445+0000 mgr.smithi099.npjflm (mgr.14182) 1570 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T01:49:23.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:23 smithi156 bash[19595]: audit 2024-01-24T01:49:22.762857+0000 mon.smithi099 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:49:23.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:23 smithi156 bash[19595]: audit 2024-01-24T01:49:23.077791+0000 mon.smithi099 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:49:23.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:23 smithi156 bash[19595]: audit 2024-01-24T01:49:23.079727+0000 mon.smithi099 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:49:23.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:23 smithi156 bash[19595]: audit 2024-01-24T01:49:23.089516+0000 mon.smithi099 (mon.0) 1029 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:49:23.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:23 smithi156 bash[19595]: audit 2024-01-24T01:49:23.096697+0000 mon.smithi099 (mon.0) 1030 : audit [DBG] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:49:23.906 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:23 smithi156 bash[19595]: audit 2024-01-24T01:49:23.113030+0000 mon.smithi099 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.99:0/3055127108' entity='mgr.smithi099.npjflm' 2024-01-24T01:49:24.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T01:49:24.343 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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-24T01:49:24.596 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=01bf446bc3b241d3885c1880cd1db37a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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-24T01:49:24.598 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-24T01:49:24.608 INFO:tasks.vip:Removing 10.0.15.99 (and any VIPs) on smithi099.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T01:49:24.608 DEBUG:teuthology.orchestra.run.smithi099:> sudo ip addr del 10.0.15.99/16 dev enp3s0f1 2024-01-24T01:49:24.629 DEBUG:teuthology.orchestra.run.smithi099:> sudo ip addr del 10.0.31.99/16 dev enp3s0f1 2024-01-24T01:49:24.686 INFO:teuthology.orchestra.run.smithi099.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T01:49:24.687 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T01:49:24.687 INFO:tasks.vip:Removing 10.0.15.156 (and any VIPs) on smithi156.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T01:49:24.687 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr del 10.0.15.156/16 dev enp3s0f1 2024-01-24T01:49:24.706 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr del 10.0.31.99/16 dev enp3s0f1 2024-01-24T01:49:24.767 INFO:teuthology.orchestra.run.smithi156.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T01:49:24.768 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T01:49:24.769 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-24T01:49:24.781 INFO:tasks.cephadm:Teardown begin 2024-01-24T01:49:24.781 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:49:24.795 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:49:24.823 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-24T01:49:24.823 DEBUG:teuthology.orchestra.run.smithi099:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T01:49:24.842 DEBUG:teuthology.orchestra.run.smithi156:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T01:49:24.870 INFO:tasks.cephadm:Stopping all daemons... 2024-01-24T01:49:24.871 INFO:tasks.cephadm.mon.smithi099:Stopping mon.smithi099... 2024-01-24T01:49:24.871 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi099 2024-01-24T01:49:24.894 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:24 smithi099 bash[16312]: cluster 2024-01-24T01:49:23.090523+0000 mgr.smithi099.npjflm (mgr.14182) 1571 : cluster [DBG] pgmap v1010: 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-24T01:49:24.895 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:24 smithi099 bash[16312]: cephadm 2024-01-24T01:49:23.119560+0000 mgr.smithi099.npjflm (mgr.14182) 1572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qiqagh on smithi156 2024-01-24T01:49:24.895 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:24 smithi099 bash[16312]: cluster 2024-01-24T01:49:24.086206+0000 mon.smithi099 (mon.0) 1032 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:49:24.895 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:24 smithi099 bash[16312]: cluster 2024-01-24T01:49:24.086279+0000 mon.smithi099 (mon.0) 1033 : cluster [INF] Cluster is now healthy 2024-01-24T01:49:24.987 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:24 smithi156 bash[19595]: cluster 2024-01-24T01:49:23.090523+0000 mgr.smithi099.npjflm (mgr.14182) 1571 : cluster [DBG] pgmap v1010: 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-24T01:49:24.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:24 smithi156 bash[19595]: cephadm 2024-01-24T01:49:23.119560+0000 mgr.smithi099.npjflm (mgr.14182) 1572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qiqagh on smithi156 2024-01-24T01:49:24.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:24 smithi156 bash[19595]: cluster 2024-01-24T01:49:24.086206+0000 mon.smithi099 (mon.0) 1032 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T01:49:24.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:24 smithi156 bash[19595]: cluster 2024-01-24T01:49:24.086279+0000 mon.smithi099 (mon.0) 1033 : cluster [INF] Cluster is now healthy 2024-01-24T01:49:25.229 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:24 smithi099 systemd[1]: Stopping Ceph mon.smithi099 for 08ead7a2-ba56-11ee-95b1-87774f69a715... 2024-01-24T01:49:25.229 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:24 smithi099 bash[108193]: Error response from daemon: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-mon.smithi099 2024-01-24T01:49:25.229 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:25 smithi099 bash[16312]: debug 2024-01-24T01:49:25.089+0000 7f81f7742700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi099 -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-24T01:49:25.230 INFO:journalctl@ceph.mon.smithi099.smithi099.stdout:Jan 24 01:49:25 smithi099 bash[16312]: debug 2024-01-24T01:49:25.089+0000 7f81f7742700 -1 mon.smithi099@0(leader) e2 *** Got Signal Terminated *** 2024-01-24T01:49:26.100 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi099.service' 2024-01-24T01:49:26.186 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T01:49:26.186 INFO:tasks.cephadm.mon.smithi099:Stopped mon.smithi099 2024-01-24T01:49:26.186 INFO:tasks.cephadm.mon.smithi156:Stopping mon.smithi156... 2024-01-24T01:49:26.186 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi156 2024-01-24T01:49:26.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:26 smithi156 systemd[1]: Stopping Ceph mon.smithi156 for 08ead7a2-ba56-11ee-95b1-87774f69a715... 2024-01-24T01:49:26.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:26 smithi156 bash[43687]: Error response from daemon: No such container: ceph-08ead7a2-ba56-11ee-95b1-87774f69a715-mon.smithi156 2024-01-24T01:49:26.886 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:26 smithi156 bash[19595]: debug 2024-01-24T01:49:26.675+0000 7f24a9989700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi156 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T01:49:26.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Jan 24 01:49:26 smithi156 bash[19595]: debug 2024-01-24T01:49:26.675+0000 7f24a9989700 -1 mon.smithi156@1(peon) e2 *** Got Signal Terminated *** 2024-01-24T01:49:27.656 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08ead7a2-ba56-11ee-95b1-87774f69a715@mon.smithi156.service' 2024-01-24T01:49:27.688 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T01:49:27.688 INFO:tasks.cephadm.mon.smithi156:Stopped mon.smithi156 2024-01-24T01:49:27.688 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T01:50:24.044 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T01:51:14.307 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:51:14.324 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:51:14.334 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-24T01:51:14.340 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710/remote/ubuntu@smithi099.front.sepia.ceph.com/crash 2024-01-24T01:51:14.340 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/crash -- . 2024-01-24T01:51:14.378 INFO:teuthology.orchestra.run.smithi099.stderr:tar: /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T01:51:14.378 INFO:teuthology.orchestra.run.smithi099.stderr:tar: Error is not recoverable: exiting now 2024-01-24T01:51:14.380 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710/remote/ubuntu@smithi156.front.sepia.ceph.com/crash 2024-01-24T01:51:14.381 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/crash -- . 2024-01-24T01:51:14.391 INFO:teuthology.orchestra.run.smithi156.stderr:tar: /var/lib/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T01:51:14.391 INFO:teuthology.orchestra.run.smithi156.stderr:tar: Error is not recoverable: exiting now 2024-01-24T01:51:14.392 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-24T01:51:14.392 DEBUG:teuthology.orchestra.run.smithi099:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-24T01:51:14.439 INFO:teuthology.orchestra.run.smithi099.stderr:grep: /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-24T01:51:14.441 INFO:tasks.cephadm:Compressing logs... 2024-01-24T01:51:14.441 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:51:14.486 DEBUG:teuthology.orchestra.run.smithi156:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-24T01:51:14.498 INFO:teuthology.orchestra.run.smithi099.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-24T01:51:14.499 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T01:51:14.500 INFO:teuthology.orchestra.run.smithi156.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-24T01:51:14.500 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T01:51:14.500 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mon.smithi099.log 2024-01-24T01:51:14.501 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi099.qnmycp.log 2024-01-24T01:51:14.502 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T01:51:14.502 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.6.log 2024-01-24T01:51:14.502 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mon.smithi156.log 2024-01-24T01:51:14.503 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mon.smithi099.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mgr.smithi099.npjflm.log 2024-01-24T01:51:14.503 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi099.qnmycp.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.7.log 2024-01-24T01:51:14.503 INFO:teuthology.orchestra.run.smithi099.stderr: 60.2% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi099.qnmycp.log.gz 2024-01-24T01:51:14.503 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mgr.smithi099.npjflm.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.1.log 2024-01-24T01:51:14.503 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.5.log 2024-01-24T01:51:14.504 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.3.log 2024-01-24T01:51:14.505 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T01:51:14.505 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mon.smithi156.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.0.log 2024-01-24T01:51:14.505 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.2.log 2024-01-24T01:51:14.506 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.4.log 2024-01-24T01:51:14.506 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mgr.smithi156.esifnu.log 2024-01-24T01:51:14.507 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi156.dhwspy.log 2024-01-24T01:51:14.514 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mgr.smithi156.esifnu.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T01:51:14.515 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi156.dhwspy.log: 83.4% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi156.dhwspy.log.gz 2024-01-24T01:51:14.516 INFO:teuthology.orchestra.run.smithi156.stderr: 92.4% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T01:51:14.517 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.5.log: /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.3.log: 92.4% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T01:51:14.517 INFO:teuthology.orchestra.run.smithi156.stderr: 93.6% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mgr.smithi156.esifnu.log.gz 2024-01-24T01:51:14.523 INFO:teuthology.orchestra.run.smithi099.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T01:51:14.912 INFO:teuthology.orchestra.run.smithi099.stderr: 89.5% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mgr.smithi099.npjflm.log.gz 2024-01-24T01:51:14.962 INFO:teuthology.orchestra.run.smithi156.stderr: 92.6% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mon.smithi156.log.gz 2024-01-24T01:51:14.966 INFO:teuthology.orchestra.run.smithi156.stderr: 93.1% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.2.log.gz 2024-01-24T01:51:14.997 INFO:teuthology.orchestra.run.smithi156.stderr: 93.0% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.4.log.gz 2024-01-24T01:51:15.026 INFO:teuthology.orchestra.run.smithi099.stderr: 93.1% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.7.log.gz 2024-01-24T01:51:15.086 INFO:teuthology.orchestra.run.smithi156.stderr: 93.0% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.0.log.gz 2024-01-24T01:51:15.104 INFO:teuthology.orchestra.run.smithi099.stderr: 92.9% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.1.log.gz 2024-01-24T01:51:15.128 INFO:teuthology.orchestra.run.smithi099.stderr: 93.5% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.3.log.gz 2024-01-24T01:51:15.151 INFO:teuthology.orchestra.run.smithi099.stderr: 92.9% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.5.log.gz 2024-01-24T01:51:15.213 INFO:teuthology.orchestra.run.smithi156.stderr: 92.9% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-osd.6.log.gz 2024-01-24T01:51:15.214 INFO:teuthology.orchestra.run.smithi156.stderr: 2024-01-24T01:51:15.214 INFO:teuthology.orchestra.run.smithi156.stderr:real 0m0.724s 2024-01-24T01:51:15.214 INFO:teuthology.orchestra.run.smithi156.stderr:user 0m2.645s 2024-01-24T01:51:15.214 INFO:teuthology.orchestra.run.smithi156.stderr:sys 0m0.122s 2024-01-24T01:51:15.516 INFO:teuthology.orchestra.run.smithi099.stderr: 89.8% -- replaced with /var/log/ceph/08ead7a2-ba56-11ee-95b1-87774f69a715/ceph-mon.smithi099.log.gz 2024-01-24T01:51:15.517 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-01-24T01:51:15.517 INFO:teuthology.orchestra.run.smithi099.stderr:real 0m1.029s 2024-01-24T01:51:15.518 INFO:teuthology.orchestra.run.smithi099.stderr:user 0m3.723s 2024-01-24T01:51:15.518 INFO:teuthology.orchestra.run.smithi099.stderr:sys 0m0.164s 2024-01-24T01:51:15.518 INFO:tasks.cephadm:Archiving logs... 2024-01-24T01:51:15.518 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710/remote/ubuntu@smithi099.front.sepia.ceph.com/log 2024-01-24T01:51:15.519 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T01:51:16.180 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710/remote/ubuntu@smithi156.front.sepia.ceph.com/log 2024-01-24T01:51:16.181 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T01:51:16.600 INFO:tasks.cephadm:Removing cluster... 2024-01-24T01:51:16.601 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 --force 2024-01-24T01:51:17.976 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08ead7a2-ba56-11ee-95b1-87774f69a715 --force 2024-01-24T01:51:19.356 INFO:tasks.cephadm:Removing cephadm ... 2024-01-24T01:51:19.357 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:19.363 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:19.369 INFO:tasks.cephadm:Teardown complete 2024-01-24T01:51:19.369 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-24T01:51:19.383 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi099:/dev/vg_nvme/lv_1... 2024-01-24T01:51:19.383 DEBUG:teuthology.orchestra.run.smithi099:> sudo nvme disconnect -n lv_1 2024-01-24T01:51:19.672 INFO:teuthology.orchestra.run.smithi099.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T01:51:19.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:19.674 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi099:/dev/vg_nvme/lv_2... 2024-01-24T01:51:19.674 DEBUG:teuthology.orchestra.run.smithi099:> sudo nvme disconnect -n lv_2 2024-01-24T01:51:19.956 INFO:teuthology.orchestra.run.smithi099.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T01:51:19.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:19.958 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi099:/dev/vg_nvme/lv_3... 2024-01-24T01:51:19.959 DEBUG:teuthology.orchestra.run.smithi099:> sudo nvme disconnect -n lv_3 2024-01-24T01:51:20.248 INFO:teuthology.orchestra.run.smithi099.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T01:51:20.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:20.250 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi099:/dev/vg_nvme/lv_4... 2024-01-24T01:51:20.250 DEBUG:teuthology.orchestra.run.smithi099:> sudo nvme disconnect -n lv_4 2024-01-24T01:51:20.536 INFO:teuthology.orchestra.run.smithi099.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T01:51:20.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:20.538 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-01-24T01:51:20.538 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/scratch_devs 2024-01-24T01:51:20.553 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_1... 2024-01-24T01:51:20.553 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_1 2024-01-24T01:51:20.831 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T01:51:20.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:20.833 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_2... 2024-01-24T01:51:20.833 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_2 2024-01-24T01:51:21.131 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T01:51:21.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:21.133 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_3... 2024-01-24T01:51:21.133 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_3 2024-01-24T01:51:21.467 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T01:51:21.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:21.468 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_4... 2024-01-24T01:51:21.468 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_4 2024-01-24T01:51:21.774 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T01:51:21.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:21.776 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-24T01:51:21.776 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/scratch_devs 2024-01-24T01:51:21.789 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-24T01:51:21.799 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-24T01:51:21.800 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T01:51:21.802 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T01:51:21.822 INFO:teuthology.orchestra.run.smithi099.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T01:51:21.823 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================== 2024-01-24T01:51:21.823 INFO:teuthology.orchestra.run.smithi099.stdout:*hv01.front.sepi 44.4.53.2 2 u 128 128 377 0.114 -0.008 0.039 2024-01-24T01:51:21.823 INFO:teuthology.orchestra.run.smithi099.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 128 377 0.085 -0.102 0.052 2024-01-24T01:51:21.823 INFO:teuthology.orchestra.run.smithi099.stdout:+hv03.front.sepi 74.6.168.72 3 u 130 128 377 0.087 0.371 0.065 2024-01-24T01:51:21.823 INFO:teuthology.orchestra.run.smithi099.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-24T01:51:21.853 INFO:teuthology.orchestra.run.smithi156.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T01:51:21.853 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================== 2024-01-24T01:51:21.854 INFO:teuthology.orchestra.run.smithi156.stdout:*hv01.front.sepi 44.4.53.2 2 u 1 64 377 0.111 0.505 0.690 2024-01-24T01:51:21.854 INFO:teuthology.orchestra.run.smithi156.stdout:+hv02.front.sepi 63.231.80.2 3 u 3 64 377 0.086 0.446 0.669 2024-01-24T01:51:21.854 INFO:teuthology.orchestra.run.smithi156.stdout:+hv03.front.sepi 74.6.168.72 3 u 10 64 377 0.108 1.362 0.627 2024-01-24T01:51:21.854 INFO:teuthology.orchestra.run.smithi156.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-24T01:51:21.855 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-24T01:51:21.866 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-24T01:51:21.866 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-24T01:51:21.880 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-24T01:51:21.999 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-24T01:51:22.009 INFO:teuthology.task.internal:Duration was 2493.054216 seconds 2024-01-24T01:51:22.010 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-24T01:51:22.020 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-24T01:51:22.021 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T01:51:22.023 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T01:51:22.076 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-24T01:51:22.076 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2024-01-24T01:51:22.076 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:51:22.087 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2024-01-24T01:51:22.087 DEBUG:teuthology.orchestra.run.smithi156:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-24T01:51:22.098 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-24T01:51:22.098 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T01:51:22.130 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T01:51:22.197 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-24T01:51:22.197 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T01:51:22.199 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T01:51:22.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-24T01:51:22.362 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-24T01:51:22.362 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T01:51:22.374 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T01:51:22.389 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-24T01:51:22.400 DEBUG:teuthology.orchestra.run.smithi099:> 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-24T01:51:22.418 DEBUG:teuthology.orchestra.run.smithi156:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-24T01:51:22.429 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2024-01-24T01:51:22.443 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2024-01-24T01:51:22.468 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T01:51:22.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:22.502 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T01:51:22.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:51:22.515 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-24T01:51:22.528 INFO:teuthology.task.internal:Transferring archived files... 2024-01-24T01:51:22.529 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710/remote/smithi099 2024-01-24T01:51:22.530 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T01:51:22.580 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710/remote/smithi156 2024-01-24T01:51:22.581 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T01:51:22.609 INFO:teuthology.task.internal:Removing archive directory... 2024-01-24T01:51:22.609 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T01:51:22.621 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T01:51:22.652 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-24T01:51:22.664 INFO:teuthology.task.internal:Not uploading archives. 2024-01-24T01:51:22.664 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-24T01:51:22.676 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-24T01:51:22.677 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T01:51:22.679 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T01:51:22.684 INFO:teuthology.orchestra.run.smithi099.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 01:51 /home/ubuntu/cephtest 2024-01-24T01:51:22.701 INFO:teuthology.orchestra.run.smithi156.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 01:51 /home/ubuntu/cephtest 2024-01-24T01:51:22.704 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-24T01:51:22.717 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-24T01:51:22.744 INFO:teuthology.nuke:Checking targets against current locks 2024-01-24T01:51:22.780 DEBUG:teuthology.nuke:shortname: smithi099 2024-01-24T01:51:22.780 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T01:51:22.805 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710', '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-24 01:01:33.092365', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-24T01:51:22.808 DEBUG:teuthology.nuke:shortname: smithi156 2024-01-24T01:51:22.809 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T01:51:22.830 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529710', '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-24 01:01:33.090753', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-24T01:51:22.862 INFO:teuthology.orchestra.console.smithi099:Power off 2024-01-24T01:51:22.863 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T01:51:22.888 DEBUG:teuthology.orchestra.console.smithi099:power off output: Chassis Power Control: Down/Off 2024-01-24T01:51:22.888 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:51:22.907 INFO:teuthology.orchestra.console.smithi156:Power off 2024-01-24T01:51:22.908 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T01:51:22.918 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2024-01-24T01:51:22.930 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2024-01-24T01:51:22.931 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:51:22.955 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-01-24T01:51:26.919 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:51:26.956 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:51:27.030 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2024-01-24T01:51:27.068 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-01-24T01:51:31.034 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:51:31.069 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:51:31.145 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2024-01-24T01:51:31.179 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2024-01-24T01:51:31.280 INFO:teuthology.orchestra.console.smithi156:Power off completed 2024-01-24T01:51:35.146 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:51:35.256 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is off 2024-01-24T01:51:35.356 INFO:teuthology.orchestra.console.smithi099:Power off completed 2024-01-24T01:51:35.461 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: 2493.054215669632 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=01bf446bc3b241d3885c1880cd1db37a status: fail success: false 2024-01-24T01:51:35.461 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T01:51:35.539 INFO:teuthology.run:FAIL